1 |
0.43 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.slug AS slug_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.public AS public_9, t0.image AS image_10, t0.user_id AS user_id_11 FROM blog_article t0 WHERE t0.public = ? ORDER BY t0.id DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.slug AS slug_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.public AS public_9, t0.image AS image_10, t0.user_id AS user_id_11 FROM blog_article t0 WHERE t0.public = 1 ORDER BY t0.id DESC LIMIT 3;
|
2 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.description AS description_4, t0.image AS image_5, t0.public AS public_6, t0.short_description AS short_description_7, t0.website AS website_8, t0.photo_creator AS photo_creator_9, t0.festival_id AS festival_id_10 FROM quest t0 WHERE t0.public = ? ORDER BY t0.id DESC LIMIT 6
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.description AS description_4, t0.image AS image_5, t0.public AS public_6, t0.short_description AS short_description_7, t0.website AS website_8, t0.photo_creator AS photo_creator_9, t0.festival_id AS festival_id_10 FROM quest t0 WHERE t0.public = 1 ORDER BY t0.id DESC LIMIT 6;
|
3 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.link AS link_4, t0.public AS public_5, t0.category AS category_6 FROM sponsor t0 WHERE t0.public = ? ORDER BY t0.id DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.link AS link_4, t0.public AS public_5, t0.category AS category_6 FROM sponsor t0 WHERE t0.public = 1 ORDER BY t0.id DESC;
|
4 |
0.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.short AS short_3, t0.description AS description_4, t0.image AS image_5, t0.on_main_page AS on_main_page_6 FROM category t0 WHERE t0.on_main_page = ? LIMIT 6
SELECT t0.id AS id_1, t0.name AS name_2, t0.short AS short_3, t0.description AS description_4, t0.image AS image_5, t0.on_main_page AS on_main_page_6 FROM category t0 WHERE t0.on_main_page = 1 LIMIT 6;
|
5 |
0.27 ms |
SELECT t0.id AS id_1, t0.edition AS edition_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.current AS current_5, t0.main_graphic AS main_graphic_6, t0.short_description AS short_description_7, t0.public AS public_8, t9.id AS id_10, t9.address AS address_11, t9.city AS city_12, t9.map_link AS map_link_13, t9.public_transport AS public_transport_14, t9.parking_info AS parking_info_15, t9.train_station AS train_station_16, t9.additional_info AS additional_info_17, t9.festival_id AS festival_id_18 FROM festival t0 LEFT JOIN festival_location t9 ON t9.festival_id = t0.id WHERE t0.current = ? AND t0.public = ? LIMIT 1
SELECT t0.id AS id_1, t0.edition AS edition_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.current AS current_5, t0.main_graphic AS main_graphic_6, t0.short_description AS short_description_7, t0.public AS public_8, t9.id AS id_10, t9.address AS address_11, t9.city AS city_12, t9.map_link AS map_link_13, t9.public_transport AS public_transport_14, t9.parking_info AS parking_info_15, t9.train_station AS train_station_16, t9.additional_info AS additional_info_17, t9.festival_id AS festival_id_18 FROM festival t0 LEFT JOIN festival_location t9 ON t9.festival_id = t0.id WHERE t0.current = 1 AND t0.public = 1 LIMIT 1;
|
6 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.index_position AS index_position_3, t0.route AS route_4, t0.type AS type_5, t0.slug AS slug_6, t0.in_footer AS in_footer_7, t0.parent_id AS parent_id_8 FROM menu_item t0 ORDER BY t0.index_position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.index_position AS index_position_3, t0.route AS route_4, t0.type AS type_5, t0.slug AS slug_6, t0.in_footer AS in_footer_7, t0.parent_id AS parent_id_8 FROM menu_item t0 ORDER BY t0.index_position ASC;
|
7 |
0.15 ms |
SELECT t0.id AS id_1, t0.additional_text AS additional_text_2, t0.active AS active_3 FROM footer t0 WHERE t0.active = ? LIMIT 1
SELECT t0.id AS id_1, t0.additional_text AS additional_text_2, t0.active AS active_3 FROM footer t0 WHERE t0.active = 1 LIMIT 1;
|
8 |
0.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.index_position AS index_position_3, t0.route AS route_4, t0.type AS type_5, t0.slug AS slug_6, t0.in_footer AS in_footer_7, t0.parent_id AS parent_id_8 FROM menu_item t0 WHERE t0.in_footer = ? ORDER BY t0.index_position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.index_position AS index_position_3, t0.route AS route_4, t0.type AS type_5, t0.slug AS slug_6, t0.in_footer AS in_footer_7, t0.parent_id AS parent_id_8 FROM menu_item t0 WHERE t0.in_footer = 1 ORDER BY t0.index_position ASC;
|