4.12 ms (41.69%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.edition AS edition_4, t0.period AS period_5, t0.uuid AS uuid_6, t0.convert_status AS convert_status_7, t0.page_count AS page_count_8, t0.width AS width_9, t0.height AS height_10, t0.image AS image_11, t0.pdf AS pdf_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.magazine_id AS magazine_id_15 FROM edition t0 WHERE t0.magazine_id = ? ORDER BY t0.created_at DESC LIMIT 5
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.edition AS edition_4, t0.period AS period_5, t0.uuid AS uuid_6, t0.convert_status AS convert_status_7, t0.page_count AS page_count_8, t0.width AS width_9, t0.height AS height_10, t0.image AS image_11, t0.pdf AS pdf_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.magazine_id AS magazine_id_15 FROM edition t0 WHERE t0.magazine_id = 23 ORDER BY t0.created_at DESC LIMIT 5;
|
2.02 ms (20.48%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.edition AS edition_4, t0.period AS period_5, t0.uuid AS uuid_6, t0.convert_status AS convert_status_7, t0.page_count AS page_count_8, t0.width AS width_9, t0.height AS height_10, t0.image AS image_11, t0.pdf AS pdf_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.magazine_id AS magazine_id_15 FROM edition t0 WHERE t0.magazine_id = ? AND t0.edition = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.edition AS edition_4, t0.period AS period_5, t0.uuid AS uuid_6, t0.convert_status AS convert_status_7, t0.page_count AS page_count_8, t0.width AS width_9, t0.height AS height_10, t0.image AS image_11, t0.pdf AS pdf_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.magazine_id AS magazine_id_15 FROM edition t0 WHERE t0.magazine_id = 23 AND t0.edition = '15' LIMIT 1;
|
1.93 ms (19.55%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_private AS is_private_4, t0.domain AS domain_5, t0.description AS description_6, t0.image AS image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.school_id AS school_id_10 FROM magazine t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"perspektif"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.is_private AS is_private_4, t0.domain AS domain_5, t0.description AS description_6, t0.image AS image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.school_id AS school_id_10 FROM magazine t0 WHERE t0.slug = 'perspektif' LIMIT 1;
|
1.81 ms (18.28%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.city_id AS city_id_7 FROM school t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.city_id AS city_id_7 FROM school t0 WHERE t0.id = 24;
|