18.29 ms (91.59%)
|
1 |
SELECT t0.id AS id_1, t0.number AS number_2, t0.volume AS volume_3, t0.title AS title_4, t0.local_path AS local_path_5, t0.external_id AS external_id_6, t0.cbz_path AS cbz_path_7, t0.visible AS visible_8, t0.manga_id AS manga_id_9 FROM chapter t0 WHERE t0.manga_id IN (?, ?, ?, ?)
SELECT t0.id AS id_1, t0.number AS number_2, t0.volume AS volume_3, t0.title AS title_4, t0.local_path AS local_path_5, t0.external_id AS external_id_6, t0.cbz_path AS cbz_path_7, t0.visible AS visible_8, t0.manga_id AS manga_id_9 FROM chapter t0 WHERE t0.manga_id IN (4, 1, 3, 2);
|
0.93 ms (4.68%)
|
1 |
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.slug AS slug_2, m0_.image_url AS image_url_3, m0_.publication_year AS publication_year_4, m0_.description AS description_5, m0_.genres AS genres_6, m0_.created_at AS created_at_7, m0_.rating AS rating_8, m0_.author AS author_9, m0_.external_id AS external_id_10, m0_.status AS status_11, m0_.thumbnail_url AS thumbnail_url_12, m0_.monitored AS monitored_13, m0_.alternative_slugs AS alternative_slugs_14 FROM manga m0_ ORDER BY m0_.title ASC
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.slug AS slug_2, m0_.image_url AS image_url_3, m0_.publication_year AS publication_year_4, m0_.description AS description_5, m0_.genres AS genres_6, m0_.created_at AS created_at_7, m0_.rating AS rating_8, m0_.author AS author_9, m0_.external_id AS external_id_10, m0_.status AS status_11, m0_.thumbnail_url AS thumbnail_url_12, m0_.monitored AS monitored_13, m0_.alternative_slugs AS alternative_slugs_14 FROM manga m0_ ORDER BY m0_.title ASC;
|