7.44 ms (41.13%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.text AS text_5, t0.extract AS extract_6, t0.date AS date_7, t0.updated_at AS updated_at_8, t0.published AS published_9, t0.in_one AS in_one_10 FROM pbm_article t0 WHERE t0.published = ? AND t0.in_one = ? ORDER BY t0.date DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.text AS text_5, t0.extract AS extract_6, t0.date AS date_7, t0.updated_at AS updated_at_8, t0.published AS published_9, t0.in_one AS in_one_10 FROM pbm_article t0 WHERE t0.published = 1 AND t0.in_one = 0 ORDER BY t0.date DESC LIMIT 3;
|
6.08 ms (33.64%)
|
6 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.text AS text_5, t0.extract AS extract_6, t0.date AS date_7, t0.updated_at AS updated_at_8, t0.published AS published_9, t0.in_one AS in_one_10 FROM pbm_article t0 INNER JOIN pbm_article_category ON t0.id = pbm_article_category.article_id WHERE pbm_article_category.category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.text AS text_5, t0.extract AS extract_6, t0.date AS date_7, t0.updated_at AS updated_at_8, t0.published AS published_9, t0.in_one AS in_one_10 FROM pbm_article t0 INNER JOIN pbm_article_category ON t0.id = pbm_article_category.article_id WHERE pbm_article_category.category_id = 1;
|
3.06 ms (16.95%)
|
1 |
SELECT t0.id AS id_1, t0.name_category AS name_category_2, t0.description AS description_3, t0.slug AS slug_4 FROM pbm_category t0 ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.name_category AS name_category_2, t0.description AS description_3, t0.slug AS slug_4 FROM pbm_category t0 ORDER BY t0.id ASC;
|
1.50 ms (8.28%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.text AS text_5, t0.extract AS extract_6, t0.date AS date_7, t0.updated_at AS updated_at_8, t0.published AS published_9, t0.in_one AS in_one_10 FROM pbm_article t0 WHERE t0.in_one = ? ORDER BY t0.date DESC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.text AS text_5, t0.extract AS extract_6, t0.date AS date_7, t0.updated_at AS updated_at_8, t0.published AS published_9, t0.in_one AS in_one_10 FROM pbm_article t0 WHERE t0.in_one = 1 ORDER BY t0.date DESC;
|