GET https://bianco.mypreprod.xyz/fr/legal-foundations

Query Metrics

13 Database Queries
4 Different statements
6.29 ms Query time
1 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 1.19 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 1.61 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.description AS description_2, l0_.content AS content_3, l0_.legal_foundations_id AS legal_foundations_id_4, l0_.language_id AS language_id_5 FROM legal_foundations_translation l0_ INNER JOIN legal_foundations l1_ ON (l1_.id = l0_.legal_foundations_id) WHERE l1_.status = ? AND l0_.language_id = ? ORDER BY l1_.published ASC
Parameters:
[
  1
  169
]
3 0.70 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"
]
4 0.31 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.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM departement t0
Parameters:
[]
6 0.59 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  3
]
7 0.47 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  7
]
8 0.24 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  4
]
9 0.13 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  6
]
10 0.13 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  5
]
11 0.14 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  8
]
12 0.08 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  10
]
13 0.26 ms
SELECT t0.file AS file_1, t0.id AS id_2, t0.name AS name_3, t0.image AS image_4, t0.description AS description_5, t0.content AS content_6, t0.created AS created_7, t0.updated AS updated_8, t0.published AS published_9, t0.status AS status_10, t0.uid AS uid_11 FROM legal_foundations t0 WHERE t0.id = ?
Parameters:
[
  9
]

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\Content\LegalFoundations\LegalFoundationsTranslation 8
App\Entity\Content\LegalFoundations\LegalFoundations 8
App\Entity\Language 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\LegalFoundations\LegalFoundationsTranslation
  • The association App\Entity\Content\LegalFoundations\LegalFoundationsTranslation#legalFoundations refers to the inverse side field App\Entity\Content\LegalFoundations\LegalFoundations#LegalFoundationsTranslation which does not exist.
  • The association App\Entity\Content\LegalFoundations\LegalFoundationsTranslation#language refers to the inverse side field App\Entity\Language#LegalFoundationsTranslation which does not exist.
App\Entity\Content\LegalFoundations\LegalFoundations No errors.
App\Entity\Departement No errors.
App\Entity\Category\Category No errors.