Query Metrics

4 Database Queries
3 Different statements
4.14 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.12 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.title AS title_3, t0.second_title AS second_title_4, t0.description AS description_5, t0.active AS active_6, t0.sort AS sort_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.date_created AS date_created_10, t0.date_modified AS date_modified_11 FROM section t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "buyticket"
]
2 1.07 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "1"
  "ca"
  "App\Entity\Section"
]
3 0.85 ms
SELECT t0.id AS id_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.code AS code_4, t0.text AS text_5, t0.active AS active_6, t0.section_id AS section_id_7, t8.id AS id_9, t8.code AS code_10, t8.title AS title_11, t8.second_title AS second_title_12, t8.description AS description_13, t8.active AS active_14, t8.sort AS sort_15, t8.seo_title AS seo_title_16, t8.seo_description AS seo_description_17, t8.date_created AS date_created_18, t8.date_modified AS date_modified_19 FROM text t0 LEFT JOIN section t8 ON t0.section_id = t8.id WHERE t0.section_id = ?
Parameters:
[
  1
]
4 1.10 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.title AS title_3, t0.second_title AS second_title_4, t0.description AS description_5, t0.active AS active_6, t0.sort AS sort_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.date_created AS date_created_10, t0.date_modified AS date_modified_11 FROM section t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "footer"
]

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\Section No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
App\Entity\Text No errors.