Query Metrics
            23
            Database Queries
        
        
            8
            Different statements
        
        
            21.98 ms
            Query time
        
        
            0
            Invalid entities
        
            Grouped Statements
| Time▼ | Count | Info | 
|---|---|---|
| 6.91 ms (0.00%) | 6 | SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' 
                                    Parameters:  [] | 
| 3.77 ms (0.00%) | 3 | SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'wikiexperts' /*!50116 AND c.constraint_schema = 'wikiexperts' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL 
                                    Parameters:  [] | 
| 3.30 ms (0.00%) | 3 | SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'wikiexperts' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC 
                                    Parameters:  [] | 
| 2.97 ms (0.00%) | 3 | SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' 
                                    Parameters:  [] | 
| 2.83 ms (0.00%) | 3 | 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'wikiexperts' ORDER BY SEQ_IN_INDEX ASC 
                                    Parameters:  [] | 
| 0.81 ms (0.00%) | 3 | SELECT * FROM doctrine_migration_versions 
                                    Parameters:  [] | 
| 0.80 ms (0.00%) | 1 | SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.code AS code_2 FROM countries c0_ 
                                    Parameters:  [] | 
| 0.61 ms (0.00%) | 1 | SELECT t0.id AS id_1, t0.url AS url_2, t0.locale AS locale_3, t0.title AS title_4, t0.description AS description_5, t0.keywords AS keywords_6 FROM page t0 WHERE t0.url = ? AND t0.locale = ? LIMIT 1 
                                    Parameters:  [ "/" "en" ] | 
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\Page | No errors. | 
| App\Entity\Contact | No errors. | 
| App\Entity\Countries | No errors. | 
| App\Entity\AdditionalForm | No errors. |