Query Metrics

7 Database Queries
5 Different statements
5.87 ms Query time
1 Invalid entities
168 Managed entities

Queries

Group similar statements

# Time Info
1 1.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:
[
  "mg"
]
2 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.type AS type_4 FROM category t0 WHERE t0.id = ?
Parameters:
[
  "14"
]
3 1.66 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.description AS description_2, r0_.content AS content_3, r0_.report_id AS report_id_4, r0_.language_id AS language_id_5 FROM report_translation r0_ INNER JOIN report r1_ ON (r1_.id = r0_.report_id) WHERE r1_.status = ? AND EXISTS (SELECT 1 FROM report_category r2_ WHERE r2_.report_id = r1_.id AND r2_.category_id IN (?)) AND r0_.language_id = ? ORDER BY r1_.published DESC
Parameters:
[
  1
  14
  336
]
4 0.72 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.description AS description_2, r0_.content AS content_3, r0_.report_id AS report_id_4, r0_.language_id AS language_id_5 FROM report_translation r0_ INNER JOIN report r1_ ON (r1_.id = r0_.report_id) WHERE r1_.status = ? AND r0_.language_id = ? ORDER BY r1_.published DESC
Parameters:
[
  1
  336
]
5 0.64 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:
[
  "mg"
]
6 0.47 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:
[
  "mg"
]
7 0.37 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\Report\ReportTranslation 83
App\Entity\Content\Report\Report 83
App\Entity\Language 1
App\Entity\Category\Category 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\Category\Category No errors.
App\Entity\Content\Report\ReportTranslation
  • The association App\Entity\Content\Report\ReportTranslation#report refers to the inverse side field App\Entity\Content\Report\Report#ReportTranslation which does not exist.
  • The association App\Entity\Content\Report\ReportTranslation#language refers to the inverse side field App\Entity\Language#ReportTranslation which does not exist.
App\Entity\Content\Report\Report No errors.
App\Entity\Departement No errors.