0.66 ms (49.47%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = ? ORDER BY t0.published_at DESC LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = 1 ORDER BY t0.published_at DESC LIMIT 1;
|
0.31 ms (23.02%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = ? ORDER BY t0.published_at DESC LIMIT 8
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = 0 ORDER BY t0.published_at DESC LIMIT 8;
|
0.19 ms (14.32%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_sidebar = ? ORDER BY t0.published_at DESC LIMIT 5
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_sidebar = 1 ORDER BY t0.published_at DESC LIMIT 5;
|
0.18 ms (13.19%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.logo AS logo_4 FROM participated_companies t0 ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.logo AS logo_4 FROM participated_companies t0 ORDER BY t0.name ASC;
|