Query Metrics
35
Database Queries
18
Different statements
12.29 ms
Query time
0
Invalid entities
31
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.63 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.shortcut AS shortcut_3 FROM language t0 WHERE t0.shortcut = ? LIMIT 1
Parameters:
[
"cs"
]
|
| 2 | 0.30 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.linked_in_url AS linked_in_url_3, t0.position AS position_4 FROM doctor t0 ORDER BY t0.position ASC
Parameters:
[] |
| 3 | 0.20 ms |
SELECT t0.id AS id_1, t0.position AS position_2 FROM frequently_asked_question t0 ORDER BY t0.position ASC
Parameters:
[] |
| 4 | 0.71 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.content AS content_2, p0_.slug AS slug_3, p0_.type AS type_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.seo_meta_title AS seo_meta_title_7, p0_.seo_meta_description AS seo_meta_description_8, p0_.language_id AS language_id_9 FROM page p0_ LEFT JOIN language l1_ ON p0_.language_id = l1_.id WHERE p0_.type = ? AND l1_.shortcut = ? LIMIT 1
Parameters:
[ "privacy_policy" "cs" ] |
| 5 | 0.69 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.content AS content_2, p0_.slug AS slug_3, p0_.type AS type_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.seo_meta_title AS seo_meta_title_7, p0_.seo_meta_description AS seo_meta_description_8, p0_.language_id AS language_id_9 FROM page p0_ LEFT JOIN language l1_ ON p0_.language_id = l1_.id WHERE p0_.type = ? AND l1_.shortcut = ? LIMIT 1
Parameters:
[ "privacy_policy" "cs" ] |
| 6 | 0.32 ms |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.position AS position_3, t0.content AS content_4, t0.image AS image_5 FROM reference t0 ORDER BY t0.id DESC
Parameters:
[] |
| 7 | 0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.author AS author_3, t0.image AS image_4, t0.logo AS logo_5, t0.date AS date_6, t0.url AS url_7 FROM article t0 ORDER BY t0.id DESC
Parameters:
[] |
| 8 | 0.46 ms |
SELECT b0_.id AS id_0, b0_.posted_at AS posted_at_1, b0_.featured_image AS featured_image_2, b1_.id AS id_3, b1_.title AS title_4, b1_.content AS content_5, b1_.slug AS slug_6, b1_.locale AS locale_7, b1_.translatable_id AS translatable_id_8 FROM blog b0_ LEFT JOIN blog_translation b1_ ON b0_.id = b1_.translatable_id WHERE b1_.locale = ? ORDER BY b0_.posted_at DESC LIMIT 4
Parameters:
[
"cs"
]
|
| 9 | 0.73 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.link AS link_2, n0_.link_type AS link_type_3, n0_.position AS position_4, n0_.section AS section_5, n0_.created AS created_6, n0_.updated AS updated_7, n0_.page_id AS page_id_8, n0_.language_id AS language_id_9 FROM navigation n0_ LEFT JOIN language l1_ ON n0_.language_id = l1_.id WHERE (n0_.section = ? OR n0_.section = ?) AND l1_.shortcut = ? ORDER BY n0_.id ASC
Parameters:
[ "top" "both" "cs" ] |
| 10 | 0.21 ms |
SELECT DATABASE()
Parameters:
[] |
| 11 | 0.65 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"uncsdev"
]
|
| 12 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 13 | 0.50 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"uncsdev"
]
|
| 14 | 0.15 ms |
SELECT DATABASE()
Parameters:
[] |
| 15 | 0.49 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:
[ "uncsdev" "doctrine_migration_versions" ] |
| 16 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 17 | 0.55 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 = 'uncsdev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "uncsdev" "doctrine_migration_versions" ] |
| 18 | 1.28 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 = 'uncsdev' 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:
[ "uncsdev" "uncsdev" "doctrine_migration_versions" ] |
| 19 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 20 | 0.24 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:
[ "uncsdev" "doctrine_migration_versions" ] |
| 21 | 0.22 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 22 | 0.15 ms |
SELECT DATABASE()
Parameters:
[] |
| 23 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.description AS description_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM doctor_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
6
]
|
| 24 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.description AS description_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM doctor_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
7
]
|
| 25 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.description AS description_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM doctor_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
8
]
|
| 26 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.description AS description_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM doctor_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
9
]
|
| 27 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.description AS description_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM doctor_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
10
]
|
| 28 | 0.26 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM frequently_asked_question_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
5
]
|
| 29 | 0.23 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM frequently_asked_question_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
6
]
|
| 30 | 0.21 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM frequently_asked_question_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
7
]
|
| 31 | 0.22 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM frequently_asked_question_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
8
]
|
| 32 | 0.32 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.content AS content_2, p0_.slug AS slug_3, p0_.type AS type_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.seo_meta_title AS seo_meta_title_7, p0_.seo_meta_description AS seo_meta_description_8, p0_.language_id AS language_id_9 FROM page p0_ LEFT JOIN language l1_ ON p0_.language_id = l1_.id WHERE p0_.type = ? AND l1_.shortcut = ? LIMIT 1
Parameters:
[ "privacy_policy" "cs" ] |
| 33 | 0.37 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.link AS link_2, n0_.link_type AS link_type_3, n0_.position AS position_4, n0_.section AS section_5, n0_.created AS created_6, n0_.updated AS updated_7, n0_.page_id AS page_id_8, n0_.language_id AS language_id_9 FROM navigation n0_ LEFT JOIN language l1_ ON n0_.language_id = l1_.id WHERE (n0_.section = ? OR n0_.section = ?) AND l1_.shortcut = ? ORDER BY n0_.id ASC
Parameters:
[ "bottom" "both" "cs" ] |
| 34 | 0.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.type AS type_5, t0.created AS created_6, t0.updated AS updated_7, t0.seo_meta_title AS seo_meta_title_8, t0.seo_meta_description AS seo_meta_description_9, t0.language_id AS language_id_10 FROM page t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 35 | 0.28 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.content AS content_2, p0_.slug AS slug_3, p0_.type AS type_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.seo_meta_title AS seo_meta_title_7, p0_.seo_meta_description AS seo_meta_description_8, p0_.language_id AS language_id_9 FROM page p0_ LEFT JOIN language l1_ ON p0_.language_id = l1_.id WHERE p0_.type = ? AND l1_.shortcut = ? LIMIT 1
Parameters:
[ "privacy_policy" "cs" ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| umanit_seo | doctrine.orm.umanit_seo_entity_manager |
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
umanit_seo entity manager
| Class | Amount of managed objects |
|---|
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Navigation | 6 |
| App\Entity\Doctor | 5 |
| App\Entity\DoctorTranslation | 5 |
| App\Entity\FrequentlyAskedQuestion | 4 |
| App\Entity\FrequentlyAskedQuestionTranslation | 4 |
| App\Entity\Reference | 3 |
| App\Entity\Page | 2 |
| App\Entity\Language | 1 |
| App\Entity\Article | 1 |
Entities Mapping
umanit_seo entity manager
No loaded entities.
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Language | No errors. |
| App\Entity\Doctor | No errors. |
| App\Entity\DoctorTranslation | No errors. |
| App\Entity\FrequentlyAskedQuestion | No errors. |
| App\Entity\FrequentlyAskedQuestionTranslation | No errors. |
| Umanit\SeoBundle\Entity\SeoMetadata | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Navigation | No errors. |
| App\Entity\Reference | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\BlogTranslation | No errors. |