1 |
1.08 ms |
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;
|
2 |
0.41 ms |
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;
|
3 |
0.20 ms |
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;
|
4 |
0.18 ms |
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;
|