Query Metrics
3
Database Queries
2
Different statements
6.95 ms
Query time
0
Invalid entities
15
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 5.74 ms |
SELECT a0_.id AS id_0, a0_.locale AS locale_1, a0_.title AS title_2, a0_.slug AS slug_3, a0_.excerpt AS excerpt_4, a0_.content AS content_5, a0_.status AS status_6, a0_.published_at AS published_at_7, a0_.image_name AS image_name_8, a0_.featured_image AS featured_image_9, a0_.alt_text AS alt_text_10, a0_.view_count AS view_count_11, a0_.is_featured AS is_featured_12, a0_.created_at AS created_at_13, a0_.updated_at AS updated_at_14, a0_.meta_title AS meta_title_15, a0_.meta_description AS meta_description_16, a0_.og_title AS og_title_17, a0_.og_description AS og_description_18, a0_.og_image AS og_image_19, a0_.twitter_title AS twitter_title_20, a0_.twitter_image AS twitter_image_21, a0_.social_auto_publish AS social_auto_publish_22, a0_.social_published_at AS social_published_at_23, a0_.social_publish_status AS social_publish_status_24, a0_.show_toc AS show_toc_25, a0_.original_article_id AS original_article_id_26, a0_.category_id AS category_id_27, a0_.author_id AS author_id_28, a0_.sub_menu_id AS sub_menu_id_29 FROM article a0_ WHERE a0_.locale = ? AND a0_.status = ? ORDER BY a0_.published_at DESC, a0_.created_at DESC LIMIT 6
Parameters:
[ "pl" "published" ] |
| 2 | 0.73 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.subtitle AS subtitle_6, t0.preface AS preface_7, t0.image AS image_8, t0.translation_group AS translation_group_9, t0.wp_id AS wp_id_10, t0.parent_id AS parent_id_11, t0.sub_menu_id AS sub_menu_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
93
]
|
| 3 | 0.48 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.subtitle AS subtitle_6, t0.preface AS preface_7, t0.image AS image_8, t0.translation_group AS translation_group_9, t0.wp_id AS wp_id_10, t0.parent_id AS parent_id_11, t0.sub_menu_id AS sub_menu_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
92
]
|
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\Article | 12 |
| App\Entity\Category | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Tag | No errors. |