4.70 ms (52.97%)
|
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 > ? 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 > 11 ORDER BY a0_.id ASC LIMIT 1;
|
2.19 ms (24.71%)
|
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 < ? 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 < 11 ORDER BY a0_.id DESC LIMIT 1;
|
1.24 ms (13.95%)
|
1 |
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 = 11;
|
0.74 ms (8.37%)
|
1 |
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-en-tu-copa-the-night-of-hierbas-2015-dj-s-andrea-oliva-anna-tur-alci-paul-lomax-jose-maria-ramon-anisch-the-pdg-nassau-tanit-beach-club-ibiza"
]
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-en-tu-copa-the-night-of-hierbas-2015-dj-s-andrea-oliva-anna-tur-alci-paul-lomax-jose-maria-ramon-anisch-the-pdg-nassau-tanit-beach-club-ibiza' LIMIT 1;
|