11.48 ms (42.28%)
30
SELECT t0 . id AS id_1 , t0 . product_name AS product_name_2 , t0 . product_reference AS product_reference_3 , t0 . pu AS pu_4 , t0 . quantity AS quantity_5 , t0 . sub_total AS sub_total_6 , t0 . checked_for_delivery AS checked_for_delivery_7 , t0 . checked_delivered AS checked_delivered_8 , t0 . is_packaging AS is_packaging_9 , t0 . connection_uid AS connection_uid_10 , t0 . parent_connection_uid AS parent_connection_uid_11 , t0 . discount AS discount_12 , t0 . discount_price AS discount_price_13 , t0 . created AS created_14 , t0 . updated AS updated_15 , t0 . orders_id AS orders_id_16 FROM order_line t0 WHERE t0 . orders_id = ?
SELECT t0 . id AS id_1 , t0 . product_name AS product_name_2 , t0 . product_reference AS product_reference_3 , t0 . pu AS pu_4 , t0 . quantity AS quantity_5 , t0 . sub_total AS sub_total_6 , t0 . checked_for_delivery AS checked_for_delivery_7 , t0 . checked_delivered AS checked_delivered_8 , t0 . is_packaging AS is_packaging_9 , t0 . connection_uid AS connection_uid_10 , t0 . parent_connection_uid AS parent_connection_uid_11 , t0 . discount AS discount_12 , t0 . discount_price AS discount_price_13 , t0 . created AS created_14 , t0 . updated AS updated_15 , t0 . orders_id AS orders_id_16 FROM order_line t0 WHERE t0 . orders_id = 266 ;
Copy
6.50 ms (23.93%)
13
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . email AS email_3 , t0 . roles AS roles_4 , t0 . password AS password_5 , t0 . status AS status_6 , t0 . first_name AS first_name_7 , t0 . last_name AS last_name_8 , t0 . phone AS phone_9 , t0 . photo AS photo_10 , t0 . civility AS civility_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . sage_id AS sage_id_14 , t0 . created AS created_15 , t0 . updated AS updated_16 , t0 . local_area_id AS local_area_id_17 , t0 . commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . email AS email_3 , t0 . roles AS roles_4 , t0 . password AS password_5 , t0 . status AS status_6 , t0 . first_name AS first_name_7 , t0 . last_name AS last_name_8 , t0 . phone AS phone_9 , t0 . photo AS photo_10 , t0 . civility AS civility_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . sage_id AS sage_id_14 , t0 . created AS created_15 , t0 . updated AS updated_16 , t0 . local_area_id AS local_area_id_17 , t0 . commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0 . id = 163355 ;
Copy
5.21 ms (19.18%)
9
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . city AS city_3 , t0 . zip AS zip_4 , t0 . country AS country_5 FROM address t0 INNER JOIN user_address ON t0 . id = user_address . address_id WHERE user_address . user_id = ?
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . city AS city_3 , t0 . zip AS zip_4 , t0 . country AS country_5 FROM address t0 INNER JOIN user_address ON t0 . id = user_address . address_id WHERE user_address . user_id = 161684 ;
Copy
1.76 ms (6.47%)
2
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . email AS email_3 , t0 . roles AS roles_4 , t0 . password AS password_5 , t0 . status AS status_6 , t0 . first_name AS first_name_7 , t0 . last_name AS last_name_8 , t0 . phone AS phone_9 , t0 . photo AS photo_10 , t0 . civility AS civility_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . sage_id AS sage_id_14 , t0 . created AS created_15 , t0 . updated AS updated_16 , t0 . local_area_id AS local_area_id_17 , t0 . commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0 . username = ? LIMIT 1
Parameters :
[
"415a7875fa0841846q@melis.com "
]
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . email AS email_3 , t0 . roles AS roles_4 , t0 . password AS password_5 , t0 . status AS status_6 , t0 . first_name AS first_name_7 , t0 . last_name AS last_name_8 , t0 . phone AS phone_9 , t0 . photo AS photo_10 , t0 . civility AS civility_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . sage_id AS sage_id_14 , t0 . created AS created_15 , t0 . updated AS updated_16 , t0 . local_area_id AS local_area_id_17 , t0 . commercial_customer_id AS commercial_customer_id_18 FROM "user" t0 WHERE t0 . username = '415a7875fa0841846q@melis.com' LIMIT 1 ;
Copy
1.00 ms (3.66%)
3
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . local AS local_3 , t0 . sage_id AS sage_id_4 FROM local_area t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . local AS local_3 , t0 . sage_id AS sage_id_4 FROM local_area t0 WHERE t0 . id = 40 ;
Copy
0.85 ms (3.12%)
1
SELECT o0_ . id AS id_0 , o0_ . deliver_to AS deliver_to_1 , o0_ . deliver_at AS deliver_at_2 , o0_ . amount AS amount_3 , o0_ . latitude AS latitude_4 , o0_ . longitude AS longitude_5 , o0_ . uid AS uid_6 , o0_ . hub AS hub_7 , o0_ . sale_type AS sale_type_8 , o0_ . note AS note_9 , o0_ . created AS created_10 , o0_ . updated AS updated_11 , o0_ . delivery_man_id AS delivery_man_id_12 , o0_ . commercial_id AS commercial_id_13 , o0_ . client_id AS client_id_14 , o0_ . distributor_id AS distributor_id_15 , o0_ . status_id AS status_id_16 , o0_ . local_area_id AS local_area_id_17 , o0_ . storage_id AS storage_id_18 , o0_ . driver_id AS driver_id_19 , o0_ . vehicle_id AS vehicle_id_20 FROM "order" o0_ WHERE o0_ . status_id = ? ORDER BY o0_ . status_id ASC LIMIT 300
SELECT o0_ . id AS id_0 , o0_ . deliver_to AS deliver_to_1 , o0_ . deliver_at AS deliver_at_2 , o0_ . amount AS amount_3 , o0_ . latitude AS latitude_4 , o0_ . longitude AS longitude_5 , o0_ . uid AS uid_6 , o0_ . hub AS hub_7 , o0_ . sale_type AS sale_type_8 , o0_ . note AS note_9 , o0_ . created AS created_10 , o0_ . updated AS updated_11 , o0_ . delivery_man_id AS delivery_man_id_12 , o0_ . commercial_id AS commercial_id_13 , o0_ . client_id AS client_id_14 , o0_ . distributor_id AS distributor_id_15 , o0_ . status_id AS status_id_16 , o0_ . local_area_id AS local_area_id_17 , o0_ . storage_id AS storage_id_18 , o0_ . driver_id AS driver_id_19 , o0_ . vehicle_id AS vehicle_id_20 FROM "order" o0_ WHERE o0_ . status_id = 12 ORDER BY o0_ . status_id ASC LIMIT 300 ;
Copy
0.37 ms (1.36%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . status AS status_3 , t0 . created AS created_4 , t0 . updated AS updated_5 FROM "order_statut" t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . status AS status_3 , t0 . created AS created_4 , t0 . updated AS updated_5 FROM "order_statut" t0 WHERE t0 . id = '12' ;
Copy