GET https://preprod.button-hop.com/en/button-hop-english

Query Metrics

6 Database Queries
5 Different statements
3.22 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.62 ms
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2 FROM language l0_ WHERE l0_.code = ?
Parameters:
[
  "en"
]
2 0.74 ms
SELECT p0_.title AS title_0, p0_.meta_description AS meta_description_1, p0_.og_description AS og_description_2, p0_.og_title AS og_title_3, p0_.slug AS slug_4, p0_.is_published AS is_published_5, p0_.update_date AS update_date_6, p0_.meta_keywords AS meta_keywords_7, p0_.json_ld AS json_ld_8, p0_.id AS id_9, p0_.content AS content_10, p0_.og_image_id AS og_image_id_11, p0_.language_id AS language_id_12 FROM page p0_ WHERE p0_.slug = ?
Parameters:
[
  "button-hop-english"
]
3 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.file AS file_3 FROM media t0 WHERE t0.id = ?
Parameters:
[
  26
]
4 0.40 ms
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2 FROM language l0_ WHERE l0_.code = ?
Parameters:
[
  "en"
]
5 0.52 ms
SELECT m0_.id AS id_0, m0_.label AS label_1, m0_.title AS title_2, m0_.is_active AS is_active_3, m0_.position AS position_4, m0_.page_id AS page_id_5, m0_.parent_id AS parent_id_6, m0_.language_id AS language_id_7 FROM menu m0_ WHERE m0_.is_active = 1 AND m0_.parent_id IS NULL AND m0_.language_id = ? ORDER BY m0_.position ASC
Parameters:
[
  2
]
6 0.50 ms
SELECT t0.title AS title_1, t0.meta_description AS meta_description_2, t0.og_description AS og_description_3, t0.og_title AS og_title_4, t0.slug AS slug_5, t0.is_published AS is_published_6, t0.update_date AS update_date_7, t0.meta_keywords AS meta_keywords_8, t0.json_ld AS json_ld_9, t0.id AS id_10, t0.content AS content_11, t0.og_image_id AS og_image_id_12, t0.page_id AS page_id_13 FROM article t0 WHERE t0.page_id = ?
Parameters:
[
  7
]

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\Language No errors.
App\Entity\AbstractSeoResource No errors.
App\Entity\Page No errors.
App\Entity\Menu No errors.
App\Entity\Media
  • The target entity 'App\Entity\AbstractSeoResource' specified on App\Entity\Media#abstractSeoResources is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
App\Entity\Article No errors.