1.59 ms (27.66%)
|
1 |
SELECT t1.id AS id_2, t1.username AS username_3, t1.firstname AS firstname_4, t1.lastname AS lastname_5, t1.mail_address AS mail_address_6, t1.password AS password_7, t1.created AS created_8, t1.updated AS updated_9, t1.discriminator FROM organizer t0 INNER JOIN user t1 ON t0.id = t1.id WHERE t1.id = ?
SELECT t1.id AS id_2, t1.username AS username_3, t1.firstname AS firstname_4, t1.lastname AS lastname_5, t1.mail_address AS mail_address_6, t1.password AS password_7, t1.created AS created_8, t1.updated AS updated_9, t1.discriminator FROM organizer t0 INNER JOIN user t1 ON t0.id = t1.id WHERE t1.id = 9;
|
1.46 ms (25.51%)
|
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.public AS public_3, t0.world AS world_4, t0.title AS title_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.cost AS cost_9, t7.participants_limit AS participants_limit_10, t7.hunt_id AS hunt_id_11, t0.organizer_id AS organizer_id_12, t13.id AS id_14, t13.latitude AS latitude_15, t13.longitude AS longitude_16, t13.radius AS radius_17, t13.hunt_id AS hunt_id_18 FROM hunt t0 LEFT JOIN participation_condition t7 ON t7.hunt_id = t0.id LEFT JOIN landmark t13 ON t13.hunt_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.description AS description_2, t0.public AS public_3, t0.world AS world_4, t0.title AS title_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.cost AS cost_9, t7.participants_limit AS participants_limit_10, t7.hunt_id AS hunt_id_11, t0.organizer_id AS organizer_id_12, t13.id AS id_14, t13.latitude AS latitude_15, t13.longitude AS longitude_16, t13.radius AS radius_17, t13.hunt_id AS hunt_id_18 FROM hunt t0 LEFT JOIN participation_condition t7 ON t7.hunt_id = t0.id LEFT JOIN landmark t13 ON t13.hunt_id = t0.id WHERE t0.id = 57;
|
1.33 ms (23.21%)
|
1 |
SELECT t1.id AS id_2, t1.username AS username_3, t1.firstname AS firstname_4, t1.lastname AS lastname_5, t1.mail_address AS mail_address_6, t1.password AS password_7, t1.created AS created_8, t1.updated AS updated_9, t0.crowns AS crowns_10, t1.discriminator FROM participant t0 INNER JOIN user t1 ON t0.id = t1.id INNER JOIN participant_hunt ON t0.id = participant_hunt.participant_id WHERE participant_hunt.hunt_id = ?
SELECT t1.id AS id_2, t1.username AS username_3, t1.firstname AS firstname_4, t1.lastname AS lastname_5, t1.mail_address AS mail_address_6, t1.password AS password_7, t1.created AS created_8, t1.updated AS updated_9, t0.crowns AS crowns_10, t1.discriminator FROM participant t0 INNER JOIN user t1 ON t0.id = t1.id INNER JOIN participant_hunt ON t0.id = participant_hunt.participant_id WHERE participant_hunt.hunt_id = 57;
|