Query Metrics
6
Database Queries
5
Different statements
2.73 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.52 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.idiresa AS idiresa_4, t0.etat AS etat_5, t0.default AS default_6, t0.code_iso AS code_iso_7, t0.flag_id AS flag_id_8 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"fr"
]
|
2 | 0.77 ms |
SELECT p0_.id AS id_0, p0_.environnement AS environnement_1, p0_.region AS region_2, p0_.slug_region AS slug_region_3, p0_.lieu AS lieu_4, p0_.departement AS departement_5, p0_.slug_lieu AS slug_lieu_6, p0_.ville AS ville_7, p0_.slug_ville AS slug_ville_8, p0_.nom AS nom_9, p0_.typologie AS typologie_10, p0_.date_debut AS date_debut_11, p0_.date_fin AS date_fin_12, p0_.duree AS duree_13, p0_.id_lieu AS id_lieu_14, p0_.id_lieu_hebergement AS id_lieu_hebergement_15, p0_.id_prestation AS id_prestation_16, p0_.id_typologie AS id_typologie_17, p0_.montant_taux_promo AS montant_taux_promo_18, p0_.montant_valeur_promo AS montant_valeur_promo_19, p0_.id_prestation_hebergement AS id_prestation_hebergement_20, p0_.prix_brut AS prix_brut_21, p0_.prix_total AS prix_total_22, p0_.status AS status_23, p0_.date_created AS date_created_24 FROM promo p0_ WHERE p0_.duree = ? AND p0_.date_debut >= ? AND p0_.date_fin <= ? ORDER BY p0_.prix_total ASC
Parameters:
[ 7 "2024-11-22 07:26:26" "2024-12-06 07:26:26" ] |
3 | 0.82 ms |
SELECT p0_.id AS id_0, p0_.environnement AS environnement_1, p0_.region AS region_2, p0_.slug_region AS slug_region_3, p0_.lieu AS lieu_4, p0_.departement AS departement_5, p0_.slug_lieu AS slug_lieu_6, p0_.ville AS ville_7, p0_.slug_ville AS slug_ville_8, p0_.nom AS nom_9, p0_.typologie AS typologie_10, p0_.date_debut AS date_debut_11, p0_.date_fin AS date_fin_12, p0_.duree AS duree_13, p0_.id_lieu AS id_lieu_14, p0_.id_lieu_hebergement AS id_lieu_hebergement_15, p0_.id_prestation AS id_prestation_16, p0_.id_typologie AS id_typologie_17, p0_.montant_taux_promo AS montant_taux_promo_18, p0_.montant_valeur_promo AS montant_valeur_promo_19, p0_.id_prestation_hebergement AS id_prestation_hebergement_20, p0_.prix_brut AS prix_brut_21, p0_.prix_total AS prix_total_22, p0_.status AS status_23, p0_.date_created AS date_created_24 FROM promo p0_ WHERE p0_.duree < ? AND p0_.date_debut >= ? ORDER BY p0_.prix_total ASC
Parameters:
[ 7 "2024-11-21 07:26:26" ] |
4 | 0.28 ms |
SELECT p0_.id AS id_0, p0_.environnement AS environnement_1, p0_.region AS region_2, p0_.slug_region AS slug_region_3, p0_.lieu AS lieu_4, p0_.departement AS departement_5, p0_.slug_lieu AS slug_lieu_6, p0_.ville AS ville_7, p0_.slug_ville AS slug_ville_8, p0_.nom AS nom_9, p0_.typologie AS typologie_10, p0_.date_debut AS date_debut_11, p0_.date_fin AS date_fin_12, p0_.duree AS duree_13, p0_.id_lieu AS id_lieu_14, p0_.id_lieu_hebergement AS id_lieu_hebergement_15, p0_.id_prestation AS id_prestation_16, p0_.id_typologie AS id_typologie_17, p0_.montant_taux_promo AS montant_taux_promo_18, p0_.montant_valeur_promo AS montant_valeur_promo_19, p0_.id_prestation_hebergement AS id_prestation_hebergement_20, p0_.prix_brut AS prix_brut_21, p0_.prix_total AS prix_total_22, p0_.status AS status_23, p0_.date_created AS date_created_24 FROM promo p0_ WHERE p0_.duree = ? AND p0_.date_debut >= ? AND p0_.date_fin <= ? AND p0_.environnement = ? ORDER BY p0_.prix_total ASC
Parameters:
[ 7 "2024-11-01 00:00:00" "2025-04-30 00:00:00" "montagne" ] |
5 | 0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.idiresa AS idiresa_4, t0.etat AS etat_5, t0.default AS default_6, t0.code_iso AS code_iso_7, t0.flag_id AS flag_id_8 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"fr"
]
|
6 | 0.14 ms |
SELECT p0_.id AS id_0, p0_.titre AS titre_1, p0_.contenu AS contenu_2, p0_.etat AS etat_3, p0_.photo_profil AS photo_profil_4, p0_.slug AS slug_5, p0_.code_traduction AS code_traduction_6, p0_.titre_actif AS titre_actif_7, p0_.type AS type_8, p0_.redirection AS redirection_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11, p0_.is_translated AS is_translated_12, p0_.lang_id AS lang_id_13 FROM page p0_ WHERE p0_.code_traduction = ? AND p0_.lang_id = ?
Parameters:
[ "19" 1 ] |
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\Language | No errors. |
App\Entity\media | No errors. |
App\Entity\Promo | No errors. |
App\Entity\Page | No errors. |