Query Metrics
3
Database Queries
3
Different statements
1.65 ms
Query time
0
Invalid entities
10
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.84 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.code AS code_4, t0.est_publie AS est_publie_5, t0.est_metier AS est_metier_6 FROM front_page t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"auteur"
]
|
| 2 | 0.54 ms |
SELECT t0.id AS id_1, t0.prenom AS prenom_2, t0.nom AS nom_3, t0.biographie AS biographie_4, t0.bibliographie AS bibliographie_5, t0.date_creation AS date_creation_6, t0.update_at AS update_at_7, t0.is_ecrivain AS is_ecrivain_8, t0.is_illustrateur AS is_illustrateur_9, t0.old_id AS old_id_10, t0.portrait AS portrait_11, t0.id_electre AS id_electre_12, t0.photo_ext_id AS photo_ext_id_13 FROM auteur t0 WHERE t0.id = ?
Parameters:
[
"11974"
]
|
| 3 | 0.28 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.nom_electre AS nom_electre_3, t0.couleur AS couleur_4, t0.ordre AS ordre_5, t0.slug AS slug_6, t0.old_id AS old_id_7, t0.color1 AS color1_8, t0.color2 AS color2_9, t0.parent_id AS parent_id_10 FROM genre t0 ORDER BY t0.ordre ASC
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\Genre | 8 |
| App\Entity\FrontPage | 1 |
| App\Entity\Auteur | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\FrontPage | No errors. |
| App\Entity\Auteur | No errors. |
| App\Entity\FrontModule | No errors. |
| App\Entity\PhotoExtended | No errors. |
| App\Entity\Livre | No errors. |
| App\Entity\Chronique | No errors. |
| App\Entity\EcrivainVoyageur | No errors. |
| App\Entity\AvisAuteur | No errors. |
| App\Entity\Genre | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\Envie | No errors. |