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

Grouped Statements

Show all queries

Time Count Info
4.65 ms
(66.30%)
2
"COMMIT"
Parameters:
[]
0.63 ms
(9.02%)
1
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"
]
0.46 ms
(6.56%)
1
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
]
0.40 ms
(5.74%)
2
"START TRANSACTION"
Parameters:
[]
0.32 ms
(4.64%)
1
UPDATE contact SET newsletter_consent_at = ?, update_at = ? WHERE id = ?
Parameters:
[
  "2026-06-27 18:17:48"
  "2026-06-27 16:17:49"
  316
]
0.31 ms
(4.48%)
1
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
]
0.23 ms
(3.27%)
1
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