POST https://deltavia.yuhina.fr/sejour/api/get-fiche-technique

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.63 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.status AS status_6, t0.source AS source_7, t0.newsletter_consent AS newsletter_consent_8, t0.newsletter_consent_at AS newsletter_consent_at_9, t0.newsletter_consent_source AS newsletter_consent_source_10, t0.created_at AS created_at_11, t0.update_at AS update_at_12 FROM contact t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "annick.oudry@icloud.com"
]
2 0.20 ms
"START TRANSACTION"
Parameters:
[]
3 0.32 ms
UPDATE contact SET newsletter_consent_at = ?, update_at = ? WHERE id = ?
Parameters:
[
  "2026-06-27 18:17:48"
  "2026-06-27 16:17:49"
  316
]
4 3.10 ms
"COMMIT"
Parameters:
[]
5 0.46 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.resume AS resume_4, t0.accroche AS accroche_5, t0.code_sejour AS code_sejour_6, t0.nb_jours AS nb_jours_7, t0.nb_nuits AS nb_nuits_8, t0.nb_jours_activite AS nb_jours_activite_9, t0.vignette AS vignette_10, t0.img_principale AS img_principale_11, t0.fiche_technique_pdf AS fiche_technique_pdf_12, t0.mise_en_avant AS mise_en_avant_13, t0.publie AS publie_14, t0.prix_default AS prix_default_15, t0.montant_acompte AS montant_acompte_16, t0.pourcentage_acompte AS pourcentage_acompte_17, t0.stock_default AS stock_default_18, t0.coord_depart AS coord_depart_19, t0.coord_arrivee AS coord_arrivee_20, t0.niveau_id AS niveau_id_21 FROM sejour__sejour t0 WHERE t0.id = ?
Parameters:
[
  41
]
6 0.21 ms
"START TRANSACTION"
Parameters:
[]
7 0.31 ms
INSERT INTO evenement (type, data, source, ip, user_agent, occured_at, created_at, contact_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "Telechargement fiche technique"
  "{"sejour":{"id":41,"code":null,"titre":"BARONNIES : Brame du cerf"},"site":"https:\/\/yuhina.fr"}"
  "website"
  "90.28.227.198"
  "Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/149.0.7827.137 Mobile/15E148 Safari/604.1"
  "2026-06-27 16:17:49"
  "2026-06-27 16:17:49"
  316
]
8 1.55 ms
"COMMIT"
Parameters:
[]
9 0.23 ms
SELECT a0_.id AS id_0, a0_.data AS data_1, a0_.updated_at AS updated_at_2 FROM app_settings a0_ LIMIT 1
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\Core\Entity\Contact 1
App\Sejour\Entity\Sejour 1
App\Core\Entity\Evenement 1
App\Core\Entity\AppSettings 1