Query Metrics
4
Database Queries
4
Different statements
1.74 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.41 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM auteur t0 WHERE t0.id = ?
Parameters:
[
20896
]
|
| 2 | 0.38 ms |
SELECT t0.id AS id_1, t0.livre_id AS livre_id_2, t0.auteur_id AS auteur_id_3 FROM lien_auteur_livre t0 WHERE t0.auteur_id = ?
Parameters:
[
20896
]
|
| 3 | 0.55 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.isbn AS isbn_3, t0.numero AS numero_4, t0.annee AS annee_5, t0.cycle AS cycle_6, t0.tome AS tome_7, t0.pages AS pages_8, t0.prixBase AS prixBase_9, t0.cote AS cote_10, t0.amazon AS amazon_11, t0.poids AS poids_12, t0.resume AS resume_13, t0.image AS image_14, t0.image_2 AS image_2_15, t0.category_id AS category_id_16, t0.collection_id AS collection_id_17, t0.edition_id AS edition_id_18, t0.monnaie_id AS monnaie_id_19 FROM livre t0 WHERE t0.id = ?
Parameters:
[
2751
]
|
| 4 | 0.40 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM edition t0 WHERE t0.id = ?
Parameters:
[
194
]
|
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\Auteur | No errors. |
| App\Entity\LienAuteurLivre | No errors. |
| App\Entity\Livre |
|
| App\Entity\Category | No errors. |
| App\Entity\Collection | No errors. |
| App\Entity\Edition | No errors. |
| App\Entity\Monnaie | No errors. |
| App\Entity\LienUserLivre | No errors. |