18.24 ms (42.48%)
|
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: [
"pandawa"
]
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 = 'pandawa' LIMIT 1;
|
17.92 ms (41.73%)
|
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 = 21 AND t0.edition = '1' LIMIT 1;
|
4.76 ms (11.08%)
|
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 = 21 ORDER BY t0.created_at DESC LIMIT 5;
|
2.02 ms (4.71%)
|
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 = 18;
|