| 1 |
2.69 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.title AS title_4, t0.slug AS slug_5, t0.description_de AS description_de_6, t0.description_fr AS description_fr_7, t0.image AS image_8, t0.is_frontpage AS is_frontpage_9 FROM album t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"ibiza-night-2018-dj-s-domenico-carluccio-cbbc-ezikiel-cadenza-lochergut-zurich"
]
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.title AS title_4, t0.slug AS slug_5, t0.description_de AS description_de_6, t0.description_fr AS description_fr_7, t0.image AS image_8, t0.is_frontpage AS is_frontpage_9 FROM album t0 WHERE t0.slug = 'ibiza-night-2018-dj-s-domenico-carluccio-cbbc-ezikiel-cadenza-lochergut-zurich' LIMIT 1;
|
| 2 |
42.47 ms |
SELECT a0_.id AS id_0, a0_.created AS created_1, a0_.updated AS updated_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.description_de AS description_de_5, a0_.description_fr AS description_fr_6, a0_.image AS image_7, a0_.is_frontpage AS is_frontpage_8 FROM album a0_ WHERE a0_.id > ? ORDER BY a0_.id ASC LIMIT 1
SELECT a0_.id AS id_0, a0_.created AS created_1, a0_.updated AS updated_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.description_de AS description_de_5, a0_.description_fr AS description_fr_6, a0_.image AS image_7, a0_.is_frontpage AS is_frontpage_8 FROM album a0_ WHERE a0_.id > 9 ORDER BY a0_.id ASC LIMIT 1;
|
| 3 |
91.39 ms |
SELECT a0_.id AS id_0, a0_.created AS created_1, a0_.updated AS updated_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.description_de AS description_de_5, a0_.description_fr AS description_fr_6, a0_.image AS image_7, a0_.is_frontpage AS is_frontpage_8 FROM album a0_ WHERE a0_.id < ? ORDER BY a0_.id DESC LIMIT 1
SELECT a0_.id AS id_0, a0_.created AS created_1, a0_.updated AS updated_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.description_de AS description_de_5, a0_.description_fr AS description_fr_6, a0_.image AS image_7, a0_.is_frontpage AS is_frontpage_8 FROM album a0_ WHERE a0_.id < 9 ORDER BY a0_.id DESC LIMIT 1;
|
| 4 |
2.84 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.file_name AS file_name_4, t0.file_path AS file_path_5, t0.file_type AS file_type_6, t0.file_size AS file_size_7, t0.album_id AS album_id_8 FROM media t0 WHERE t0.album_id = ?
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.file_name AS file_name_4, t0.file_path AS file_path_5, t0.file_type AS file_type_6, t0.file_size AS file_size_7, t0.album_id AS album_id_8 FROM media t0 WHERE t0.album_id = 9;
|