1.26 ms (23.91%)
|
4 |
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0
SELECT t0.id AS id_1, t0.city AS city_2, t0.popup_image_name AS popup_image_name_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.post_code AS post_code_6, t0.street AS street_7, t0.phone AS phone_8, t0.email AS email_9, t0.instagram_url AS instagram_url_10, t0.minimum_booking_notice_hours AS minimum_booking_notice_hours_11 FROM place t0;
|
1.09 ms (20.63%)
|
1 |
SELECT p0_.title_pl AS title_pl_0, p0_.title_en AS title_en_1, p0_.slug_pl AS slug_pl_2, p0_.slug_en AS slug_en_3, p0_.meta_title_pl AS meta_title_pl_4, p0_.meta_title_en AS meta_title_en_5, p0_.meta_description_pl AS meta_description_pl_6, p0_.meta_description_en AS meta_description_en_7, p0_.content_pl AS content_pl_8, p0_.content_en AS content_en_9, p0_.id AS id_10, p0_.cover_image_name AS cover_image_name_11, p0_.status AS status_12, p0_.published_at AS published_at_13 FROM post p0_ INNER JOIN post_tag p2_ ON p0_.id = p2_.post_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE p0_.status = ? AND p0_.published_at <= ? AND t1_.id = ? AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.published_at DESC
Parameters: [
"published"
"2026-03-21 11:49:42"
9
3
5
1
20
17
19
18
13
12
14
]
SELECT p0_.title_pl AS title_pl_0, p0_.title_en AS title_en_1, p0_.slug_pl AS slug_pl_2, p0_.slug_en AS slug_en_3, p0_.meta_title_pl AS meta_title_pl_4, p0_.meta_title_en AS meta_title_en_5, p0_.meta_description_pl AS meta_description_pl_6, p0_.meta_description_en AS meta_description_en_7, p0_.content_pl AS content_pl_8, p0_.content_en AS content_en_9, p0_.id AS id_10, p0_.cover_image_name AS cover_image_name_11, p0_.status AS status_12, p0_.published_at AS published_at_13 FROM post p0_ INNER JOIN post_tag p2_ ON p0_.id = p2_.post_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE p0_.status = 'published' AND p0_.published_at <= '2026-03-21 11:49:42' AND t1_.id = 9 AND p0_.id IN (3, 5, 1, 20, 17, 19, 18, 13, 12, 14) ORDER BY p0_.published_at DESC;
|
0.91 ms (17.33%)
|
1 |
SELECT t0.name_pl AS name_pl_1, t0.name_en AS name_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.id AS id_5 FROM tag t0 WHERE t0.slug_pl = ? LIMIT 1
SELECT t0.name_pl AS name_pl_1, t0.name_en AS name_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.id AS id_5 FROM tag t0 WHERE t0.slug_pl = 'magnam' LIMIT 1;
|
0.60 ms (11.34%)
|
1 |
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM post p0_ INNER JOIN post_tag p2_ ON p0_.id = p2_.post_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE p0_.status = ? AND p0_.published_at <= ? AND t1_.id = ?
Parameters: [
"published"
"2026-03-21 11:49:42"
9
]
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM post p0_ INNER JOIN post_tag p2_ ON p0_.id = p2_.post_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE p0_.status = 'published' AND p0_.published_at <= '2026-03-21 11:49:42' AND t1_.id = 9;
|
0.48 ms (9.02%)
|
1 |
SELECT DISTINCT p0_.id AS id_0, p0_.published_at AS published_at_1 FROM post p0_ INNER JOIN post_tag p2_ ON p0_.id = p2_.post_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE p0_.status = ? AND p0_.published_at <= ? AND t1_.id = ? ORDER BY p0_.published_at DESC LIMIT 10
Parameters: [
"published"
"2026-03-21 11:49:42"
9
]
SELECT DISTINCT p0_.id AS id_0, p0_.published_at AS published_at_1 FROM post p0_ INNER JOIN post_tag p2_ ON p0_.id = p2_.post_id INNER JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE p0_.status = 'published' AND p0_.published_at <= '2026-03-21 11:49:42' AND t1_.id = 9 ORDER BY p0_.published_at DESC LIMIT 10;
|
0.36 ms (6.73%)
|
1 |
SELECT t0.id AS id_1, t0.cash AS cash_2, t0.full AS full_3, t0.advance AS advance_4, t0.voucher AS voucher_5, t0.regulations_name AS regulations_name_6, t0.privacy_policy_name AS privacy_policy_name_7, t0.updated_at AS updated_at_8, t0.facebook_url AS facebook_url_9, t0.instagram_url AS instagram_url_10, t0.tiktok_url AS tiktok_url_11, t0.youtube_url AS youtube_url_12, t0.admin_email AS admin_email_13, t0.place_id AS place_id_14 FROM configuration t0 WHERE t0.place_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.cash AS cash_2, t0.full AS full_3, t0.advance AS advance_4, t0.voucher AS voucher_5, t0.regulations_name AS regulations_name_6, t0.privacy_policy_name AS privacy_policy_name_7, t0.updated_at AS updated_at_8, t0.facebook_url AS facebook_url_9, t0.instagram_url AS instagram_url_10, t0.tiktok_url AS tiktok_url_11, t0.youtube_url AS youtube_url_12, t0.admin_email AS admin_email_13, t0.place_id AS place_id_14 FROM configuration t0 WHERE t0.place_id IS NULL LIMIT 1;
|
0.30 ms (5.65%)
|
1 |
SELECT t0.name_pl AS name_pl_1, t0.name_en AS name_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.id AS id_5 FROM category t0
SELECT t0.name_pl AS name_pl_1, t0.name_en AS name_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.id AS id_5 FROM category t0;
|
0.28 ms (5.38%)
|
1 |
SELECT t0.name_pl AS name_pl_1, t0.name_en AS name_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.id AS id_5 FROM tag t0
SELECT t0.name_pl AS name_pl_1, t0.name_en AS name_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.id AS id_5 FROM tag t0;
|