1
24.92 ms
SELECT t0 . id AS id_1 , t0 . roles AS roles_2 , t0 . token AS token_3 FROM external_application t0 WHERE t0 . token = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . roles AS roles_2 , t0 . token AS token_3 FROM external_application t0 WHERE t0 . token = '1234' LIMIT 1 ;
Copy
2
0.35 ms
SELECT t0 . id AS id_1 , t0 . uuid AS uuid_2 , t0 . roles AS roles_3 , t0 . first_name AS first_name_4 , t0 . last_name AS last_name_5 , t0 . email AS email_6 , t0 . device_token AS device_token_7 , t0 . last_connexion AS last_connexion_8 , t0 . creation_date AS creation_date_9 , t0 . mobile_phone AS mobile_phone_10 , t0 . accepted_cgu_at AS accepted_cgu_at_11 , t0 . onboarding_dismissed AS onboarding_dismissed_12 , t0 . onboarding_completed_steps AS onboarding_completed_steps_13 , t0 . current_location_id AS current_location_id_14 , t0 . avatar_id AS avatar_id_15 , t0 . accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0 . uuid = ? LIMIT 1
Parameters :
[
"65V9LvFIxqTv07k1gym5C9mtUXE3 "
]
SELECT t0 . id AS id_1 , t0 . uuid AS uuid_2 , t0 . roles AS roles_3 , t0 . first_name AS first_name_4 , t0 . last_name AS last_name_5 , t0 . email AS email_6 , t0 . device_token AS device_token_7 , t0 . last_connexion AS last_connexion_8 , t0 . creation_date AS creation_date_9 , t0 . mobile_phone AS mobile_phone_10 , t0 . accepted_cgu_at AS accepted_cgu_at_11 , t0 . onboarding_dismissed AS onboarding_dismissed_12 , t0 . onboarding_completed_steps AS onboarding_completed_steps_13 , t0 . current_location_id AS current_location_id_14 , t0 . avatar_id AS avatar_id_15 , t0 . accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0 . uuid = '65V9LvFIxqTv07k1gym5C9mtUXE3' LIMIT 1 ;
Copy
3
0.57 ms
SELECT t0 . id AS id_1 , t0 . first_name AS first_name_2 , t0 . last_name AS last_name_3 , t0 . is_active AS is_active_4 , t0 . adress_id AS adress_id_5 , t0 . contact_details_id AS contact_details_id_6 , t0 . default_person_type_id AS default_person_type_id_7 , t0 . user_id AS user_id_8 , t0 . organisation_id AS organisation_id_9 , t0 . avatar_id AS avatar_id_10 , t11 . id AS id_12 , t11 . date AS date_13 , t11 . person_id AS person_id_14 FROM person t0 LEFT JOIN account_creation_invitation t11 ON t11 . person_id = t0 . id WHERE t0 . user_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . first_name AS first_name_2 , t0 . last_name AS last_name_3 , t0 . is_active AS is_active_4 , t0 . adress_id AS adress_id_5 , t0 . contact_details_id AS contact_details_id_6 , t0 . default_person_type_id AS default_person_type_id_7 , t0 . user_id AS user_id_8 , t0 . organisation_id AS organisation_id_9 , t0 . avatar_id AS avatar_id_10 , t11 . id AS id_12 , t11 . date AS date_13 , t11 . person_id AS person_id_14 FROM person t0 LEFT JOIN account_creation_invitation t11 ON t11 . person_id = t0 . id WHERE t0 . user_id = 12 LIMIT 1 ;
Copy
4
0.61 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible_for_public AS is_visible_for_public_3 , t0 . can_credit_badge AS can_credit_badge_4 , t0 . can_debit_badge AS can_debit_badge_5 , t0 . can_debit_article AS can_debit_article_6 , t0 . can_add_option_to_badge AS can_add_option_to_badge_7 , t0 . max_capacity AS max_capacity_8 , t0 . current_participants_number AS current_participants_number_9 , t0 . is_coat_room AS is_coat_room_10 , t0 . coat_room_price AS coat_room_price_11 , t0 . can_scan_tickets AS can_scan_tickets_12 , t0 . can_scan_material AS can_scan_material_13 , t0 . event_id AS event_id_14 , t15 . id AS id_16 , t15 . enabled AS enabled_17 , t15 . public_queue_token AS public_queue_token_18 , t15 . consent_required AS consent_required_19 , t15 . event_id AS event_id_20 , t15 . stand_id AS stand_id_21 , t22 . id AS id_23 , t22 . name AS name_24 , t22 . stand_id AS stand_id_25 , t22 . parent_id AS parent_id_26 FROM stand t0 LEFT JOIN stand_queue_config t15 ON t15 . stand_id = t0 . id LEFT JOIN stock_location t22 ON t22 . stand_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible_for_public AS is_visible_for_public_3 , t0 . can_credit_badge AS can_credit_badge_4 , t0 . can_debit_badge AS can_debit_badge_5 , t0 . can_debit_article AS can_debit_article_6 , t0 . can_add_option_to_badge AS can_add_option_to_badge_7 , t0 . max_capacity AS max_capacity_8 , t0 . current_participants_number AS current_participants_number_9 , t0 . is_coat_room AS is_coat_room_10 , t0 . coat_room_price AS coat_room_price_11 , t0 . can_scan_tickets AS can_scan_tickets_12 , t0 . can_scan_material AS can_scan_material_13 , t0 . event_id AS event_id_14 , t15 . id AS id_16 , t15 . enabled AS enabled_17 , t15 . public_queue_token AS public_queue_token_18 , t15 . consent_required AS consent_required_19 , t15 . event_id AS event_id_20 , t15 . stand_id AS stand_id_21 , t22 . id AS id_23 , t22 . name AS name_24 , t22 . stand_id AS stand_id_25 , t22 . parent_id AS parent_id_26 FROM stand t0 LEFT JOIN stand_queue_config t15 ON t15 . stand_id = t0 . id LEFT JOIN stock_location t22 ON t22 . stand_id = t0 . id WHERE t0 . id = 22 ;
Copy
5
0.50 ms
SELECT t0 . id AS id_1 , t0 . status AS status_2 , t0 . creation_date AS creation_date_3 , t0 . closure_date AS closure_date_4 , t0 . description AS description_5 , t0 . is_test_data AS is_test_data_6 , t0 . creator_id AS creator_id_7 , t0 . stand_id AS stand_id_8 , t0 . activity_id AS activity_id_9 , t0 . type_id AS type_id_10 , t0 . resolver_id AS resolver_id_11 FROM alert t0 WHERE (t0 . status = ? AND t0 . stand_id = ? ) ORDER BY t0 . creation_date ASC
Parameters :
[
"Open "
22
]
SELECT t0 . id AS id_1 , t0 . status AS status_2 , t0 . creation_date AS creation_date_3 , t0 . closure_date AS closure_date_4 , t0 . description AS description_5 , t0 . is_test_data AS is_test_data_6 , t0 . creator_id AS creator_id_7 , t0 . stand_id AS stand_id_8 , t0 . activity_id AS activity_id_9 , t0 . type_id AS type_id_10 , t0 . resolver_id AS resolver_id_11 FROM alert t0 WHERE (t0 . status = 'Open' AND t0 . stand_id = 22 ) ORDER BY t0 . creation_date ASC ;
Copy
6
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 1 ;
Copy
7
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 1 ;
Copy
8
0.23 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 2 ;
Copy
9
0.21 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 5 ;
Copy
10
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 6 ;
Copy
11
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 8 ;
Copy
12
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 9 ;
Copy
13
0.21 ms
SELECT t0 . id AS id_1 , t0 . file_name AS file_name_2 , t0 . event_id AS event_id_3 , t0 . activity_id AS activity_id_4 , t0 . stand_id AS stand_id_5 FROM image t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . file_name AS file_name_2 , t0 . event_id AS event_id_3 , t0 . activity_id AS activity_id_4 , t0 . stand_id AS stand_id_5 FROM image t0 WHERE t0 . id = 58 ;
Copy
14
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 17 ;
Copy
15
0.21 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 17 ;
Copy
16
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 15 ;
Copy
17
0.23 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 15 ;
Copy
18
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 18 ;
Copy
19
0.22 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 18 ;
Copy
20
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 13 ;
Copy
21
0.23 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 13 ;
Copy
22
0.21 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 12 ;
Copy
23
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 12 ;
Copy
24
0.95 ms
SELECT t0 . id AS id_1 , t0 . uuid AS uuid_2 , t0 . roles AS roles_3 , t0 . first_name AS first_name_4 , t0 . last_name AS last_name_5 , t0 . email AS email_6 , t0 . device_token AS device_token_7 , t0 . last_connexion AS last_connexion_8 , t0 . creation_date AS creation_date_9 , t0 . mobile_phone AS mobile_phone_10 , t0 . accepted_cgu_at AS accepted_cgu_at_11 , t0 . onboarding_dismissed AS onboarding_dismissed_12 , t0 . onboarding_completed_steps AS onboarding_completed_steps_13 , t0 . current_location_id AS current_location_id_14 , t0 . avatar_id AS avatar_id_15 , t0 . accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . uuid AS uuid_2 , t0 . roles AS roles_3 , t0 . first_name AS first_name_4 , t0 . last_name AS last_name_5 , t0 . email AS email_6 , t0 . device_token AS device_token_7 , t0 . last_connexion AS last_connexion_8 , t0 . creation_date AS creation_date_9 , t0 . mobile_phone AS mobile_phone_10 , t0 . accepted_cgu_at AS accepted_cgu_at_11 , t0 . onboarding_dismissed AS onboarding_dismissed_12 , t0 . onboarding_completed_steps AS onboarding_completed_steps_13 , t0 . current_location_id AS current_location_id_14 , t0 . avatar_id AS avatar_id_15 , t0 . accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0 . id = 10 ;
Copy
25
1.58 ms
SELECT t0 . id AS id_1 , t0 . file_name AS file_name_2 , t0 . event_id AS event_id_3 , t0 . activity_id AS activity_id_4 , t0 . stand_id AS stand_id_5 FROM image t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . file_name AS file_name_2 , t0 . event_id AS event_id_3 , t0 . activity_id AS activity_id_4 , t0 . stand_id AS stand_id_5 FROM image t0 WHERE t0 . id = 63 ;
Copy
26
1.55 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . id = 69 ;
Copy
27
0.97 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_visible AS is_visible_3 , t0 . parent_type_id AS parent_type_id_4 , t0 . responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0 . parent_type_id = 69 ;
Copy