1.48 ms (48.84%)
|
9 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.illustration AS illustration_5, t0.slug AS slug_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.big_word AS big_word_9, t0.retenir AS retenir_10, t0.is_published AS is_published_11 FROM party t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.illustration AS illustration_5, t0.slug AS slug_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.big_word AS big_word_9, t0.retenir AS retenir_10, t0.is_published AS is_published_11 FROM party t0 WHERE t0.id = 4;
|
0.54 ms (17.68%)
|
1 |
SELECT t0.id AS id_1 FROM party_page t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1 FROM party_page t0 WHERE t0.id = 1 LIMIT 1;
|
0.27 ms (8.79%)
|
1 |
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.content AS content_6, t0.party_id AS party_id_7, t0.party_page_id AS party_page_id_8, t0.partylink_id AS partylink_id_9, t0.file_id AS file_id_10, t0.restauration_page_id AS restauration_page_id_11, t0.dejeuner_page_id AS dejeuner_page_id_12, t0.dejeuner_page_top_id AS dejeuner_page_top_id_13 FROM content_component t0 WHERE t0.party_page_id = ?
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.content AS content_6, t0.party_id AS party_id_7, t0.party_page_id AS party_page_id_8, t0.partylink_id AS partylink_id_9, t0.file_id AS file_id_10, t0.restauration_page_id AS restauration_page_id_11, t0.dejeuner_page_id AS dejeuner_page_id_12, t0.dejeuner_page_top_id AS dejeuner_page_top_id_13 FROM content_component t0 WHERE t0.party_page_id = 1;
|
0.20 ms (6.65%)
|
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.19 ms (6.39%)
|
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_party"
]
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_party' LIMIT 1;
|
0.18 ms (5.89%)
|
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.17 ms (5.76%)
|
1 |
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;
|