Query Metrics

5 Database Queries
2 Different statements
3.95 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.54 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"
]
2 0.49 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"
]
3 0.48 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.98 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"
]
5 0.46 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"
]

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\TemplateImage No errors.
App\Entity\Config No errors.