0.47 ms (32.38%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.is_active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.is_active = 1;
|
0.28 ms (19.41%)
|
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.meta_title AS meta_title_6, b0_.meta_description AS meta_description_7, b0_.published AS published_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.published_at AS published_at_11, b0_.category_id AS category_id_12 FROM blog_articles b0_ WHERE b0_.published = 1 ORDER BY b0_.published_at DESC LIMIT 3
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.meta_title AS meta_title_6, b0_.meta_description AS meta_description_7, b0_.published AS published_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.published_at AS published_at_11, b0_.category_id AS category_id_12 FROM blog_articles b0_ WHERE b0_.published = 1 ORDER BY b0_.published_at DESC LIMIT 3;
|
0.25 ms (17.22%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.is_active = ? ORDER BY t0.id DESC LIMIT 2
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.is_active = 1 ORDER BY t0.id DESC LIMIT 2;
|
0.24 ms (16.66%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.on_top = ? AND t0.is_active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.on_top = 1 AND t0.is_active = 1;
|
0.21 ms (14.33%)
|
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.active AS active_3 FROM news t0 WHERE t0.active = ? LIMIT 1
SELECT t0.id AS id_1, t0.description AS description_2, t0.active AS active_3 FROM news t0 WHERE t0.active = 1 LIMIT 1;
|