| 1 |
0.53 ms |
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.slug = ? LIMIT 1
Parameters: [
"canailles-comedy-club"
]
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.slug = 'canailles-comedy-club' LIMIT 1;
|
| 2 |
0.30 ms |
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;
|
| 3 |
0.25 ms |
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;
|
| 4 |
0.21 ms |
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;
|
| 5 |
0.37 ms |
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_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_id = 4;
|