| 1 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.short_description AS short_description_4, t0.sources AS sources_5, t0.is_visible AS is_visible_6, t0.teaser AS teaser_7, t0.range_id AS range_id_8, t0.image_id AS image_id_9 FROM event t0 WHERE t0.id = ? AND (( t0.is_visible = 1 ))
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.short_description AS short_description_4, t0.sources AS sources_5, t0.is_visible AS is_visible_6, t0.teaser AS teaser_7, t0.range_id AS range_id_8, t0.image_id AS image_id_9 FROM event t0 WHERE t0.id = '5' AND (( t0.is_visible = 1 ));
|
| 2 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.description AS description_4, t0.range_id AS range_id_5, t0.image_id AS image_id_6 FROM chapter t0 WHERE t0.id = ? AND (( t0.is_visible = 1 ))
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.description AS description_4, t0.range_id AS range_id_5, t0.image_id AS image_id_6 FROM chapter t0 WHERE t0.id = '8' AND (( t0.is_visible = 1 ));
|
| 3 |
0.31 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = 14;
|
| 4 |
0.31 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.is_start_fix AS is_start_fix_5, t0.is_end_fix AS is_end_fix_6, t0.date_interval AS date_interval_7, t0.steps AS steps_8 FROM date_range t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.is_start_fix AS is_start_fix_5, t0.is_end_fix AS is_end_fix_6, t0.date_interval AS date_interval_7, t0.steps AS steps_8 FROM date_range t0 WHERE t0.id = 15;
|
| 5 |
0.25 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = 45;
|
| 6 |
0.25 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.is_start_fix AS is_start_fix_5, t0.is_end_fix AS is_end_fix_6, t0.date_interval AS date_interval_7, t0.steps AS steps_8 FROM date_range t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.is_start_fix AS is_start_fix_5, t0.is_end_fix AS is_end_fix_6, t0.date_interval AS date_interval_7, t0.steps AS steps_8 FROM date_range t0 WHERE t0.id = 27;
|
| 7 |
0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4 FROM page t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4 FROM page t0;
|