Query Metrics

5 Database Queries
5 Different statements
4.38 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.76 ms
(62.86%)
1
SELECT s0_.id AS id_0, s0_.string AS string_1, s0_.value AS value_2, s0_.image AS image_3, s0_.image_alt AS image_alt_4 FROM string_translations s0_ LEFT JOIN languages l1_ ON s0_.language_id = l1_.id WHERE l1_.locale = ? ORDER BY s0_.id DESC
Parameters:
[
  "hr"
]
0.64 ms
(14.53%)
1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.slug AS slug_4, t0.text AS text_5, t0.title_tag AS title_tag_6, t0.meta_description AS meta_description_7, t0.keywords AS keywords_8, t0.page_id AS page_id_9 FROM page_translation t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "upute"
]
0.35 ms
(8.08%)
1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.slug AS slug_4, t0.text AS text_5, t0.title_tag AS title_tag_6, t0.meta_description AS meta_description_7, t0.keywords AS keywords_8, t0.page_id AS page_id_9 FROM page_translation t0 WHERE t0.page_id = ?
Parameters:
[
  1
]
0.35 ms
(7.92%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.text AS text_4, t0.created AS created_5, t0.modified AS modified_6, t0.is_active AS is_active_7, t0.slug AS slug_8, t0.title_tag AS title_tag_9, t0.meta_description AS meta_description_10, t0.keywords AS keywords_11 FROM page t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.29 ms
(6.62%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.image AS image_4, t0.is_active AS is_active_5, t0.created AS created_6, t0.sequence AS sequence_7, t0.article_id AS article_id_8, t0.page_id AS page_id_9 FROM paragraph t0 WHERE t0.page_id = ?
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.

Entities Mapping

Class Mapping errors
App\Entity\PageTranslation No errors.
App\Entity\Page No errors.
App\Entity\Paragraph No errors.
App\Entity\Article No errors.
App\Entity\StringTranslations No errors.
App\Entity\Languages No errors.