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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.14 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:
[
  "gilles.trochard@wanadoo.fr"
]
2 0.43 ms
"START TRANSACTION"
Parameters:
[]
3 1.09 ms
UPDATE contact SET phone = ?, nom = ?, prenom = ?, newsletter_consent_at = ?, update_at = ? WHERE id = ?
Parameters:
[
  "+33681354405"
  "GILLES TROCHARD"
  "GILLES"
  "2026-04-17 12:24:06"
  "2026-04-17 12:24:06"
  3
]
4 3.04 ms
"COMMIT"
Parameters:
[]
5 1.65 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:
[
  14
]
6 0.35 ms
"START TRANSACTION"
Parameters:
[]
7 1.10 ms
INSERT INTO evenement (type, data, source, ip, user_agent, occured_at, created_at, contact_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "Telechargement fiche technique"
  "{"sejour":{"id":14,"code":null,"titre":"LESBOS : Le spot ornitho en M\u00e9diteran\u00e9e"},"site":"https:\/\/yuhina.fr"}"
  "website"
  "86.202.25.120"
  "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0"
  "2026-04-17 12:24:06"
  "2026-04-17 12:24:06"
  3
]
8 3.02 ms
"COMMIT"
Parameters:
[]
9 0.98 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