POST https://senbillets.com/crm/events/appel/nouveau

Query Metrics

10 Database Queries
10 Different statements
7.65 ms Query time
0 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 1.61 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.phone AS phone_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.is_verified AS is_verified_9, t0.organizer_request_pending AS organizer_request_pending_10, t0.is_organizer_active AS is_organizer_active_11, t0.tier AS tier_12, t0.ninea_path AS ninea_path_13, t0.rccm_path AS rccm_path_14, t0.registre_path AS registre_path_15, t0.date_naissance AS date_naissance_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "Racky.cissoko@sendigitech.com"
]
2 0.42 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.phone AS phone_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.is_verified AS is_verified_9, t0.organizer_request_pending AS organizer_request_pending_10, t0.is_organizer_active AS is_organizer_active_11, t0.tier AS tier_12, t0.ninea_path AS ninea_path_13, t0.rccm_path AS rccm_path_14, t0.registre_path AS registre_path_15, t0.date_naissance AS date_naissance_16 FROM `user` t0 WHERE t0.phone = ? LIMIT 1
Parameters:
[
  "Racky.cissoko@sendigitech.com"
]
3 0.90 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.password AS password_6, t0.roles AS roles_7, t0.allowed_ticket_types AS allowed_ticket_types_8, t0.is_active AS is_active_9, t0.is_verified AS is_verified_10, t0.organizer_id AS organizer_id_11 FROM verificateur t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "Racky.cissoko@sendigitech.com"
]
4 0.34 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.password AS password_6, t0.roles AS roles_7, t0.allowed_ticket_types AS allowed_ticket_types_8, t0.is_active AS is_active_9, t0.is_verified AS is_verified_10, t0.organizer_id AS organizer_id_11 FROM verificateur t0 WHERE t0.phone = ? LIMIT 1
Parameters:
[
  "Racky.cissoko@sendigitech.com"
]
5 1.02 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.last_signed_in AS last_signed_in_9, t0.department AS department_10, t0.position AS position_11, t0.phone AS phone_12 FROM crm_users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "Racky.cissoko@sendigitech.com"
]
6 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.company AS company_3, t0.email AS email_4, t0.phone AS phone_5, t0.status AS status_6, t0.estimated_amount AS estimated_amount_7, t0.next_action AS next_action_8, t0.last_contact AS last_contact_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.sales_rep_id AS sales_rep_id_12 FROM crm_prospects t0 WHERE t0.id = ?
Parameters:
[
  "47"
]
7 0.26 ms
"START TRANSACTION"
Parameters:
[]
8 0.78 ms
INSERT INTO crm_events (title, type, start_date, end_date, description, status, created_at, updated_at, user_id, prospect_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "Introduction au projet"
  "Appel"
  "2026-02-26 09:29:06"
  "2026-02-26 09:29:06"
  "Le rendez-vous doit être mis en place afin de lui présenter nos services et la billetterie en ligne."
  "Terminé"
  "2026-02-26 09:29:06"
  "2026-02-26 09:29:06"
  10
  47
]
9 0.64 ms
INSERT INTO crm_activity_logs (action, entity_type, entity_id, description, created_at, user_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "created"
  "Événement"
  8
  "Événement créé: Introduction au projet"
  "2026-02-26 09:29:06"
  10
]
10 0.84 ms
"COMMIT"
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\CrmUser 1
App\Entity\CrmProspect 1
App\Entity\CrmEvent 1
App\Entity\CrmActivityLog 1

Entities Mapping