14.22 ms (61.59%)
|
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: [
"cb723e5f-2e13-4e39-9fd7-185cb785126a"
"2026-09-16 07:03:34"
"232fd125d1dc2b73490dec49333b7432"
"f3c890230da56fa084222967d05ff64d4200bc6226ed398b9868ca8779b42f32"
"GET"
"/user/login"
"/user/login"
"user_login"
"user_login"
"public"
200
75
"bot"
"bot"
true
false
"n/a"
"n/a"
"n/a"
"text/html"
12699
"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 ('cb723e5f-2e13-4e39-9fd7-185cb785126a', '2026-09-16 07:03:34', '232fd125d1dc2b73490dec49333b7432', 'f3c890230da56fa084222967d05ff64d4200bc6226ed398b9868ca8779b42f32', 'GET', '/user/login', '/user/login', 'user_login', 'user_login', 'public', 200, 75, 'bot', 'bot', 1, 0, 'n/a', 'n/a', 'n/a', 'text/html', 12699, 'n/a', 'n/a', 'n/a', 'n/a', '{\"query_present\":false}');
|