66.47 ms (94.50%)
|
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;
|
1.23 ms (1.75%)
|
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;
|
0.94 ms (1.34%)
|
1 |
SELECT t0.title_pl AS title_pl_1, t0.title_en AS title_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.meta_title_pl AS meta_title_pl_5, t0.meta_title_en AS meta_title_en_6, t0.meta_description_pl AS meta_description_pl_7, t0.meta_description_en AS meta_description_en_8, t0.content_pl AS content_pl_9, t0.content_en AS content_en_10, t0.id AS id_11, t0.cover_image_name AS cover_image_name_12, t0.status AS status_13, t0.published_at AS published_at_14 FROM post t0 WHERE t0.slug_pl = ? LIMIT 1
Parameters: [
"molestiae-accusamus-ex-similique-non-provident"
]
SELECT t0.title_pl AS title_pl_1, t0.title_en AS title_en_2, t0.slug_pl AS slug_pl_3, t0.slug_en AS slug_en_4, t0.meta_title_pl AS meta_title_pl_5, t0.meta_title_en AS meta_title_en_6, t0.meta_description_pl AS meta_description_pl_7, t0.meta_description_en AS meta_description_en_8, t0.content_pl AS content_pl_9, t0.content_en AS content_en_10, t0.id AS id_11, t0.cover_image_name AS cover_image_name_12, t0.status AS status_13, t0.published_at AS published_at_14 FROM post t0 WHERE t0.slug_pl = 'molestiae-accusamus-ex-similique-non-provident' LIMIT 1;
|
0.46 ms (0.66%)
|
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 INNER JOIN post_tag ON t0.id = post_tag.tag_id WHERE post_tag.post_id = ?
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 INNER JOIN post_tag ON t0.id = post_tag.tag_id WHERE post_tag.post_id = 19;
|
0.44 ms (0.63%)
|
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 INNER JOIN post_category ON t0.id = post_category.category_id WHERE post_category.post_id = ?
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 INNER JOIN post_category ON t0.id = post_category.category_id WHERE post_category.post_id = 19;
|
0.42 ms (0.59%)
|
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.37 ms (0.52%)
|
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;
|