| 1 |
0.67 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 2 |
2.23 ms |
INSERT INTO session_visiteur (ip, user_agent, started_at, last_activity, session_token) VALUES (?, ?, ?, ?, ?)
Parameters: [
"216.73.216.71"
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"2026-09-20 06:40:11"
"2026-09-20 06:40:11"
"d144af87318b8d6c003956e7eada4d9c"
]
INSERT INTO session_visiteur (ip, user_agent, started_at, last_activity, session_token) VALUES ('216.73.216.71', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '2026-09-20 06:40:11', '2026-09-20 06:40:11', 'd144af87318b8d6c003956e7eada4d9c');
|
| 3 |
0.73 ms |
"COMMIT"
|
| 4 |
1.70 ms |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.user_agent AS user_agent_3, t0.started_at AS started_at_4, t0.last_activity AS last_activity_5, t0.session_token AS session_token_6 FROM session_visiteur t0 WHERE t0.session_token = ? LIMIT 1
Parameters: [
"d144af87318b8d6c003956e7eada4d9c"
]
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.user_agent AS user_agent_3, t0.started_at AS started_at_4, t0.last_activity AS last_activity_5, t0.session_token AS session_token_6 FROM session_visiteur t0 WHERE t0.session_token = 'd144af87318b8d6c003956e7eada4d9c' LIMIT 1;
|
| 5 |
0.66 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 6 |
2.38 ms |
INSERT INTO page_visitee (url, visited_at, duration, session_id) VALUES (?, ?, ?, ?)
Parameters: [
"/prestation"
"2026-09-20 06:40:11"
null
7493
]
INSERT INTO page_visitee (url, visited_at, duration, session_id) VALUES ('/prestation', '2026-09-20 06:40:11', NULL, 7493);
|
| 7 |
2.37 ms |
UPDATE session_visiteur SET last_activity = ? WHERE id = ?
Parameters: [
"2026-09-20 06:40:11"
7493
]
UPDATE session_visiteur SET last_activity = '2026-09-20 06:40:11' WHERE id = 7493;
|
| 8 |
0.61 ms |
"COMMIT"
|
| 9 |
3.36 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.css AS css_5, t0.js AS js_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM PAGE t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"prestation"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.css AS css_5, t0.js AS js_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM PAGE t0 WHERE t0.slug = 'prestation' LIMIT 1;
|
| 10 |
1.51 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.robots AS robots_5, t0.lang AS lang_6, t0.favicon AS favicon_7, t0.updated_at AS updated_at_8 FROM seo t0 LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.robots AS robots_5, t0.lang AS lang_6, t0.favicon AS favicon_7, t0.updated_at AS updated_at_8 FROM seo t0 LIMIT 1;
|