| 1 |
1.10 ms |
SELECT t0.id AS id_1, t0.date_entreprise AS date_entreprise_2, t0.name AS name_3, t0.nombre_professionnels AS nombre_professionnels_4, t0.siren AS siren_5, t0.email AS email_6, t0.telephone AS telephone_7, t0.adresse AS adresse_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"settings"
]
SELECT t0.id AS id_1, t0.date_entreprise AS date_entreprise_2, t0.name AS name_3, t0.nombre_professionnels AS nombre_professionnels_4, t0.siren AS siren_5, t0.email AS email_6, t0.telephone AS telephone_7, t0.adresse AS adresse_8 FROM setting t0 WHERE t0.name = 'settings' LIMIT 1;
|
| 2 |
0.40 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 3 |
0.86 ms |
INSERT INTO visit (page, route, ip_address, user_agent, visited_at) VALUES (?, ?, ?, ?, ?)
Parameters: [
"Accueil"
"app_home"
"216.73.216.84"
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"2025-12-09 00:34:45"
]
INSERT INTO visit (page, route, ip_address, user_agent, visited_at) VALUES ('Accueil', 'app_home', '216.73.216.84', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '2025-12-09 00:34:45');
|
| 4 |
3.33 ms |
"COMMIT"
|
| 5 |
0.95 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.rating AS rating_2, t0_.content AS content_3, t0_.reviewed_at AS reviewed_at_4, t0_.is_visible AS is_visible_5, t0_.created_at AS created_at_6 FROM testimonial t0_ WHERE t0_.is_visible = ? ORDER BY t0_.reviewed_at DESC
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.rating AS rating_2, t0_.content AS content_3, t0_.reviewed_at AS reviewed_at_4, t0_.is_visible AS is_visible_5, t0_.created_at AS created_at_6 FROM testimonial t0_ WHERE t0_.is_visible = 1 ORDER BY t0_.reviewed_at DESC;
|
| 6 |
0.84 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image1 AS image1_3, t0.image1_alt AS image1_alt_4, t0.image2 AS image2_5, t0.image2_alt AS image2_alt_6, t0.image3 AS image3_7, t0.image3_alt AS image3_alt_8, t0.image4 AS image4_9, t0.image4_alt AS image4_alt_10 FROM hero_image t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"hero-images"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.image1 AS image1_3, t0.image1_alt AS image1_alt_4, t0.image2 AS image2_5, t0.image2_alt AS image2_alt_6, t0.image3 AS image3_7, t0.image3_alt AS image3_alt_8, t0.image4 AS image4_9, t0.image4_alt AS image4_alt_10 FROM hero_image t0 WHERE t0.name = 'hero-images' LIMIT 1;
|