GET https://reservation-ccpmb.test.genesii.fr/reserver/019f7fd7-bb93-7f15-90f7-7a17d1970cd2

Query Metrics

9 Database Queries
7 Different statements
1.70 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.40 ms
(23.41%)
2
SELECT r0_.id AS id_0, r0_.numero_reservation AS numero_reservation_1, r0_.statut AS statut_2, r0_.commune AS commune_3, r0_.prenom AS prenom_4, r0_.nom AS nom_5, r0_.email AS email_6, r0_.telephone AS telephone_7, r0_.consentement_donnees AS consentement_donnees_8, r0_.canal_creation AS canal_creation_9, r0_.notes_internes AS notes_internes_10, r0_.date_demande AS date_demande_11, r0_.date_confirmation AS date_confirmation_12, r0_.categorie_id AS categorie_id_13, r0_.periode_id AS periode_id_14, r0_.exemplaire_id AS exemplaire_id_15 FROM reservation r0_ WHERE r0_.exemplaire_id = ? AND r0_.statut = ? LIMIT 1
Parameters:
[
  "019f7fd7-bb8b-72f6-8c40-b23aa1414aa9"
  "materiel_retire"
]
0.34 ms
(20.34%)
2
SELECT r0_.id AS id_0, r0_.numero_reservation AS numero_reservation_1, r0_.statut AS statut_2, r0_.commune AS commune_3, r0_.prenom AS prenom_4, r0_.nom AS nom_5, r0_.email AS email_6, r0_.telephone AS telephone_7, r0_.consentement_donnees AS consentement_donnees_8, r0_.canal_creation AS canal_creation_9, r0_.notes_internes AS notes_internes_10, r0_.date_demande AS date_demande_11, r0_.date_confirmation AS date_confirmation_12, r0_.categorie_id AS categorie_id_13, r0_.periode_id AS periode_id_14, r0_.exemplaire_id AS exemplaire_id_15 FROM reservation r0_ INNER JOIN periode_reservation p1_ ON r0_.periode_id = p1_.id WHERE r0_.exemplaire_id = ? AND r0_.statut = ? AND p1_.date_debut <= ? AND p1_.date_fin >= ? LIMIT 1
Parameters:
[
  "019f7fd7-bb8b-72f6-8c40-b23aa1414aa9"
  "confirmee"
  "2026-07-31 00:00:00"
  "2026-07-31 00:00:00"
]
0.24 ms
(14.27%)
1
SELECT t0.id AS id_1, t0.titre_principal AS titre_principal_2, t0.texte_presentation AS texte_presentation_3, t0.texte_caution AS texte_caution_4, t0.faq_items AS faq_items_5, t0.rappels_actifs AS rappels_actifs_6, t0.adresse_contact AS adresse_contact_7, t0.telephone_contact AS telephone_contact_8, t0.email_contact AS email_contact_9, t0.horaires_contact AS horaires_contact_10, t0.texte_consentement AS texte_consentement_11, t0.url_politique_confidentialite AS url_politique_confidentialite_12, t0.emails_administration AS emails_administration_13, t0.heures_rappel_retrait AS heures_rappel_retrait_14, t0.heures_rappel_retour AS heures_rappel_retour_15 FROM parametrage_plateforme t0 LIMIT 1
Parameters:
[]
0.20 ms
(11.56%)
1
SELECT COUNT(r0_.id) AS sclr_0 FROM reservation r0_ WHERE r0_.periode_id = ? AND r0_.statut IN (?, ?, ?)
Parameters:
[
  "019f7fd7-bb93-7f15-90f7-7a17d1970cd2"
  "en_attente"
  "confirmee"
  "materiel_retire"
]
0.19 ms
(11.02%)
1
SELECT COUNT(*) FROM categorie_materiel t0
Parameters:
[]
0.17 ms
(10.32%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.statut AS statut_3, t0.indisponible_depuis AS indisponible_depuis_4, t0.indisponible_jusqua AS indisponible_jusqua_5, t0.motif_indisponibilite AS motif_indisponibilite_6, t0.categorie_id AS categorie_id_7 FROM exemplaire_materiel t0
Parameters:
[]
0.15 ms
(9.08%)
1
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date_fin AS date_fin_3, t0.jour_retrait_label AS jour_retrait_label_4, t0.horaire_retrait_label AS horaire_retrait_label_5, t0.jour_retour_label AS jour_retour_label_6, t0.horaire_retour_label AS horaire_retour_label_7, t0.lieu_retrait AS lieu_retrait_8, t0.lieu_retour AS lieu_retour_9, t0.capacite AS capacite_10, t0.active AS active_11, t0.categorie_id AS categorie_id_12 FROM periode_reservation t0 WHERE t0.id = ?
Parameters:
[
  "019f7fd7-bb93-7f15-90f7-7a17d1970cd2"
]

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\ExemplaireMateriel 2
App\Entity\PeriodeReservation 2
App\Entity\CategorieMateriel 1
App\Entity\Reservation 1
App\Entity\ParametragePlateforme 1

Entities Mapping