Query Metrics
4
Database Queries
4
Different statements
2.73 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.14 ms |
SELECT t0.id AS id_1, t0.rayon AS rayon_2, t0.texte AS texte_3, t0.villes_id AS villes_id_4, t0.categories_id AS categories_id_5, t0.user_id AS user_id_6 FROM alertes t0 WHERE t0.user_id IS NULL
Parameters:
[] |
2 | 0.37 ms |
SELECT t0.id AS id_1, t0.ville_nom_reel AS ville_nom_reel_2, t0.ville_nom AS ville_nom_3, t0.ville_code_postal AS ville_code_postal_4, t0.ville_longitude_deg AS ville_longitude_deg_5, t0.ville_latitude_deg AS ville_latitude_deg_6, t0.ville_slug AS ville_slug_7, t0.departements_id AS departements_id_8 FROM villes t0 WHERE t0.id = ? LIMIT 1
Parameters:
[ "" ] |
3 | 0.98 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.prix AS prix_2, a0_.description AS description_3, a0_.pourcent_remise AS pourcent_remise_4, a0_.date_debut AS date_debut_5, a0_.date_fin AS date_fin_6, a0_.quantite AS quantite_7, a0_.visible_pro AS visible_pro_8, a0_.booster AS booster_9, a0_.nb_vues AS nb_vues_10, a0_.image AS image_11, a0_.categories_id AS categories_id_12, a0_.user_id AS user_id_13, a0_.villes_id AS villes_id_14 FROM annonces a0_ WHERE a0_.date_debut <= ? AND a0_.date_fin >= ? ORDER BY a0_.booster DESC, a0_.id DESC
Parameters:
[ "2025-01-27 06:08:42" "2025-01-27 06:08:42" ] |
4 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM categories t0
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Categories | No errors. |
App\Entity\Favoris | No errors. |
App\Entity\Annonces | No errors. |
App\Entity\Villes | No errors. |
App\Entity\NotesEnseignes |
|
App\Entity\Alertes | No errors. |
App\Entity\User | No errors. |
App\Entity\Departements | No errors. |