10.17 ms (93.01%)
|
1 |
SELECT DISTINCT n0_.id AS id_0, n0_.status AS status_1, n0_.highlighted AS highlighted_2, n0_.date AS date_3, n0_.title AS title_4, n0_.short_description AS short_description_5, n0_.youtube_video_code AS youtube_video_code_6, n0_.full_description AS full_description_7, n0_.image AS image_8, n0_.img_updated_at AS img_updated_at_9, n0_.language AS language_10, n0_.slug AS slug_11, n0_.wordpress_id AS wordpress_id_12, n0_.seo_title AS seo_title_13, n0_.seo_description AS seo_description_14, n0_.image_alt AS image_alt_15, n0_.canonical_url AS canonical_url_16, n0_.is_no_index AS is_no_index_17, n1_.id AS id_18, n1_.title AS title_19, n1_.language AS language_20 FROM news n0_ LEFT JOIN news_news_category n2_ ON n0_.id = n2_.news_id LEFT JOIN news_category n1_ ON n1_.id = n2_.news_category_id WHERE n0_.status = 1 AND n0_.language = ? AND n0_.date <= ? ORDER BY n0_.date DESC, n0_.id DESC
Parameters: [
1
"2026-03-04 04:55:22"
]
SELECT DISTINCT n0_.id AS id_0, n0_.status AS status_1, n0_.highlighted AS highlighted_2, n0_.date AS date_3, n0_.title AS title_4, n0_.short_description AS short_description_5, n0_.youtube_video_code AS youtube_video_code_6, n0_.full_description AS full_description_7, n0_.image AS image_8, n0_.img_updated_at AS img_updated_at_9, n0_.language AS language_10, n0_.slug AS slug_11, n0_.wordpress_id AS wordpress_id_12, n0_.seo_title AS seo_title_13, n0_.seo_description AS seo_description_14, n0_.image_alt AS image_alt_15, n0_.canonical_url AS canonical_url_16, n0_.is_no_index AS is_no_index_17, n1_.id AS id_18, n1_.title AS title_19, n1_.language AS language_20 FROM news n0_ LEFT JOIN news_news_category n2_ ON n0_.id = n2_.news_id LEFT JOIN news_category n1_ ON n1_.id = n2_.news_category_id WHERE n0_.status = 1 AND n0_.language = 1 AND n0_.date <= '2026-03-04 04:55:22' ORDER BY n0_.date DESC, n0_.id DESC;
|
0.22 ms (2.04%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.img_updated_at AS img_updated_at_4, t0.language AS language_5, t0.features AS features_6, t0.short_description AS short_description_7, t0.subtitle AS subtitle_8, t0.position AS position_9, t0.product_highlight_id AS product_highlight_id_10 FROM product_category t0 WHERE t0.language = ? ORDER BY t0.title ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.img_updated_at AS img_updated_at_4, t0.language AS language_5, t0.features AS features_6, t0.short_description AS short_description_7, t0.subtitle AS subtitle_8, t0.position AS position_9, t0.product_highlight_id AS product_highlight_id_10 FROM product_category t0 WHERE t0.language = '1' ORDER BY t0.title ASC;
|
0.15 ms (1.35%)
|
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.language AS language_3, p0_.content_html AS content_html_4, p0_.slug AS slug_5, p0_.meta_description AS meta_description_6, p0_.meta_keywords AS meta_keywords_7, p0_.is_published AS is_published_8, p0_.published_at AS published_at_9, p0_.updated_at AS updated_at_10 FROM page p0_ WHERE p0_.language = ? AND p0_.is_published = 1 ORDER BY p0_.published_at DESC, p0_.updated_at DESC
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.language AS language_3, p0_.content_html AS content_html_4, p0_.slug AS slug_5, p0_.meta_description AS meta_description_6, p0_.meta_keywords AS meta_keywords_7, p0_.is_published AS is_published_8, p0_.published_at AS published_at_9, p0_.updated_at AS updated_at_10 FROM page p0_ WHERE p0_.language = 1 AND p0_.is_published = 1 ORDER BY p0_.published_at DESC, p0_.updated_at DESC;
|