GET https://bianco.mypreprod.xyz/fr/actuality/64-formation-des-agents-des-douanes-sur-la-lutte-contre-la-corruption

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.69 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.02 ms
SELECT t0.id AS id_1, t0.type AS type_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, t0.departement_id AS departement_id_12 FROM actuality t0 WHERE t0.id = ?
Parameters:
[
  "64"
]
3 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.content AS content_4, t0.actuality_id AS actuality_id_5, t0.language_id AS language_id_6 FROM actuality_translation t0 WHERE t0.actuality_id = ? AND t0.language_id = ? LIMIT 1
Parameters:
[
  64
  169
]
4 0.55 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.30 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.49 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\Actuality 1
App\Entity\Content\ActualityTranslation 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\Actuality No errors.
App\Entity\Departement No errors.
App\Entity\Category\Category No errors.
App\Entity\Content\ActualityTranslation
  • The association App\Entity\Content\ActualityTranslation#actuality refers to the inverse side field App\Entity\Content\Actuality#ActualityTranslation which does not exist.
  • The association App\Entity\Content\ActualityTranslation#language refers to the inverse side field App\Entity\Language#ActualityTranslation which does not exist.