| 1 |
0.53 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.description AS description_4, t0.opponent AS opponent_5, t0.match_location AS match_location_6, t0.season AS season_7, t0.journee AS journee_8, t0.category_id AS category_id_9, t0.image_id AS image_id_10 FROM event t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.description AS description_4, t0.opponent AS opponent_5, t0.match_location AS match_location_6, t0.season AS season_7, t0.journee AS journee_8, t0.category_id AS category_id_9, t0.image_id AS image_id_10 FROM event t0 WHERE t0.id = '3';
|
| 2 |
0.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.section AS section_4 FROM event_category t0 WHERE t0.section = ? ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.section AS section_4 FROM event_category t0 WHERE t0.section = 'medias' ORDER BY t0.name ASC;
|
| 3 |
1.05 ms |
SELECT DISTINCT e0_.season AS season_0 FROM event e0_ INNER JOIN event_category e1_ ON e0_.category_id = e1_.id WHERE e1_.section = ? AND e0_.season IS NOT NULL AND e0_.season <> '' ORDER BY e0_.season DESC
Parameters: [
"photos_de_match"
]
SELECT DISTINCT e0_.season AS season_0 FROM event e0_ INNER JOIN event_category e1_ ON e0_.category_id = e1_.id WHERE e1_.section = 'photos_de_match' AND e0_.season IS NOT NULL AND e0_.season <> '' ORDER BY e0_.season DESC;
|
| 4 |
0.51 ms |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.hero_title AS hero_title_3, t0.hero_subtitle AS hero_subtitle_4, t0.chants_subtitle AS chants_subtitle_5, t0.chants_title AS chants_title_6, t0.background_image_id AS background_image_id_7 FROM site_config t0 ORDER BY t0.id ASC LIMIT 1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.hero_title AS hero_title_3, t0.hero_subtitle AS hero_subtitle_4, t0.chants_subtitle AS chants_subtitle_5, t0.chants_title AS chants_title_6, t0.background_image_id AS background_image_id_7 FROM site_config t0 ORDER BY t0.id ASC LIMIT 1;
|
| 5 |
0.57 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.id = 63;
|
| 6 |
0.58 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.id = 17;
|
| 7 |
0.80 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.event_id = ?
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.event_id = 3;
|