Query Metrics
18
Database Queries
7
Different statements
3.09 ms
Query time
0
Invalid entities
15
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.49 ms (48.42%) |
10 |
SELECT COUNT(r0_.id) AS sclr_0 FROM reservation r0_ WHERE r0_.periode_id = ? AND r0_.statut IN (?, ?, ?)
Parameters:
[ "019f7fd7-bb93-7861-90f7-7a17cd9b3a9f" "en_attente" "confirmee" "materiel_retire" ] |
||||||||||||||||||||||||||||||||||
|
0.40 ms (12.84%) |
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.39 ms (12.71%) |
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.26 ms (8.46%) |
1 |
SELECT COUNT(*) FROM categorie_materiel t0
Parameters:
[]
|
||||||||||||||||||||||||||||||||||
|
0.21 ms (6.94%) |
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.17 ms (5.42%) |
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.16 ms (5.22%) |
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 ORDER BY t0.date_debut ASC
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\PeriodeReservation | 10 |
| App\Entity\ExemplaireMateriel | 2 |
| App\Entity\CategorieMateriel | 1 |
| App\Entity\Reservation | 1 |
| App\Entity\ParametragePlateforme | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CategorieMateriel | No errors. |
| App\Entity\ExemplaireMateriel | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\PeriodeReservation | No errors. |
| App\Entity\ParametragePlateforme | No errors. |