Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.23 ms
(54.14%)
3
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:
[
  "en"
]
0.81 ms
(19.77%)
1
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:
[
  "organization-chart"
]
0.66 ms
(16.09%)
1
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:
[
  5
  30
]
0.41 ms
(10.00%)
1
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.