Query Metrics

9 Database Queries
4 Different statements
3.82 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.09 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.seo_title AS seo_title_4, t0.seo_description AS seo_description_5, t0.img AS img_6, t0.html AS html_7, t0.is_published AS is_published_8, t0.created_at AS created_at_9, t0.name AS name_10 FROM page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "homepage"
]
2 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3 FROM template_image t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "favicon"
]
3 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3 FROM template_image t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "logo"
]
4 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3 FROM template_image t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "logo"
]
5 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "global"
]
6 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "socialLinks"
]
7 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "socialLinks"
]
8 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM config t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "sponsor"
]
9 0.31 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.seo_title AS seo_title_4, t0.seo_description AS seo_description_5, t0.img AS img_6, t0.html AS html_7, t0.is_published AS is_published_8, t0.created_at AS created_at_9, t0.name AS name_10 FROM page t0 WHERE t0.is_published = ?
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\Page No errors.
App\Entity\TemplateImage No errors.
App\Entity\Config No errors.