Query Metrics
166
Database Queries
16
Different statements
21.45 ms
Query time
0
Invalid entities
367
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.60 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.password AS password_5, t0.directory_path AS directory_path_6, t0.one_time_code AS one_time_code_7, t0.role AS role_8, t0.expiration_one_time_code AS expiration_one_time_code_9, t0.office_hours AS office_hours_10, t0.is_active AS is_active_11, t0.is_admin_active AS is_admin_active_12, t0.is_email_notification_active AS is_email_notification_active_13, t0.is_alert_read AS is_alert_read_14, t0.is_gdpr_sent AS is_gdpr_sent_15, t16.id AS id_17, t16.datetime_last_update AS datetime_last_update_18, t16.is_terms_accepted AS is_terms_accepted_19, t16.is_news_accepted AS is_news_accepted_20, t16.user_id AS user_id_21, t22.id AS id_23, t22.country_code AS country_code_24, t22.phone AS phone_25, t22.fax AS fax_26, t22.mobile AS mobile_27, t22.address AS address_28, t22.zip AS zip_29, t22.other_city AS other_city_30, t22.other_province AS other_province_31, t22.avatar AS avatar_32, t22.user_id AS user_id_33, t22.city_id AS city_id_34, t22.user_profession_id AS user_profession_id_35, t36.id AS id_37, t36.residue_rol AS residue_rol_38, t36.residue_holiday AS residue_holiday_39, t36.datetime_start_work AS datetime_start_work_40, t36.datetime_end_work AS datetime_end_work_41, t36.show_in_list AS show_in_list_42, t36.user_id AS user_id_43, t36.supervisor_id AS supervisor_id_44, t0.account_type_id AS account_type_id_45 FROM til_user t0 LEFT JOIN til_user_privacy t16 ON t16.user_id = t0.id LEFT JOIN til_user_profile t22 ON t22.user_id = t0.id LEFT JOIN til_employee t36 ON t36.user_id = t0.id WHERE t0.id = ?
Parameters:
[
"2"
]
|
2 | 0.33 ms |
SELECT count(DISTINCT t0_.id) AS sclr_0 FROM til_user t0_ LEFT JOIN til_user_account_type t1_ ON t0_.account_type_id = t1_.id LEFT JOIN til_user_profile t2_ ON t0_.id = t2_.user_id LEFT JOIN til_employee t3_ ON t0_.id = t3_.user_id WHERE t3_.show_in_list = 1
Parameters:
[] |
3 | 0.26 ms |
SELECT DISTINCT t0_.id AS id_0, t0_.is_admin_active AS is_admin_active_1 FROM til_user t0_ LEFT JOIN til_user_account_type t1_ ON t0_.account_type_id = t1_.id LEFT JOIN til_user_profile t2_ ON t0_.id = t2_.user_id LEFT JOIN til_employee t3_ ON t0_.id = t3_.user_id WHERE t3_.show_in_list = 1 ORDER BY t0_.is_admin_active DESC LIMIT 20
Parameters:
[] |
4 | 0.62 ms |
SELECT t0_.id AS id_0, t0_.email AS email_1, t0_.name AS name_2, t0_.surname AS surname_3, t0_.password AS password_4, t0_.directory_path AS directory_path_5, t0_.one_time_code AS one_time_code_6, t0_.role AS role_7, t0_.expiration_one_time_code AS expiration_one_time_code_8, t0_.office_hours AS office_hours_9, t0_.is_active AS is_active_10, t0_.is_admin_active AS is_admin_active_11, t0_.is_email_notification_active AS is_email_notification_active_12, t0_.is_alert_read AS is_alert_read_13, t0_.is_gdpr_sent AS is_gdpr_sent_14, t0_.account_type_id AS account_type_id_15 FROM til_user t0_ LEFT JOIN til_user_account_type t1_ ON t0_.account_type_id = t1_.id LEFT JOIN til_user_profile t2_ ON t0_.id = t2_.user_id LEFT JOIN til_employee t3_ ON t0_.id = t3_.user_id WHERE t3_.show_in_list = 1 AND t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t0_.is_admin_active DESC
Parameters:
[ "2" "1174" "1348" "1481" "33" "1746" "1748" "1844" "1845" "1867" "39" "1926" "1940" "2187" "816" "1048" "24" "1202" "25" "27" ] |
5 | 0.16 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"39"
]
|
6 | 0.20 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"39"
]
|
7 | 0.13 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"39"
]
|
8 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"33"
]
|
9 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"33"
]
|
10 | 0.18 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"33"
]
|
11 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1174"
]
|
12 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1174"
]
|
13 | 0.10 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1174"
]
|
14 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1348"
]
|
15 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1348"
]
|
16 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1348"
]
|
17 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1481"
]
|
18 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1481"
]
|
19 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1481"
]
|
20 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1746"
]
|
21 | 0.11 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1746"
]
|
22 | 0.10 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1746"
]
|
23 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1748"
]
|
24 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1748"
]
|
25 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1748"
]
|
26 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"816"
]
|
27 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"816"
]
|
28 | 0.11 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"816"
]
|
29 | 0.10 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1844"
]
|
30 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1844"
]
|
31 | 0.10 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1844"
]
|
32 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1845"
]
|
33 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1845"
]
|
34 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1845"
]
|
35 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1867"
]
|
36 | 0.11 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1867"
]
|
37 | 0.15 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1867"
]
|
38 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1926"
]
|
39 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1926"
]
|
40 | 0.13 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1926"
]
|
41 | 0.10 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1940"
]
|
42 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1940"
]
|
43 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1940"
]
|
44 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"2187"
]
|
45 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"2187"
]
|
46 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"2187"
]
|
47 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"24"
]
|
48 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"24"
]
|
49 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"24"
]
|
50 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"27"
]
|
51 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"27"
]
|
52 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"27"
]
|
53 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"25"
]
|
54 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"25"
]
|
55 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"25"
]
|
56 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1048"
]
|
57 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1048"
]
|
58 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1048"
]
|
59 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1202"
]
|
60 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1202"
]
|
61 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1202"
]
|
62 | 0.52 ms |
SELECT t0_.id AS id_0, t0_.email AS email_1, t0_.name AS name_2, t0_.surname AS surname_3, t0_.password AS password_4, t0_.directory_path AS directory_path_5, t0_.one_time_code AS one_time_code_6, t0_.role AS role_7, t0_.expiration_one_time_code AS expiration_one_time_code_8, t0_.office_hours AS office_hours_9, t0_.is_active AS is_active_10, t0_.is_admin_active AS is_admin_active_11, t0_.is_email_notification_active AS is_email_notification_active_12, t0_.is_alert_read AS is_alert_read_13, t0_.is_gdpr_sent AS is_gdpr_sent_14, t0_.account_type_id AS account_type_id_15 FROM til_user t0_ LEFT JOIN til_user_account_type t1_ ON t0_.account_type_id = t1_.id LEFT JOIN til_user_profile t2_ ON t0_.id = t2_.user_id LEFT JOIN til_employee t3_ ON t0_.id = t3_.user_id WHERE t3_.show_in_list = 1 ORDER BY t0_.is_admin_active DESC
Parameters:
[] |
63 | 0.13 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"35"
]
|
64 | 0.14 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"35"
]
|
65 | 0.11 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"35"
]
|
66 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"37"
]
|
67 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"37"
]
|
68 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"37"
]
|
69 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"36"
]
|
70 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"36"
]
|
71 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"36"
]
|
72 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"536"
]
|
73 | 0.13 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"536"
]
|
74 | 0.11 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"536"
]
|
75 | 0.10 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"29"
]
|
76 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"29"
]
|
77 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"29"
]
|
78 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"34"
]
|
79 | 0.14 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"34"
]
|
80 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"34"
]
|
81 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"347"
]
|
82 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"347"
]
|
83 | 0.10 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"347"
]
|
84 | 0.12 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"517"
]
|
85 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"517"
]
|
86 | 0.11 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"517"
]
|
87 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"1676"
]
|
88 | 0.11 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"1676"
]
|
89 | 0.12 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"1676"
]
|
90 | 0.11 ms |
SELECT t0.id AS id_1, t0.datetime_last_update AS datetime_last_update_2, t0.is_terms_accepted AS is_terms_accepted_3, t0.is_news_accepted AS is_news_accepted_4, t0.user_id AS user_id_5 FROM til_user_privacy t0 WHERE t0.user_id = ?
Parameters:
[
"2191"
]
|
91 | 0.12 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.phone AS phone_3, t0.fax AS fax_4, t0.mobile AS mobile_5, t0.address AS address_6, t0.zip AS zip_7, t0.other_city AS other_city_8, t0.other_province AS other_province_9, t0.avatar AS avatar_10, t0.user_id AS user_id_11, t0.city_id AS city_id_12, t0.user_profession_id AS user_profession_id_13 FROM til_user_profile t0 WHERE t0.user_id = ?
Parameters:
[
"2191"
]
|
92 | 0.10 ms |
SELECT t0.id AS id_1, t0.residue_rol AS residue_rol_2, t0.residue_holiday AS residue_holiday_3, t0.datetime_start_work AS datetime_start_work_4, t0.datetime_end_work AS datetime_end_work_5, t0.show_in_list AS show_in_list_6, t0.user_id AS user_id_7, t0.supervisor_id AS supervisor_id_8 FROM til_employee t0 WHERE t0.user_id = ?
Parameters:
[
"2191"
]
|
93 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.level AS level_4 FROM til_user_account_type t0
Parameters:
[] |
94 | 0.32 ms |
SELECT t0_.id AS id_0, t0_.residue_rol AS residue_rol_1, t0_.residue_holiday AS residue_holiday_2, t0_.datetime_start_work AS datetime_start_work_3, t0_.datetime_end_work AS datetime_end_work_4, t0_.show_in_list AS show_in_list_5, t0_.user_id AS user_id_6, t0_.supervisor_id AS supervisor_id_7 FROM til_employee t0_ LEFT JOIN til_user t1_ ON t0_.user_id = t1_.id LEFT JOIN til_user_account_type t2_ ON t1_.account_type_id = t2_.id WHERE t2_.slug IN (?, ?, ?, ?) ORDER BY t1_.surname ASC
Parameters:
[ "ceo" "administration" "customer_service" "regulatory" ] |
95 | 0.27 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.password AS password_5, t0.directory_path AS directory_path_6, t0.one_time_code AS one_time_code_7, t0.role AS role_8, t0.expiration_one_time_code AS expiration_one_time_code_9, t0.office_hours AS office_hours_10, t0.is_active AS is_active_11, t0.is_admin_active AS is_admin_active_12, t0.is_email_notification_active AS is_email_notification_active_13, t0.is_alert_read AS is_alert_read_14, t0.is_gdpr_sent AS is_gdpr_sent_15, t16.id AS id_17, t16.datetime_last_update AS datetime_last_update_18, t16.is_terms_accepted AS is_terms_accepted_19, t16.is_news_accepted AS is_news_accepted_20, t16.user_id AS user_id_21, t22.id AS id_23, t22.country_code AS country_code_24, t22.phone AS phone_25, t22.fax AS fax_26, t22.mobile AS mobile_27, t22.address AS address_28, t22.zip AS zip_29, t22.other_city AS other_city_30, t22.other_province AS other_province_31, t22.avatar AS avatar_32, t22.user_id AS user_id_33, t22.city_id AS city_id_34, t22.user_profession_id AS user_profession_id_35, t36.id AS id_37, t36.residue_rol AS residue_rol_38, t36.residue_holiday AS residue_holiday_39, t36.datetime_start_work AS datetime_start_work_40, t36.datetime_end_work AS datetime_end_work_41, t36.show_in_list AS show_in_list_42, t36.user_id AS user_id_43, t36.supervisor_id AS supervisor_id_44, t0.account_type_id AS account_type_id_45 FROM til_user t0 LEFT JOIN til_user_privacy t16 ON t16.user_id = t0.id LEFT JOIN til_user_profile t22 ON t22.user_id = t0.id LEFT JOIN til_employee t36 ON t36.user_id = t0.id WHERE t0.id = ?
Parameters:
[
"15"
]
|
96 | 0.12 ms |
SELECT t0_.id AS id_0, t0_.value AS value_1 FROM til_user_profession t0_
Parameters:
[] |
97 | 0.13 ms |
SELECT t0_.id AS id_0, t0_.slug AS slug_1, t0_.value AS value_2, t0_.level AS level_3 FROM til_user_account_type t0_
Parameters:
[] |
98 | 0.18 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.user_id AS user_id_3, t0.permission_id AS permission_id_4 FROM til_join_table_user_permission t0 WHERE t0.user_id = ?
Parameters:
[
"2"
]
|
99 | 0.14 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
100 | 0.14 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
101 | 0.13 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"2"
]
|
102 | 0.25 ms |
SELECT t0.id AS id_1, t0.level AS level_2, t0.content AS content_3, t0.datetime AS datetime_4, t0.is_read AS is_read_5, t0.is_hidden AS is_hidden_6, t0.is_personal AS is_personal_7, t0.is_for_admin AS is_for_admin_8, t0.type_id AS type_id_9, t0.user_id AS user_id_10 FROM til_notification t0 WHERE t0.user_id = ?
Parameters:
[
"2"
]
|
103 | 0.14 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"3"
]
|
104 | 0.12 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"4"
]
|
105 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"5"
]
|
106 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"7"
]
|
107 | 0.13 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"8"
]
|
108 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"9"
]
|
109 | 0.12 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"10"
]
|
110 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"11"
]
|
111 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"12"
]
|
112 | 0.14 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"13"
]
|
113 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"14"
]
|
114 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"15"
]
|
115 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"16"
]
|
116 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"17"
]
|
117 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"18"
]
|
118 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"19"
]
|
119 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"20"
]
|
120 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"21"
]
|
121 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"22"
]
|
122 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"23"
]
|
123 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"24"
]
|
124 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"25"
]
|
125 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"26"
]
|
126 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"27"
]
|
127 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"28"
]
|
128 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"29"
]
|
129 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"30"
]
|
130 | 0.12 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"31"
]
|
131 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"32"
]
|
132 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"33"
]
|
133 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"34"
]
|
134 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"35"
]
|
135 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"36"
]
|
136 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"37"
]
|
137 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"38"
]
|
138 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"39"
]
|
139 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"40"
]
|
140 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"41"
]
|
141 | 0.12 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"42"
]
|
142 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"3"
]
|
143 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"4"
]
|
144 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"5"
]
|
145 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"6"
]
|
146 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"7"
]
|
147 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"8"
]
|
148 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"9"
]
|
149 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"10"
]
|
150 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"11"
]
|
151 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"14"
]
|
152 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"15"
]
|
153 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.priority AS priority_4 FROM til_permission_category t0 WHERE t0.id = ?
Parameters:
[
"16"
]
|
154 | 0.12 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"43"
]
|
155 | 0.12 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"44"
]
|
156 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"45"
]
|
157 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"46"
]
|
158 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"47"
]
|
159 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"48"
]
|
160 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"49"
]
|
161 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"50"
]
|
162 | 0.09 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"51"
]
|
163 | 0.10 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"52"
]
|
164 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"53"
]
|
165 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"54"
]
|
166 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?
Parameters:
[
"55"
]
|
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\Notification | 82 |
App\Entity\JoinTableUserPermission | 58 |
App\Entity\Permission | 58 |
App\Entity\User | 31 |
App\Entity\Employee | 31 |
App\Entity\UserPrivacy | 30 |
App\Entity\UserProfile | 30 |
App\Entity\UserProfession | 20 |
App\Entity\PermissionCategory | 13 |
App\Entity\UserAccountType | 7 |
App\Entity\City | 4 |
App\Entity\NotificationType | 3 |