13.66 ms (50.86%)
|
1 |
INSERT INTO studio_access_statistic_event (uid, occurred_at, request_id, visitor_id, method, path, requested_path, route, resolved_route, surface, http_status, duration_ms, browser_family, device_type, is_bot, do_not_track, referrer_host, preferred_language, request_content_type, response_content_type, response_size, city, state, country, continent, metadata) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"0d878422-6c98-43f4-b260-c96071d60eb9"
"2026-09-16 12:38:25"
"afbca11bae3fc9a1070393de3a9f3da0"
"8a84926838153143885e0de9bb0c1be4a10793ab7056c8ac3fedc1a3a25a3c30"
"GET"
"/"
"/"
"content_home"
"content_home"
"public"
200
101
"other"
"desktop"
false
false
"84.143.5.144"
"n/a"
"n/a"
"text/html"
12684
"n/a"
"n/a"
"n/a"
"n/a"
"{"query_present":false}"
]
INSERT INTO studio_access_statistic_event (
uid, occurred_at, request_id, visitor_id,
method, path, requested_path, route,
resolved_route, surface, http_status,
duration_ms, browser_family, device_type,
is_bot, do_not_track, referrer_host,
preferred_language, request_content_type,
response_content_type, response_size,
city, state, country, continent, metadata
)
VALUES
(
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
INSERT INTO studio_access_statistic_event (uid, occurred_at, request_id, visitor_id, method, path, requested_path, route, resolved_route, surface, http_status, duration_ms, browser_family, device_type, is_bot, do_not_track, referrer_host, preferred_language, request_content_type, response_content_type, response_size, city, state, country, continent, metadata) VALUES ('0d878422-6c98-43f4-b260-c96071d60eb9', '2026-09-16 12:38:25', 'afbca11bae3fc9a1070393de3a9f3da0', '8a84926838153143885e0de9bb0c1be4a10793ab7056c8ac3fedc1a3a25a3c30', 'GET', '/', '/', 'content_home', 'content_home', 'public', 200, 101, 'other', 'desktop', 0, 0, '84.143.5.144', 'n/a', 'n/a', 'text/html', 12684, 'n/a', 'n/a', 'n/a', 'n/a', '{\"query_present\":false}');
|
0.34 ms (1.27%)
|
2 |
SELECT t0.uid AS uid_1, t0.slug AS slug_2, t0.status AS status_3, t0.parent_uid AS parent_uid_4, t0.sort_order AS sort_order_5, t0.custom_url AS custom_url_6, t0.redirect_target AS redirect_target_7, t0.schema_version AS schema_version_8, t0.version AS version_9, t0.available_languages AS available_languages_10, t0.available_variants AS available_variants_11, t0.visibility AS visibility_12, t0.acl_restrictions AS acl_restrictions_13, t0.view_min_level AS view_min_level_14, t0.view_group_identifiers AS view_group_identifiers_15, t0.edit_min_level AS edit_min_level_16, t0.edit_group_identifiers AS edit_group_identifiers_17, t0.manage_min_level AS manage_min_level_18, t0.manage_group_identifiers AS manage_group_identifiers_19, t0.metadata AS metadata_20, t0.schema_uid AS schema_uid_21, t0.active_revision_uid AS active_revision_uid_22 FROM studio_content_item t0 WHERE t0.custom_url = ? LIMIT 1
SELECT t0.uid AS uid_1, t0.slug AS slug_2, t0.status AS status_3, t0.parent_uid AS parent_uid_4, t0.sort_order AS sort_order_5, t0.custom_url AS custom_url_6, t0.redirect_target AS redirect_target_7, t0.schema_version AS schema_version_8, t0.version AS version_9, t0.available_languages AS available_languages_10, t0.available_variants AS available_variants_11, t0.visibility AS visibility_12, t0.acl_restrictions AS acl_restrictions_13, t0.view_min_level AS view_min_level_14, t0.view_group_identifiers AS view_group_identifiers_15, t0.edit_min_level AS edit_min_level_16, t0.edit_group_identifiers AS edit_group_identifiers_17, t0.manage_min_level AS manage_min_level_18, t0.manage_group_identifiers AS manage_group_identifiers_19, t0.metadata AS metadata_20, t0.schema_uid AS schema_uid_21, t0.active_revision_uid AS active_revision_uid_22 FROM studio_content_item t0 WHERE t0.custom_url = '/home' LIMIT 1;
|
0.29 ms (1.06%)
|
2 |
SELECT t0.uid AS uid_1, t0.slug AS slug_2, t0.status AS status_3, t0.parent_uid AS parent_uid_4, t0.sort_order AS sort_order_5, t0.custom_url AS custom_url_6, t0.redirect_target AS redirect_target_7, t0.schema_version AS schema_version_8, t0.version AS version_9, t0.available_languages AS available_languages_10, t0.available_variants AS available_variants_11, t0.visibility AS visibility_12, t0.acl_restrictions AS acl_restrictions_13, t0.view_min_level AS view_min_level_14, t0.view_group_identifiers AS view_group_identifiers_15, t0.edit_min_level AS edit_min_level_16, t0.edit_group_identifiers AS edit_group_identifiers_17, t0.manage_min_level AS manage_min_level_18, t0.manage_group_identifiers AS manage_group_identifiers_19, t0.metadata AS metadata_20, t0.schema_uid AS schema_uid_21, t0.active_revision_uid AS active_revision_uid_22 FROM studio_content_item t0 WHERE t0.slug = ? AND t0.parent_uid = ? LIMIT 1
Parameters: [
"home"
"/"
]
SELECT t0.uid AS uid_1, t0.slug AS slug_2, t0.status AS status_3, t0.parent_uid AS parent_uid_4, t0.sort_order AS sort_order_5, t0.custom_url AS custom_url_6, t0.redirect_target AS redirect_target_7, t0.schema_version AS schema_version_8, t0.version AS version_9, t0.available_languages AS available_languages_10, t0.available_variants AS available_variants_11, t0.visibility AS visibility_12, t0.acl_restrictions AS acl_restrictions_13, t0.view_min_level AS view_min_level_14, t0.view_group_identifiers AS view_group_identifiers_15, t0.edit_min_level AS edit_min_level_16, t0.edit_group_identifiers AS edit_group_identifiers_17, t0.manage_min_level AS manage_min_level_18, t0.manage_group_identifiers AS manage_group_identifiers_19, t0.metadata AS metadata_20, t0.schema_uid AS schema_uid_21, t0.active_revision_uid AS active_revision_uid_22 FROM studio_content_item t0 WHERE t0.slug = 'home' AND t0.parent_uid = '/' LIMIT 1;
|
0.14 ms (0.51%)
|
1 |
SELECT t0.uid AS uid_1, t0.version AS version_2, t0.title AS title_3, t0.description AS description_4, t0.definition AS definition_5, t0.custom_twig AS custom_twig_6, t0.definition_hash AS definition_hash_7, t0.use_min_level AS use_min_level_8, t0.use_group_identifiers AS use_group_identifiers_9, t0.edit_min_level AS edit_min_level_10, t0.edit_group_identifiers AS edit_group_identifiers_11, t0.manage_min_level AS manage_min_level_12, t0.manage_group_identifiers AS manage_group_identifiers_13, t0.metadata AS metadata_14, t0.schema_uid AS schema_uid_15 FROM studio_content_schema_version t0 WHERE t0.uid = ?
Parameters: [
"10000000-0000-0000-0000-000000000101"
]
SELECT t0.uid AS uid_1, t0.version AS version_2, t0.title AS title_3, t0.description AS description_4, t0.definition AS definition_5, t0.custom_twig AS custom_twig_6, t0.definition_hash AS definition_hash_7, t0.use_min_level AS use_min_level_8, t0.use_group_identifiers AS use_group_identifiers_9, t0.edit_min_level AS edit_min_level_10, t0.edit_group_identifiers AS edit_group_identifiers_11, t0.manage_min_level AS manage_min_level_12, t0.manage_group_identifiers AS manage_group_identifiers_13, t0.metadata AS metadata_14, t0.schema_uid AS schema_uid_15 FROM studio_content_schema_version t0 WHERE t0.uid = '10000000-0000-0000-0000-000000000101';
|