50.25 ms (50.33%)
|
1 |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15, n0_.user_id_id AS user_id_id_16 FROM news_post n0_ WHERE n0_.locale = ? AND n0_.active = ? ORDER BY n0_.id DESC LIMIT 9 OFFSET 18
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15, n0_.user_id_id AS user_id_id_16 FROM news_post n0_ WHERE n0_.locale = 'fr' AND n0_.active = 1 ORDER BY n0_.id DESC LIMIT 9 OFFSET 18;
|
24.85 ms (24.88%)
|
1 |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15, n0_.user_id_id AS user_id_id_16 FROM news_post n0_ WHERE n0_.active = ? AND n0_.locale = ? ORDER BY n0_.nm DESC LIMIT 2
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15, n0_.user_id_id AS user_id_id_16 FROM news_post n0_ WHERE n0_.active = 1 AND n0_.locale = 'fr' ORDER BY n0_.nm DESC LIMIT 2;
|
24.75 ms (24.79%)
|
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15 FROM news_post n0_ WHERE n0_.locale = ? AND n0_.active = ? ORDER BY n0_.id DESC) dctrn_result) dctrn_table
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15 FROM news_post n0_ WHERE n0_.locale = 'fr' AND n0_.active = 1 ORDER BY n0_.id DESC) dctrn_result) dctrn_table;
|