1.21 ms (21.40%)
|
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.03 ms (18.27%)
|
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 10:38:12"
10
]
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 10:38:12' AND t1_.id = 10;
|
0.95 ms (16.89%)
|
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 10:38:12"
10
3
4
15
17
2
18
13
]
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 10:38:12' AND t1_.id = 10 AND p0_.id IN (3, 4, 15, 17, 2, 18, 13) ORDER BY p0_.published_at DESC;
|
0.90 ms (15.97%)
|
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 = 'fuga' LIMIT 1;
|
0.67 ms (11.93%)
|
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 10:38:12"
10
]
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 10:38:12' AND t1_.id = 10 ORDER BY p0_.published_at DESC LIMIT 10;
|
0.34 ms (6.00%)
|
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.32 ms (5.59%)
|
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.22 ms (3.95%)
|
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;
|