Query Metrics

8 Database Queries
4 Different statements
7.00 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.98 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.price AS price_3, c0_.credits AS credits_4, c0_.ordre AS ordre_5, c0_.parent_id AS parent_id_6, c0_.group_id AS group_id_7, c0_.page_id AS page_id_8 FROM Categorie c0_ WHERE c0_.id = ? OR c0_.parent_id = ? ORDER BY c0_.parent_id ASC, c0_.ordre ASC
Parameters:
[
  73
  73
]
2 0.63 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.price AS price_3, c0_.credits AS credits_4, c0_.ordre AS ordre_5, c0_.parent_id AS parent_id_6, c0_.group_id AS group_id_7, c0_.page_id AS page_id_8 FROM Categorie c0_ WHERE c0_.id = ? OR c0_.parent_id = ? ORDER BY c0_.parent_id ASC, c0_.ordre ASC
Parameters:
[
  74
  74
]
3 0.60 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.price AS price_3, c0_.credits AS credits_4, c0_.ordre AS ordre_5, c0_.parent_id AS parent_id_6, c0_.group_id AS group_id_7, c0_.page_id AS page_id_8 FROM Categorie c0_ WHERE c0_.id = ? OR c0_.parent_id = ? ORDER BY c0_.parent_id ASC, c0_.ordre ASC
Parameters:
[
  75
  75
]
4 0.60 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.price AS price_3, c0_.credits AS credits_4, c0_.ordre AS ordre_5, c0_.parent_id AS parent_id_6, c0_.group_id AS group_id_7, c0_.page_id AS page_id_8 FROM Categorie c0_ WHERE c0_.id = ? OR c0_.parent_id = ? ORDER BY c0_.parent_id ASC, c0_.ordre ASC
Parameters:
[
  76
  76
]
5 0.66 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.slug AS slug_4, t0.region_id AS region_id_5 FROM Departement t0
Parameters:
[]
6 1.03 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM Prestataire p0_ WHERE p0_.status = ?
Parameters:
[
  "valid"
]
7 0.88 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM Prestataire p0_ WHERE p0_.status = ?
Parameters:
[
  "valid"
]
8 1.62 ms
SELECT p0_.id AS id_0, p0_.parent_id AS sclr_1, p0_.menu_label AS menu_label_2, c1_.description AS description_3, u2_.url AS url_4, c1_.id AS id_5 FROM Page p0_ INNER JOIN Url u2_ ON p0_.url_id = u2_.id LEFT JOIN Categorie c1_ ON (c1_.page_id = p0_.id) WHERE p0_.type = ? ORDER BY p0_.parent_id ASC, p0_.page_order ASC
Parameters:
[
  "categorie"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Categorie No errors.
App\Entity\Page No errors.
App\Entity\Prestataire No errors.
App\Entity\Departement No errors.
App\Entity\Region No errors.
App\Entity\Url No errors.