Query Metrics
26
Database Queries
13
Different statements
29.99 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.45 ms |
SELECT t0.id AS id_1, t0.`from` AS from_2, t0.`to` AS to_3, t0.created AS created_4, t0.creator AS creator_5, t0.modified AS modified_6, t0.modified_by AS modified_by_7 FROM redirect_404 t0 WHERE t0.`from` = ? LIMIT 1
Parameters:
[
"https://esorus-shop.woodenizr.com/en/page/terms-condition"
]
|
| 2 | 1.58 ms |
SELECT d0_.id AS id_0, d0_.title AS title_1, d0_.created AS created_2, d0_.creator AS creator_3, d0_.modified AS modified_4, d0_.modified_by AS modified_by_5, d1_.title AS title_6, p2_.content AS content_7, p2_.id AS id_8, p3_.content AS content_9, s4_.title AS title_10, s4_.slug AS slug_11, s4_.meta_description AS meta_description_12, s4_.focus_keyword AS focus_keyword_13, s4_.meta_keyword AS meta_keyword_14, s4_.meta_tags AS meta_tags_15, s4_.state AS state_16, s4_.last_modified AS last_modified_17, s4_.deleted AS deleted_18, s4_.id AS id_19, s5_.title AS title_20, s5_.slug AS slug_21, s5_.meta_description AS meta_description_22, s5_.focus_keyword AS focus_keyword_23, s5_.meta_keyword AS meta_keyword_24, s5_.meta_tags AS meta_tags_25, s5_.state AS state_26, d0_.seo_id AS seo_id_27, d0_.post_id AS post_id_28, d1_.translatable_id AS translatable_id_29, d1_.language_id AS language_id_30, p3_.translatable_id AS translatable_id_31, p3_.language_id AS language_id_32, s4_.seo_base_route_id AS seo_base_route_id_33, s5_.translatable_id AS translatable_id_34, s5_.language_id AS language_id_35 FROM dynamic_page d0_ LEFT JOIN dynamic_page_translations d1_ ON d0_.id = d1_.translatable_id LEFT JOIN post p2_ ON d0_.post_id = p2_.id LEFT JOIN post_translations p3_ ON p2_.id = p3_.translatable_id LEFT JOIN seo s4_ ON d0_.seo_id = s4_.id LEFT JOIN seo_translations s5_ ON s4_.id = s5_.translatable_id WHERE d0_.id = ? GROUP BY d0_.id LIMIT 1
Parameters:
[
1
]
|
| 3 | 0.89 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image_url AS image_url_4, t0.social_network AS social_network_5 FROM seo_social t0 INNER JOIN seo_seo_social ON t0.id = seo_seo_social.seo_social_id WHERE seo_seo_social.seo_id = ?
Parameters:
[
11
]
|
| 4 | 1.66 ms |
SELECT DATABASE()
Parameters:
[] |
| 5 | 2.60 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"esorus_db"
]
|
| 6 | 1.16 ms |
SELECT DATABASE()
Parameters:
[] |
| 7 | 2.33 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"esorus_db"
]
|
| 8 | 0.55 ms |
SELECT DATABASE()
Parameters:
[] |
| 9 | 1.68 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.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "esorus_db" "doctrine_migration_versions" ] |
| 10 | 0.27 ms |
SELECT DATABASE()
Parameters:
[] |
| 11 | 2.85 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 = 'esorus_db' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "esorus_db" "doctrine_migration_versions" ] |
| 12 | 5.19 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 = 'esorus_db' 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:
[ "esorus_db" "esorus_db" "doctrine_migration_versions" ] |
| 13 | 0.46 ms |
SELECT DATABASE()
Parameters:
[] |
| 14 | 0.77 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:
[ "esorus_db" "doctrine_migration_versions" ] |
| 15 | 0.45 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 16 | 0.69 ms |
SELECT DATABASE()
Parameters:
[] |
| 17 | 0.83 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 18 | 0.75 ms |
SELECT t0.name AS name_1, t0.base_path AS base_path_2, t0.alt AS alt_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.tarteb AS tarteb_7, t0.image_type AS image_type_8, t0.created AS created_9, t0.id AS id_10 FROM image t0 INNER JOIN dynamic_content_attribute_image ON t0.id = dynamic_content_attribute_image.image_id WHERE dynamic_content_attribute_image.dynamic_content_attribute_id = ?
Parameters:
[
8
]
|
| 19 | 0.55 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 20 | 0.42 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 21 | 0.39 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 22 | 0.41 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 23 | 0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 24 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 25 | 0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.value AS value_3, t0.type AS type_4, t0.hint AS hint_5, t0.image_width AS image_width_6, t0.image_height AS image_height_7, t0.dynamic_content_id AS dynamic_content_id_8 FROM dynamic_content_attribute t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 26 | 1.25 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.code AS code_2, c0_.symbol AS symbol_3, c0_.`default` AS default_4, c0_.deleted AS deleted_5, c0_.deleted_by AS deleted_by_6, c0_.created AS created_7, c0_.creator AS creator_8, c0_.modified AS modified_9, c0_.modified_by AS modified_by_10, c1_.title AS title_11, c1_.symbol AS symbol_12, l2_.id AS id_13, l2_.locale AS locale_14, l2_.title AS title_15, l2_.flag_asset AS flag_asset_16, c1_.translatable_id AS translatable_id_17, c1_.language_id AS language_id_18 FROM currency c0_ LEFT JOIN currency_translation c1_ ON c0_.id = c1_.translatable_id LEFT JOIN language l2_ ON c1_.language_id = l2_.id WHERE c0_.`default` = ? AND c0_.deleted IS NULL GROUP BY c0_.id LIMIT 1
Parameters:
[
1
]
|
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.