Query Metrics
22
Database Queries
6
Different statements
1499.29 ms
Query time
0
Invalid entities
32
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.41 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.verified AS verified_5, t0.valid AS valid_6, t0.last_name AS last_name_7, t0.first_name AS first_name_8, t0.totp_secret AS totp_secret_9, t0.totp_enable AS totp_enable_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
81
]
|
| 2 | 102.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.street AS street_5, t0.postal_code AS postal_code_6, t0.city AS city_7, t0.comment AS comment_8, t0.information AS information_9, t0.phone AS phone_10, t0.pay AS pay_11, t0.website AS website_12, t0.url_confluence AS url_confluence_13, t0.active AS active_14, t0.accounting_code_olisys AS accounting_code_olisys_15, t0.accounting_code_olihost AS accounting_code_olihost_16, t0.cif AS cif_17, t0.teamleader_id AS teamleader_id_18, t0.vat_number AS vat_number_19, t0.national_identification_number AS national_identification_number_20, t0.referent_id AS referent_id_21, t0.structure_id AS structure_id_22 FROM company t0
Parameters:
[] |
| 3 | 49.79 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
1
]
|
| 4 | 27.31 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 4 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 5 | 128.67 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 7 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 6 | 128.38 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 11 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 7 | 152.67 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 12 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 8 | 133.83 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 19 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 9 | 60.97 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
2
]
|
| 10 | 78.83 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 8 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 11 | 85.13 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 9 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 12 | 113.25 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 10 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 13 | 66.23 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
3
]
|
| 14 | 15.88 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
4
]
|
| 15 | 38.95 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 17 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 16 | 46.59 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
5
]
|
| 17 | 74.57 ms |
SELECT s0_.id AS id_0, s0_.token AS token_1, s0_.created_at AS created_at_2, s0_.answered_at AS answered_at_3, s0_.note AS note_4, s0_.note_commercial AS note_commercial_5, s0_.note_entered_at AS note_entered_at_6, s0_.ticket_id AS ticket_id_7 FROM survey_ticket s0_ INNER JOIN ticket t1_ ON s0_.ticket_id = t1_.id INNER JOIN customer c2_ ON t1_.customer_id = c2_.id WHERE c2_.id = ? AND (s0_.created_at BETWEEN ? AND ?)
Parameters:
[ 13 "2026-02-07 00:00:00" "2026-05-07 23:59:59" ] |
| 18 | 18.86 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
6
]
|
| 19 | 0.33 ms |
SELECT t0.id AS id_1, t0.street AS street_2, t0.postal_code AS postal_code_3, t0.city AS city_4, t0.last_name AS last_name_5, t0.first_name AS first_name_6, t0.position_in_company AS position_in_company_7, t0.landline_phone AS landline_phone_8, t0.mobile_phone AS mobile_phone_9, t0.language AS language_10, t0.can_create_private_ticket AS can_create_private_ticket_11, t0.can_view_private_ticket AS can_view_private_ticket_12, t0.user_id AS user_id_13, t0.company_id AS company_id_14 FROM customer t0 WHERE t0.company_id = ?
Parameters:
[
7
]
|
| 20 | 140.91 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.language AS language_4, t0.teamleader_id AS teamleader_id_5, t0.user_id AS user_id_6 FROM employee t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
81
]
|
| 21 | 19.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM structure t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 22 | 15.67 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM structure t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\User | 11 |
| App\Entity\Customer | 10 |
| App\Entity\Company | 7 |
| App\Entity\Employee | 2 |
| App\Entity\Structure | 2 |