| 21 |
14.51 ms |
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: [
"af235623-087c-4a6a-94d0-b42ad64aff35"
"2026-09-16 07:48:44"
"ca2a8d39ac6ff6f03f45b345b3904702"
"f3c890230da56fa084222967d05ff64d4200bc6226ed398b9868ca8779b42f32"
"GET"
"/user/reset-password"
"/user/reset-password"
"user_reset_password"
"user_reset_password"
"public"
200
73
"bot"
"bot"
true
false
"n/a"
"n/a"
"n/a"
"text/html"
12203
"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 ('af235623-087c-4a6a-94d0-b42ad64aff35', '2026-09-16 07:48:44', 'ca2a8d39ac6ff6f03f45b345b3904702', 'f3c890230da56fa084222967d05ff64d4200bc6226ed398b9868ca8779b42f32', 'GET', '/user/reset-password', '/user/reset-password', 'user_reset_password', 'user_reset_password', 'public', 200, 73, 'bot', 'bot', 1, 0, 'n/a', 'n/a', 'n/a', 'text/html', 12203, 'n/a', 'n/a', 'n/a', 'n/a', '{\"query_present\":false}');
|