Query Metrics

3 Database Queries
3 Different statements
1.13 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.50 ms
(44.15%)
1
SELECT h0_.id AS id_0, h0_.created_at AS created_at_1, h0_.updated_at AS updated_at_2, h0_.photo_path AS photo_path_3, h0_.video_url AS video_url_4, h1_.id AS id_5, h1_.title AS title_6, h1_.slug AS slug_7, h1_.meta_title AS meta_title_8, h1_.meta_description AS meta_description_9, h1_.body AS body_10, h1_.locale AS locale_11, h1_.translatable_id AS translatable_id_12 FROM home h0_ LEFT JOIN home_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.slug = ? AND h1_.locale = ?
Parameters:
[
  "accueil"
  "fr"
]
0.34 ms
(29.92%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.content AS content_4, t0.content2 AS content2_5, t0.content3 AS content3_6, t0.content4 AS content4_7, t0.image_path AS image_path_8, t0.push_button_label AS push_button_label_9, t0.push_button_url AS push_button_url_10, t0.push_button_new_tab AS push_button_new_tab_11, t0.video_url AS video_url_12, t0.updated_at AS updated_at_13, t0.position AS position_14, t0.alt AS alt_15, t0.article_translation_id AS article_translation_id_16, t0.home_translation_id AS home_translation_id_17, t0.page_translation_id AS page_translation_id_18 FROM block t0 WHERE t0.home_translation_id = ? ORDER BY t0.position ASC
Parameters:
[
  1
]
0.29 ms
(25.94%)
1
SELECT h0_.id AS id_0, h0_.external AS external_1, h0_.weight AS weight_2, h1_.id AS id_3, h1_.label AS label_4, h1_.url AS url_5, h1_.locale AS locale_6, h1_.translatable_id AS translatable_id_7 FROM header_link h0_ LEFT JOIN header_link_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.locale = ? ORDER BY h0_.weight ASC
Parameters:
[
  "fr"
]

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\Home 1
App\Entity\HomeTranslation 1

Entities Mapping