Query Metrics
18
Database Queries
10
Different statements
40.50 ms
Query time
0
Invalid entities
9
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.36 ms |
SELECT a0_.id AS id_0, a0_.name_site AS name_site_1, a0_.slogan_site AS slogan_site_2, a0_.descr_site AS descr_site_3, a0_.is_online AS is_online_4, a0_.admin_email AS admin_email_5, a0_.admin_webmaster AS admin_webmaster_6, a0_.is_blockmenufluid AS is_blockmenufluid_7, a0_.offline_message AS offline_message_8, a0_.is_showofflinemessage AS is_showofflinemessage_9, a0_.is_showofflinelogo AS is_showofflinelogo_10, a0_.is_showtitlesitehome AS is_showtitlesitehome_11, a0_.url_facebook AS url_facebook_12, a0_.url_instagram AS url_instagram_13, a0_.url_linkedin AS url_linkedin_14, a0_.url_googlebusiness AS url_googlebusiness_15, a0_.logo_file AS logo_file_16, a0_.logo_name AS logo_name_17, a0_.logo_size AS logo_size_18, a0_.favicon_file AS favicon_file_19, a0_.favicon_name AS favicon_name_20, a0_.favicon_size AS favicon_size_21, a0_.created_at AS created_at_22, a0_.updated_at AS updated_at_23 FROM application a0_ LIMIT 1
Parameters:
[] |
| 2 | 1.46 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.state AS state_3, p0_.is_menu AS is_menu_4, p1_.id AS id_5, p0_.position AS position_6 FROM page p0_ LEFT JOIN page p1_ ON p0_.parent_id = p1_.id WHERE p0_.state = ? AND p0_.is_menu = ?
Parameters:
[ "publiée" 1 ] |
| 3 | 0.71 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 5.64 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"papsimmodev"
]
|
| 5 | 0.50 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 2.61 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"papsimmodev"
]
|
| 7 | 0.55 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 4.83 ms |
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:
[ "papsimmodev" "doctrine_migration_versions" ] |
| 9 | 0.43 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 6.82 ms |
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 = 'papsimmodev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "papsimmodev" "doctrine_migration_versions" ] |
| 11 | 5.59 ms |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'papsimmodev' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', 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:
[ "papsimmodev" "papsimmodev" "doctrine_migration_versions" ] |
| 12 | 0.60 ms |
SELECT DATABASE()
Parameters:
[] |
| 13 | 0.92 ms |
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:
[ "papsimmodev" "doctrine_migration_versions" ] |
| 14 | 0.70 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 15 | 0.78 ms |
SELECT DATABASE()
Parameters:
[] |
| 16 | 1.78 ms |
SELECT a0_.id AS id_0, a0_.name_site AS name_site_1, a0_.slogan_site AS slogan_site_2, a0_.descr_site AS descr_site_3, a0_.is_online AS is_online_4, a0_.admin_email AS admin_email_5, a0_.admin_webmaster AS admin_webmaster_6, a0_.is_blockmenufluid AS is_blockmenufluid_7, a0_.offline_message AS offline_message_8, a0_.is_showofflinemessage AS is_showofflinemessage_9, a0_.is_showofflinelogo AS is_showofflinelogo_10, a0_.is_showtitlesitehome AS is_showtitlesitehome_11, a0_.url_facebook AS url_facebook_12, a0_.url_instagram AS url_instagram_13, a0_.url_linkedin AS url_linkedin_14, a0_.url_googlebusiness AS url_googlebusiness_15, a0_.logo_file AS logo_file_16, a0_.logo_name AS logo_name_17, a0_.logo_size AS logo_size_18, a0_.favicon_file AS favicon_file_19, a0_.favicon_name AS favicon_name_20, a0_.favicon_size AS favicon_size_21, a0_.created_at AS created_at_22, a0_.updated_at AS updated_at_23 FROM application a0_ LIMIT 1
Parameters:
[] |
| 17 | 3.45 ms |
SELECT a0_.id AS id_0, a0_.name_site AS name_site_1, a0_.slogan_site AS slogan_site_2, a0_.descr_site AS descr_site_3, a0_.is_online AS is_online_4, a0_.admin_email AS admin_email_5, a0_.admin_webmaster AS admin_webmaster_6, a0_.is_blockmenufluid AS is_blockmenufluid_7, a0_.offline_message AS offline_message_8, a0_.is_showofflinemessage AS is_showofflinemessage_9, a0_.is_showofflinelogo AS is_showofflinelogo_10, a0_.is_showtitlesitehome AS is_showtitlesitehome_11, a0_.url_facebook AS url_facebook_12, a0_.url_instagram AS url_instagram_13, a0_.url_linkedin AS url_linkedin_14, a0_.url_googlebusiness AS url_googlebusiness_15, a0_.logo_file AS logo_file_16, a0_.logo_name AS logo_name_17, a0_.logo_size AS logo_size_18, a0_.favicon_file AS favicon_file_19, a0_.favicon_name AS favicon_name_20, a0_.favicon_size AS favicon_size_21, a0_.created_at AS created_at_22, a0_.updated_at AS updated_at_23 FROM application a0_ LIMIT 1
Parameters:
[] |
| 18 | 1.78 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.is_showtitle AS is_showtitle_5, t0.is_showdate AS is_showdate_6, t0.is_showdescription AS is_showdescription_7, t0.is_menu AS is_menu_8, t0.state AS state_9, t0.meta_keywords AS meta_keywords_10, t0.meta_descrition AS meta_descrition_11, t0.tag AS tag_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.seo_title AS seo_title_15, t0.position AS position_16, t0.author_id AS author_id_17, t0.parent_id AS parent_id_18 FROM page t0 WHERE t0.state = ?
Parameters:
[
"publiée"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Webapp\Page | 7 |
| App\Entity\Admin\Application | 1 |
| App\Entity\Admin\Employed | 1 |