0.52 ms (32.99%)
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 . slug = ? LIMIT 1
Parameters :
[
"amiga40-germany-setpatch "
]
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 . slug = 'amiga40-germany-setpatch' LIMIT 1 ;
Copy
0.32 ms (20.48%)
1
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t5 . id AS id_6 , t5 . preferred_contact_type AS preferred_contact_type_7 , t5 . email AS email_8 , t5 . phone AS phone_9 , t5 . locales AS locales_10 , t5 . user_id AS user_id_11 FROM user t0 LEFT JOIN profile t5 ON t5 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t5 . id AS id_6 , t5 . preferred_contact_type AS preferred_contact_type_7 , t5 . email AS email_8 , t5 . phone AS phone_9 , t5 . locales AS locales_10 , t5 . user_id AS user_id_11 FROM user t0 LEFT JOIN profile t5 ON t5 . user_id = t0 . id WHERE t0 . id = 3 ;
Copy
0.28 ms (17.56%)
1
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 = 7 ;
Copy
0.24 ms (15.63%)
1
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 = 7 ;
Copy
0.21 ms (13.34%)
1
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 = 7 ;
Copy