GET https://bianco.mypreprod.xyz/fr/antennas

Query Metrics

6 Database Queries
4 Different statements
3.51 ms Query time
1 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "fr"
]
2 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.content AS content_4, t0.image AS image_5, t0.slug AS slug_6, t0.created AS created_7, t0.updated AS updated_8 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "antennas"
]
3 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.content AS content_4, t0.page_id AS page_id_5, t0.language_id AS language_id_6 FROM page_translation t0 WHERE t0.page_id = ? AND t0.language_id = ? LIMIT 1
Parameters:
[
  6
  169
]
4 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "fr"
]
5 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "fr"
]
6 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM departement t0
Parameters:
[]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Language 1
App\Entity\Content\Page\Page 1
App\Entity\Content\Page\PageTranslation 1

Entities Mapping

Class Mapping errors
App\Entity\Language No errors.
App\Entity\Advice\Testimonial No errors.
App\Entity\Advice\Advice No errors.
App\Entity\Content\Page\Page No errors.
App\Entity\Content\Page\PageTranslation
  • The association App\Entity\Content\Page\PageTranslation#page refers to the inverse side field App\Entity\Content\Page\Page#PageTranslation which does not exist.
  • The association App\Entity\Content\Page\PageTranslation#language refers to the inverse side field App\Entity\Language#PageTranslation which does not exist.
App\Entity\Departement No errors.