Query Metrics
5
Database Queries
5
Different statements
23.51 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.17 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.text_banniere AS text_banniere_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM esfs_page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"cours-particuliers.html"
]
|
2 | 4.71 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.is_youtube AS is_youtube_7, t0.page_id AS page_id_8, t9.id AS id_10, t9.titre AS titre_11, t9.slug AS slug_12, t9.contenu AS contenu_13, t9.contenu_brut AS contenu_brut_14, t9.banniere AS banniere_15, t9.template AS template_16, t9.text_banniere AS text_banniere_17, t9.created_at AS created_at_18, t9.updated_at AS updated_at_19, t0.moniteur_id AS moniteur_id_20 FROM esfs_section t0 INNER JOIN esfs_page t9 ON t0.page_id = t9.id WHERE t0.page_id = ?
Parameters:
[
55
]
|
3 | 1.94 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.lien AS lien_4, t0.contenu AS contenu_5, t0.lieu AS lieu_6, t0.niveau AS niveau_7, t0.age AS age_8, t0.duree AS duree_9, t0.participants AS participants_10 FROM esfs_formule t0
Parameters:
[] |
4 | 4.76 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.lien AS lien_4, t0.contenu AS contenu_5, t0.lieu AS lieu_6, t0.niveau AS niveau_7, t0.age AS age_8, t0.duree AS duree_9, t0.participants AS participants_10 FROM esfs_formule t0 INNER JOIN esfs_page_formule ON t0.id = esfs_page_formule.formule_id WHERE esfs_page_formule.page_id = ?
Parameters:
[
55
]
|
5 | 8.93 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.prix AS prix_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM esfs_tarif t0 INNER JOIN esfs_formule_tarif ON t0.id = esfs_formule_tarif.tarif_id WHERE esfs_formule_tarif.formule_id = ?
Parameters:
[
6
]
|
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\Section | No errors. |
App\Entity\Moniteur | No errors. |
App\Entity\Formule | No errors. |
App\Entity\Actualite | No errors. |
App\Entity\Avis | No errors. |
App\Entity\Tarif | No errors. |