0.53 ms (21.85%)
|
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.logo AS logo_3, t0.position AS position_4 FROM brand t0 ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.logo AS logo_3, t0.position AS position_4 FROM brand t0 ORDER BY t0.position ASC;
|
0.45 ms (18.67%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.illustration AS illustration_3, t0.description AS description_4, t0.position AS position_5, t0.surface AS surface_6, t0.capacity AS capacity_7, t0.content AS content_8, t0.images AS images_9, t0.property AS property_10, t0.description_dejeuner AS description_dejeuner_11 FROM room t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.illustration AS illustration_3, t0.description AS description_4, t0.position AS position_5, t0.surface AS surface_6, t0.capacity AS capacity_7, t0.content AS content_8, t0.images AS images_9, t0.property AS property_10, t0.description_dejeuner AS description_dejeuner_11 FROM room t0;
|
0.34 ms (14.18%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.is_high AS is_high_5 FROM menu t0 ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.is_high AS is_high_5 FROM menu t0 ORDER BY t0.position ASC;
|
0.30 ms (12.41%)
|
1 |
SELECT t0.id AS id_1, t0.resto_content AS resto_content_2, t0.resto_image AS resto_image_3, t0.animation_content AS animation_content_4, t0.animation_image AS animation_image_5, t0.h1 AS h1_6, t0.h2 AS h2_7, t0.h3 AS h3_8, t0.introduction AS introduction_9, t0.introduction_b AS introduction_b_10, t0.resto_file_id AS resto_file_id_11 FROM private_page t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.resto_content AS resto_content_2, t0.resto_image AS resto_image_3, t0.animation_content AS animation_content_4, t0.animation_image AS animation_image_5, t0.h1 AS h1_6, t0.h2 AS h2_7, t0.h3 AS h3_8, t0.introduction AS introduction_9, t0.introduction_b AS introduction_b_10, t0.resto_file_id AS resto_file_id_11 FROM private_page t0 WHERE t0.id = 1 LIMIT 1;
|
0.30 ms (12.32%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.file AS file_3 FROM pdf t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.file AS file_3 FROM pdf t0 WHERE t0.id = 4;
|
0.29 ms (12.15%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.dev_title AS dev_title_4, t0.picture AS picture_5, t0.content AS content_6 FROM configuration t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.dev_title AS dev_title_4, t0.picture AS picture_5, t0.content AS content_6 FROM configuration t0;
|
0.20 ms (8.42%)
|
1 |
SELECT t0.id AS id_1, t0.page AS page_2, t0.dev AS dev_3, t0.image AS image_4 FROM headers t0 WHERE t0.dev = ? LIMIT 1
Parameters: [
"page_privat"
]
SELECT t0.id AS id_1, t0.page AS page_2, t0.dev AS dev_3, t0.image AS image_4 FROM headers t0 WHERE t0.dev = 'page_privat' LIMIT 1;
|