Query Metrics
171
Database Queries
6
Different statements
73.94 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
60.30 ms (81.56%) |
160 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.type_lien AS type_lien_3, t0.lien AS lien_4, t0.position AS position_5, t0.type_fichier AS type_fichier_6, t0.gallery_type AS gallery_type_7, t0.niveau_id AS niveau_id_8, t0.rubric_id AS rubric_id_9, t0.parent_id AS parent_id_10 FROM menu_item t0 WHERE t0.parent_id = ?
Parameters:
[
1
]
|
|
3.87 ms (5.24%) |
7 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.type_lien AS type_lien_3, t0.lien AS lien_4, t0.position AS position_5, t0.type_fichier AS type_fichier_6, t0.gallery_type AS gallery_type_7, t0.niveau_id AS niveau_id_8, t0.rubric_id AS rubric_id_9, t0.parent_id AS parent_id_10 FROM menu_item t0 WHERE t0.rubric_id = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
3.73 ms (5.04%) |
1 |
SELECT COUNT(f0_.id) AS sclr_0 FROM fond_documentaire f0_
Parameters:
[] |
|
2.59 ms (3.50%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.slug AS slug_4, t0.position AS position_5, t0.lien AS lien_6, t0.type_lien AS type_lien_7, t0.type_fichier AS type_fichier_8, t0.gallery_type AS gallery_type_9 FROM rubrics t0
Parameters:
[] |
|
2.26 ms (3.05%) |
1 |
SELECT f0_.id AS id_0, f0_.libelle AS libelle_1, f0_.filepath AS filepath_2, f0_.created_at AS created_at_3, f0_.updated_at AS updated_at_4, f0_.publied_at AS publied_at_5, f0_.categorie_id AS categorie_id_6 FROM fond_documentaire f0_ INNER JOIN fond_documentaire_categorie f1_ ON f0_.categorie_id = f1_.id LEFT JOIN fond_documentaire_categorie f2_ ON f1_.parent_id = f2_.id ORDER BY f0_.publied_at DESC, f0_.publied_at DESC LIMIT 15 OFFSET 45
Parameters:
[] |
|
1.19 ms (1.61%) |
1 |
SELECT t0.id AS id_1, t0.image AS image_2, t0.is_actif AS is_actif_3 FROM fond_documentaire_banniere t0 WHERE t0.is_actif = ? LIMIT 1
Parameters:
[
1
]
|
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\FondDocumentaire | No errors. |
| App\Entity\FondDocumentaireBanniere | No errors. |
| App\Entity\FondDocumentaireCategorie | No errors. |
| App\Entity\Pages | No errors. |
| App\Entity\Rubrics | No errors. |
| App\Entity\MenuItem | No errors. |
| App\Entity\Menu | No errors. |