Query Metrics

6 Database Queries
3 Different statements
7.02 ms Query time
1 Invalid entities
121 Managed entities

Queries

Group similar statements

# Time Info
1 1.57 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 2.48 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.content AS content_3, a0_.actuality_id AS actuality_id_4, a0_.language_id AS language_id_5 FROM actuality_translation a0_ INNER JOIN actuality a1_ ON (a1_.id = a0_.actuality_id) WHERE a1_.status = ? AND a1_.type = ? AND a0_.language_id = ? ORDER BY a1_.published DESC
Parameters:
[
  1
  1
  169
]
3 1.74 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.content AS content_3, a0_.actuality_id AS actuality_id_4, a0_.language_id AS language_id_5 FROM actuality_translation a0_ INNER JOIN actuality a1_ ON (a1_.id = a0_.actuality_id) WHERE a1_.status = ? AND a1_.type = ? AND a0_.language_id = ? ORDER BY a1_.published DESC
Parameters:
[
  1
  1
  169
]
4 0.63 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.20 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.39 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\Content\ActualityTranslation 60
App\Entity\Content\Actuality 60
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\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.
App\Entity\Content\Actuality No errors.
App\Entity\Departement No errors.