Query Metrics
                13
                Database Queries
            
            
                7
                Different statements
            
            
                5.67 ms
                Query time
            
            
                1
                Invalid entities
            
        Grouped Statements
| Time▼ | Count | Info | 
|---|---|---|
| 
                                                
                                                2.18 ms (38.47%)  | 
                                            2 | 
                                            SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    [
  "db_postlab_preprod"
]
                                             | 
                                    
| 
                                                
                                                0.94 ms (16.50%)  | 
                                            1 | 
                                            SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'db_postlab_preprod' */ ORDER BY k.ORDINAL_POSITION 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    [ "db_postlab_preprod" "doctrine_migration_versions" ]  | 
                                    
| 
                                                
                                                0.80 ms (14.08%)  | 
                                            1 | 
                                            SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    [ "db_postlab_preprod" "db_postlab_preprod" "doctrine_migration_versions" ]  | 
                                    
| 
                                                
                                                0.66 ms (11.64%)  | 
                                            6 | 
                                            SELECT DATABASE() 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    []  | 
                                    
| 
                                                
                                                0.57 ms (10.11%)  | 
                                            1 | 
                                            SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    [ "db_postlab_preprod" "doctrine_migration_versions" ]  | 
                                    
| 
                                                
                                                0.40 ms (7.07%)  | 
                                            1 | 
                                            SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    [ "db_postlab_preprod" "doctrine_migration_versions" ]  | 
                                    
| 
                                                
                                                0.12 ms (2.13%)  | 
                                            1 | 
                                            SELECT * FROM doctrine_migration_versions 
                                                Parameters:  
                                            
                                            
                                                                                            
                                            
                                                                                            
                                            
                                                                                    []  | 
                                    
Database Connections
| Name | Service | 
|---|---|
| default | doctrine.dbal.default_connection | 
Entity Managers
| Name | Service | 
|---|---|
| default | doctrine.orm.default_entity_manager | 
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors | 
|---|---|
| App\Entity\Invitation | No errors. | 
| App\Entity\Calendar | No errors. | 
| App\Entity\Software | No errors. | 
| App\Entity\UserSSHKey | No errors. | 
| App\Entity\Command | No errors. | 
| App\Entity\OutputResult | No errors. | 
| App\Entity\Conversation | No errors. | 
| App\Entity\UserApiKey | No errors. | 
| App\Entity\DemoSoftwareData | No errors. | 
| App\Entity\Container | No errors. | 
| App\Entity\SoftwareData | No errors. | 
| App\Entity\Training | No errors. | 
| App\Entity\InstitutionCopy | No errors. | 
| App\Entity\Page | No errors. | 
| App\Entity\LabCopy | No errors. | 
| App\Entity\Comment | No errors. | 
| App\Entity\Parameter | No errors. | 
| App\Entity\User | 
                                                                                            
  | 
                                    
| App\Entity\Email | No errors. | 
| App\Entity\ProgrammingLanguage | No errors. | 
| App\Entity\CollectedData | No errors. | 
| App\Entity\TeamCopy | No errors. | 
| App\Entity\Media | No errors. | 
| App\Entity\Tag | No errors. | 
| App\Entity\Domain | No errors. | 
| App\Entity\Encoding | No errors. | 
| App\Entity\Discipline | No errors. | 
| App\Entity\DataType | No errors. | 
| App\Entity\Notification | No errors. | 
| App\Entity\Article | No errors. | 
| App\Entity\Volume | No errors. | 
| App\Entity\ResetPasswordRequest | No errors. | 
| App\Entity\Institution | No errors. | 
| App\Entity\Script | No errors. | 
| App\Entity\HtmlType | No errors. | 
| App\Entity\Lab | No errors. | 
| App\Entity\License | No errors. | 
| App\Entity\LicenseCopy | No errors. | 
| App\Entity\Category | No errors. | 
| App\Entity\FAQ | No errors. | 
| App\Entity\Skill | No errors. | 
| App\Entity\OutputType | No errors. | 
| App\Entity\Geolocation | No errors. | 
| App\Entity\TrainingCopy | No errors. | 
| App\Entity\Keyword | No errors. | 
| App\Entity\Team | No errors. | 
| App\Entity\UserSoftware | No errors. | 
| App\Entity\SoftwareCopy | No errors. | 
| App\Entity\Messages | No errors. | 
| App\Entity\Format | No errors. | 
| Vich\UploaderBundle\Entity\File | No errors. |