Query Metrics
5
Database Queries
5
Different statements
4.46 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.31 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.description AS description_4, t0.date_publication AS date_publication_5, t0.nom_auteur AS nom_auteur_6, t0.contenu AS contenu_7, t0.statut AS statut_8, t0.metatitle AS metatitle_9, t0.metadescription AS metadescription_10, t0.auteur_id AS auteur_id_11, t0.categorie_id AS categorie_id_12 FROM blog t0 LIMIT 2
Parameters:
[] |
| 2 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.service AS service_3, t0.bv AS bv_4, t0.amount AS amount_5, t0.period AS period_6, t0.statut AS statut_7, t0.package_type_id AS package_type_id_8 FROM package t0
Parameters:
[] |
| 3 | 0.15 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.description AS description_4, t0.date_publication AS date_publication_5, t0.nom_auteur AS nom_auteur_6, t0.contenu AS contenu_7, t0.statut AS statut_8, t0.metatitle AS metatitle_9, t0.metadescription AS metadescription_10, t0.auteur_id AS auteur_id_11, t0.categorie_id AS categorie_id_12 FROM blog t0 ORDER BY t0.date_publication DESC LIMIT 3
Parameters:
[] |
| 4 | 0.40 ms |
SELECT e0_.id AS id_0, e0_.titre AS titre_1, e0_.description AS description_2, e0_.ville AS ville_3, e0_.date_evenement AS date_evenement_4, e0_.image AS image_5, e0_.state AS state_6 FROM evenement e0_ WHERE e0_.date_evenement >= ? AND e0_.state >= ? ORDER BY e0_.date_evenement ASC
Parameters:
[ "2025-12-06 03:19:33" 1 ] |
| 5 | 3.40 ms |
SELECT c0_.id AS id_0, c0_.titre AS titre_1, c0_.date_conference AS date_conference_2, c0_.note AS note_3 FROM conference c0_ WHERE c0_.date_conference >= ? ORDER BY c0_.date_conference ASC LIMIT 1
Parameters:
[
"2025-12-06 03:19:33"
]
|
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\Blog | No errors. |
| App\Entity\User | No errors. |
| App\Entity\CategorieBlog | No errors. |
| App\Entity\Package | No errors. |
| App\Entity\PackageType | No errors. |
| App\Entity\Evenement | No errors. |
| App\Entity\Conference | No errors. |