0.41 ms (28.24%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.excerpt AS excerpt_6, t0.category AS category_7, t0.featured_image AS featured_image_8, t0.is_featured AS is_featured_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.meta_description AS meta_description_13, t0.meta_keywords AS meta_keywords_14, t0.attachments AS attachments_15 FROM toledo t0 WHERE t0.is_published = ? AND t0.is_featured = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.excerpt AS excerpt_6, t0.category AS category_7, t0.featured_image AS featured_image_8, t0.is_featured AS is_featured_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.meta_description AS meta_description_13, t0.meta_keywords AS meta_keywords_14, t0.attachments AS attachments_15 FROM toledo t0 WHERE t0.is_published = 1 AND t0.is_featured = 1 LIMIT 1;
|
0.37 ms (25.32%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.excerpt AS excerpt_6, t0.category AS category_7, t0.featured_image AS featured_image_8, t0.is_featured AS is_featured_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.meta_description AS meta_description_13, t0.meta_keywords AS meta_keywords_14, t0.attachments AS attachments_15 FROM toledo t0 WHERE t0.is_published = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.excerpt AS excerpt_6, t0.category AS category_7, t0.featured_image AS featured_image_8, t0.is_featured AS is_featured_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.meta_description AS meta_description_13, t0.meta_keywords AS meta_keywords_14, t0.attachments AS attachments_15 FROM toledo t0 WHERE t0.is_published = 1 ORDER BY t0.created_at DESC;
|