Query Metrics
4
Database Queries
4
Different statements
5.17 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.25 ms |
SELECT c0_.id AS id_0, c0_.migration_id AS migration_id_1, c0_.name AS name_2, c0_.slug AS slug_3, c0_.description AS description_4, c0_.view_type AS view_type_5, c0_.lft AS lft_6, c0_.lvl AS lvl_7, c0_.rgt AS rgt_8, c0_.published AS published_9, c0_.show_in_menu AS show_in_menu_10, c0_.sort_index AS sort_index_11, c0_.tree_root AS tree_root_12, c0_.parent_id AS parent_id_13 FROM category c0_ WHERE c0_.published = ? AND c0_.show_in_menu = ? ORDER BY c0_.tree_root ASC, c0_.lft ASC
Parameters:
[ 1 1 ] |
| 2 | 0.45 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.view_type AS view_type_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.show_in_menu AS show_in_menu_11, t0.sort_index AS sort_index_12, t0.tree_root AS tree_root_13, t0.parent_id AS parent_id_14 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"excursions"
]
|
| 3 | 3.09 ms |
SELECT a0_.id AS id_0, a0_.custom_id AS custom_id_1, a0_.title AS title_2, a0_.teaser AS teaser_3, a0_.slider_title AS slider_title_4, a0_.slug AS slug_5, a0_.slider_position AS slider_position_6, a0_.summary AS summary_7, a0_.body AS body_8, a0_.created_at AS created_at_9, a0_.event_date AS event_date_10, a0_.updated_at AS updated_at_11, a0_.published AS published_12, a0_.file_name AS file_name_13, a0_.author_id AS author_id_14, a0_.image_id AS image_id_15 FROM article a0_ INNER JOIN articles_categories a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE c1_.slug IN (?) ORDER BY a0_.created_at DESC
Parameters:
[
"excursions"
]
|
| 4 | 0.39 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.view_type AS view_type_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.show_in_menu AS show_in_menu_11, t0.sort_index AS sort_index_12, t0.tree_root AS tree_root_13, t0.parent_id AS parent_id_14 FROM category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| old | doctrine.dbal.old_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\Category | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Author | No errors. |
| App\Entity\AppFile | No errors. |