10.46 ms (31.52%)
|
11 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.type AS type_4, t0.options AS options_5, t0.validation_rules AS validation_rules_6, t0.`order` AS order_7, t0.is_required AS is_required_8, t0.deleted_at AS deleted_at_9, t0.collection_id AS collection_id_10 FROM field t0 WHERE t0.collection_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.type AS type_4, t0.options AS options_5, t0.validation_rules AS validation_rules_6, t0.`order` AS order_7, t0.is_required AS is_required_8, t0.deleted_at AS deleted_at_9, t0.collection_id AS collection_id_10 FROM field t0 WHERE t0.collection_id = 42;
|
8.29 ms (24.98%)
|
1 |
"COMMIT"
|
7.06 ms (21.26%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.token_hash AS token_hash_3, t0.token_version AS token_version_4, t0.abilities AS abilities_5, t0.last_used_at AS last_used_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.project_id AS project_id_9 FROM api_token t0 WHERE t0.token_hash = ? AND t0.token_version = ? LIMIT 1
Parameters: [
"824c6888710cd68650cb176a7ce932b705fcb04999dc35990f6a88fdf1fa9e17"
2
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.token_hash AS token_hash_3, t0.token_version AS token_version_4, t0.abilities AS abilities_5, t0.last_used_at AS last_used_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.project_id AS project_id_9 FROM api_token t0 WHERE t0.token_hash = '824c6888710cd68650cb176a7ce932b705fcb04999dc35990f6a88fdf1fa9e17' AND t0.token_version = 2 LIMIT 1;
|
3.03 ms (9.13%)
|
1 |
UPDATE api_token SET last_used_at = ? WHERE id = ?
Parameters: [
"2026-07-30 11:46:03"
7
]
UPDATE api_token SET last_used_at = '2026-07-30 11:46:03' WHERE id = 7;
|
2.41 ms (7.25%)
|
1 |
SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.name AS name_2, c0_.slug AS slug_3, c0_.description AS description_4, c0_.is_singleton AS is_singleton_5, c0_.`order` AS order_6, c0_.deleted_at AS deleted_at_7, c0_.settings AS settings_8, c0_.project_id AS project_id_9 FROM `collection` c0_ WHERE c0_.project_id = ? AND c0_.deleted_at IS NULL ORDER BY c0_.`order` ASC LIMIT 50
SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.name AS name_2, c0_.slug AS slug_3, c0_.description AS description_4, c0_.is_singleton AS is_singleton_5, c0_.`order` AS order_6, c0_.deleted_at AS deleted_at_7, c0_.settings AS settings_8, c0_.project_id AS project_id_9 FROM `collection` c0_ WHERE c0_.project_id = 4 AND c0_.deleted_at IS NULL ORDER BY c0_.`order` ASC LIMIT 50;
|
0.98 ms (2.95%)
|
1 |
SELECT COUNT(c0_.id) AS sclr_0 FROM `collection` c0_ WHERE c0_.project_id = ? AND c0_.deleted_at IS NULL
SELECT COUNT(c0_.id) AS sclr_0 FROM `collection` c0_ WHERE c0_.project_id = 4 AND c0_.deleted_at IS NULL;
|
0.97 ms (2.92%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|