11.97 ms (75.89%)
7
SELECT t0 . id AS id_1 , t0 . has_luggage AS has_luggage_2 , t0 . luggage_description AS luggage_description_3 , t0 . start_datetime AS start_datetime_4 , t0 . return_datetime AS return_datetime_5 , t0 . user_id AS user_id_6 , t0 . event_id AS event_id_7 , t0 . start_location_id AS start_location_id_8 , t0 . return_location_id AS return_location_id_9 FROM passenger t0 WHERE t0 . event_id = ?
SELECT t0 . id AS id_1 , t0 . has_luggage AS has_luggage_2 , t0 . luggage_description AS luggage_description_3 , t0 . start_datetime AS start_datetime_4 , t0 . return_datetime AS return_datetime_5 , t0 . user_id AS user_id_6 , t0 . event_id AS event_id_7 , t0 . start_location_id AS start_location_id_8 , t0 . return_location_id AS return_location_id_9 FROM passenger t0 WHERE t0 . event_id = 10 ;
Copy
2.12 ms (13.46%)
7
SELECT t0 . id AS id_1 , t0 . car AS car_2 , t0 . is_luggage_possible AS is_luggage_possible_3 , t0 . luggage_description AS luggage_description_4 , t0 . seats_available AS seats_available_5 , t0 . max_detour_distance AS max_detour_distance_6 , t0 . start_datetime AS start_datetime_7 , t0 . return_datetime AS return_datetime_8 , t0 . user_id AS user_id_9 , t0 . event_id AS event_id_10 , t0 . start_location_id AS start_location_id_11 , t0 . return_location_id AS return_location_id_12 FROM driver t0 WHERE t0 . event_id = ?
SELECT t0 . id AS id_1 , t0 . car AS car_2 , t0 . is_luggage_possible AS is_luggage_possible_3 , t0 . luggage_description AS luggage_description_4 , t0 . seats_available AS seats_available_5 , t0 . max_detour_distance AS max_detour_distance_6 , t0 . start_datetime AS start_datetime_7 , t0 . return_datetime AS return_datetime_8 , t0 . user_id AS user_id_9 , t0 . event_id AS event_id_10 , t0 . start_location_id AS start_location_id_11 , t0 . return_location_id AS return_location_id_12 FROM driver t0 WHERE t0 . event_id = 10 ;
Copy
0.54 ms (3.42%)
2
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . address AS address_3 , t0 . lat AS lat_4 , t0 . lon AS lon_5 , t0 . owner_id AS owner_id_6 FROM location t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . address AS address_3 , t0 . lat AS lat_4 , t0 . lon AS lon_5 , t0 . owner_id AS owner_id_6 FROM location t0 WHERE t0 . id = 6 ;
Copy
0.47 ms (2.98%)
1
SELECT e0_ . id AS id_0 , e0_ . name AS name_1 , e0_ . description AS description_2 , e0_ . banner AS banner_3 , e0_ . starting_at AS starting_at_4 , e0_ . ending_at AS ending_at_5 , e0_ . link AS link_6 , e0_ . slug AS slug_7 , e0_ . owner_id AS owner_id_8 , e0_ . parent_event_id AS parent_event_id_9 , e0_ . location_id AS location_id_10 FROM event e0_ WHERE e0_ . parent_event_id IS NULL ORDER BY e0_ . starting_at ASC LIMIT 10
SELECT e0_ . id AS id_0 , e0_ . name AS name_1 , e0_ . description AS description_2 , e0_ . banner AS banner_3 , e0_ . starting_at AS starting_at_4 , e0_ . ending_at AS ending_at_5 , e0_ . link AS link_6 , e0_ . slug AS slug_7 , e0_ . owner_id AS owner_id_8 , e0_ . parent_event_id AS parent_event_id_9 , e0_ . location_id AS location_id_10 FROM event e0_ WHERE e0_ . parent_event_id IS NULL ORDER BY e0_ . starting_at ASC LIMIT 10 ;
Copy
0.40 ms (2.55%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . banner AS banner_4 , t0 . starting_at AS starting_at_5 , t0 . ending_at AS ending_at_6 , t0 . link AS link_7 , t0 . slug AS slug_8 , t0 . owner_id AS owner_id_9 , t0 . parent_event_id AS parent_event_id_10 , t0 . location_id AS location_id_11 FROM event t0 WHERE t0 . parent_event_id = ? ORDER BY t0 . starting_at ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . banner AS banner_4 , t0 . starting_at AS starting_at_5 , t0 . ending_at AS ending_at_6 , t0 . link AS link_7 , t0 . slug AS slug_8 , t0 . owner_id AS owner_id_9 , t0 . parent_event_id AS parent_event_id_10 , t0 . location_id AS location_id_11 FROM event t0 WHERE t0 . parent_event_id = 2 ORDER BY t0 . starting_at ASC ;
Copy
0.27 ms (1.70%)
1
SELECT t0 . id AS id_1 , t0 . preferred_contact_type AS preferred_contact_type_2 , t0 . email AS email_3 , t0 . phone AS phone_4 , t0 . locales AS locales_5 , t0 . user_id AS user_id_6 FROM profile t0 WHERE t0 . user_id IS NULL LIMIT 1
SELECT t0 . id AS id_1 , t0 . preferred_contact_type AS preferred_contact_type_2 , t0 . email AS email_3 , t0 . phone AS phone_4 , t0 . locales AS locales_5 , t0 . user_id AS user_id_6 FROM profile t0 WHERE t0 . user_id IS NULL LIMIT 1 ;
Copy