4.31 ms (33.77%)
|
1 |
SELECT t0.id AS id_1, t0.token_hash AS token_hash_2, t0.label AS label_3, t0.created_at AS created_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM api_token t0 WHERE t0.token_hash = ? LIMIT 1
Parameters: [
"94b21c18184353f4acd9c10987b8b92bdc9cec7e3e8b1b13c620029cc2ef7cba"
]
SELECT t0.id AS id_1, t0.token_hash AS token_hash_2, t0.label AS label_3, t0.created_at AS created_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM api_token t0 WHERE t0.token_hash = '94b21c18184353f4acd9c10987b8b92bdc9cec7e3e8b1b13c620029cc2ef7cba' LIMIT 1;
|
2.19 ms (17.13%)
|
1 |
SELECT t0_.id AS id_0, t0_.type AS type_1, t0_.title AS title_2, t0_.description AS description_3, t0_.location AS location_4, t0_.starts_at AS starts_at_5, t0_.ends_at AS ends_at_6, t0_.latitude AS latitude_7, t0_.longitude AS longitude_8, t0_.capacity AS capacity_9, t0_.price_cents AS price_cents_10, t0_.created_at AS created_at_11 FROM training t0_ WHERE COALESCE(t0_.ends_at, t0_.starts_at) < ? AND t0_.type = ? ORDER BY t0_.starts_at DESC LIMIT 30
Parameters: [
"2026-08-14 00:48:10"
"training"
]
SELECT t0_.id AS id_0, t0_.type AS type_1, t0_.title AS title_2, t0_.description AS description_3, t0_.location AS location_4, t0_.starts_at AS starts_at_5, t0_.ends_at AS ends_at_6, t0_.latitude AS latitude_7, t0_.longitude AS longitude_8, t0_.capacity AS capacity_9, t0_.price_cents AS price_cents_10, t0_.created_at AS created_at_11 FROM training t0_ WHERE COALESCE(t0_.ends_at, t0_.starts_at) < '2026-08-14 00:48:10' AND t0_.type = 'training' ORDER BY t0_.starts_at DESC LIMIT 30;
|
1.44 ms (11.30%)
|
1 |
SELECT t0.id AS id_1, t0.waitlisted AS waitlisted_2, t0.attended AS attended_3, t0.created_at AS created_at_4, t0.training_id AS training_id_5, t0.child_id AS child_id_6, t0.created_by_id AS created_by_id_7, t0.jersey_id AS jersey_id_8 FROM registration t0 WHERE t0.training_id = ?
SELECT t0.id AS id_1, t0.waitlisted AS waitlisted_2, t0.attended AS attended_3, t0.created_at AS created_at_4, t0.training_id AS training_id_5, t0.child_id AS child_id_6, t0.created_by_id AS created_by_id_7, t0.jersey_id AS jersey_id_8 FROM registration t0 WHERE t0.training_id = 5;
|
1.33 ms (10.39%)
|
2 |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_date AS birth_date_4, t0.note AS note_5, t0.internal_note AS internal_note_6, t0.created_at AS created_at_7, t0.archived_at AS archived_at_8, t0.parent_id AS parent_id_9, t0.category_id AS category_id_10 FROM child t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_date AS birth_date_4, t0.note AS note_5, t0.internal_note AS internal_note_6, t0.created_at AS created_at_7, t0.archived_at AS archived_at_8, t0.parent_id AS parent_id_9, t0.category_id AS category_id_10 FROM child t0 WHERE t0.id = 3;
|
1.27 ms (9.90%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 WHERE t0.id = 5;
|
1.01 ms (7.93%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = 1;
|
0.89 ms (7.00%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3 FROM jersey t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3 FROM jersey t0 WHERE t0.id = 2;
|
0.33 ms (2.58%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"jakub.kotrady91@gmail.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 WHERE t0.email = 'jakub.kotrady91@gmail.com' LIMIT 1;
|