Query Metrics
4
Database Queries
4
Different statements
12.83 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 4.35 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.contenu AS contenu_4, t0.contenu_brut AS contenu_brut_5, t0.banniere AS banniere_6, t0.template AS template_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"les-cours-de-surf-collectifs.html"
]
|
2 | 3.42 ms |
SELECT t0.id AS id_1, t0.files AS files_2, t0.contenu AS contenu_3, t0.type AS type_4, t0.titre AS titre_5, t0.colonne AS colonne_6, t0.page_id AS page_id_7, t8.id AS id_9, t8.titre AS titre_10, t8.slug AS slug_11, t8.contenu AS contenu_12, t8.contenu_brut AS contenu_brut_13, t8.banniere AS banniere_14, t8.template AS template_15, t8.created_at AS created_at_16, t8.updated_at AS updated_at_17 FROM section t0 INNER JOIN page t8 ON t0.page_id = t8.id WHERE t0.page_id = ?
Parameters:
[
12
]
|
3 | 1.89 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.lien AS lien_4 FROM formule t0
Parameters:
[] |
4 | 3.18 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.prix AS prix_4, t0.lien AS lien_5, t0.color AS color_6, t0.ville AS ville_7, t0.rang AS rang_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM tarif t0 INNER JOIN page_tarif ON t0.id = page_tarif.tarif_id WHERE page_tarif.page_id = ? ORDER BY t0.rang ASC
Parameters:
[
12
]
|
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\Page | No errors. |
App\Entity\Tarif | No errors. |
App\Entity\Section | No errors. |
App\Entity\Actualite | No errors. |
App\Entity\Avis | No errors. |
App\Entity\Formule | No errors. |