0.66 ms (25.89%)
|
1 |
SELECT 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 FROM news n0_ WHERE n0_.status = 1 AND n0_.highlighted = 1 AND n0_.language = ? AND n0_.date <= ? ORDER BY n0_.date DESC LIMIT 3
Parameters: [
3
"2026-03-03 22:20:32"
]
SELECT 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 FROM news n0_ WHERE n0_.status = 1 AND n0_.highlighted = 1 AND n0_.language = 3 AND n0_.date <= '2026-03-03 22:20:32' ORDER BY n0_.date DESC LIMIT 3;
|
0.52 ms (20.15%)
|
7 |
SELECT t0.id AS id_1, t0.status AS status_2, t0.title AS title_3, t0.code AS code_4, t0.short_description AS short_description_5, t0.youtube_video_code AS youtube_video_code_6, t0.image AS image_7, t0.img_updated_at AS img_updated_at_8, t0.description AS description_9, t0.language AS language_10, t0.slug AS slug_11, t0.category_id AS category_id_12 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.status AS status_2, t0.title AS title_3, t0.code AS code_4, t0.short_description AS short_description_5, t0.youtube_video_code AS youtube_video_code_6, t0.image AS image_7, t0.img_updated_at AS img_updated_at_8, t0.description AS description_9, t0.language AS language_10, t0.slug AS slug_11, t0.category_id AS category_id_12 FROM product t0 WHERE t0.category_id = 16;
|
0.24 ms (9.37%)
|
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.language AS language_3 FROM news_category t0 INNER JOIN news_news_category ON t0.id = news_news_category.news_category_id WHERE news_news_category.news_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.language AS language_3 FROM news_category t0 INNER JOIN news_news_category ON t0.id = news_news_category.news_category_id WHERE news_news_category.news_id = 205;
|
0.16 ms (6.21%)
|
2 |
SELECT t0.id AS id_1, t0.home_page_title AS home_page_title_2, t0.home_page_description AS home_page_description_3, t0.about_us_page_title AS about_us_page_title_4, t0.about_us_page_description AS about_us_page_description_5, t0.product_listing_page_title AS product_listing_page_title_6, t0.product_listing_page_description AS product_listing_page_description_7, t0.news_listing_page_title AS news_listing_page_title_8, t0.news_listing_page_description AS news_listing_page_description_9, t0.service_listing_page_title AS service_listing_page_title_10, t0.service_listing_page_description AS service_listing_page_description_11, t0.financing_list_page_title AS financing_list_page_title_12, t0.financing_list_page_description AS financing_list_page_description_13, t0.video_listing_page_title AS video_listing_page_title_14, t0.video_listing_page_description AS video_listing_page_description_15, t0.language AS language_16 FROM page_seo t0 WHERE t0.language = ? LIMIT 1
SELECT t0.id AS id_1, t0.home_page_title AS home_page_title_2, t0.home_page_description AS home_page_description_3, t0.about_us_page_title AS about_us_page_title_4, t0.about_us_page_description AS about_us_page_description_5, t0.product_listing_page_title AS product_listing_page_title_6, t0.product_listing_page_description AS product_listing_page_description_7, t0.news_listing_page_title AS news_listing_page_title_8, t0.news_listing_page_description AS news_listing_page_description_9, t0.service_listing_page_title AS service_listing_page_title_10, t0.service_listing_page_description AS service_listing_page_description_11, t0.financing_list_page_title AS financing_list_page_title_12, t0.financing_list_page_description AS financing_list_page_description_13, t0.video_listing_page_title AS video_listing_page_title_14, t0.video_listing_page_description AS video_listing_page_description_15, t0.language AS language_16 FROM page_seo t0 WHERE t0.language = '3' LIMIT 1;
|
0.15 ms (5.71%)
|
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 = 3 AND p0_.is_published = 1 ORDER BY p0_.published_at DESC, p0_.updated_at DESC;
|
0.15 ms (5.70%)
|
2 |
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.address AS address_4, t0.whatsapp AS whatsapp_5 FROM general_data t0 ORDER BY t0.id DESC LIMIT 1
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.address AS address_4, t0.whatsapp AS whatsapp_5 FROM general_data t0 ORDER BY t0.id DESC LIMIT 1;
|
0.13 ms (4.92%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.active AS active_4, t0.position AS position_5, t0.url AS url_6, t0.image AS image_7, t0.img_updated_at AS img_updated_at_8, t0.language AS language_9 FROM banner t0 WHERE t0.language = ? AND t0.active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.active AS active_4, t0.position AS position_5, t0.url AS url_6, t0.image AS image_7, t0.img_updated_at AS img_updated_at_8, t0.language AS language_9 FROM banner t0 WHERE t0.language = '3' AND t0.active = 1 ORDER BY t0.position ASC;
|
0.11 ms (4.45%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.full_description AS full_description_4, t0.status AS status_5, t0.highlighted AS highlighted_6, t0.position AS position_7, t0.image AS image_8, t0.img_updated_at AS img_updated_at_9, t0.language AS language_10 FROM testimony t0 WHERE t0.language = ? AND t0.status = ? AND t0.highlighted = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.full_description AS full_description_4, t0.status AS status_5, t0.highlighted AS highlighted_6, t0.position AS position_7, t0.image AS image_8, t0.img_updated_at AS img_updated_at_9, t0.language AS language_10 FROM testimony t0 WHERE t0.language = '3' AND t0.status = 1 AND t0.highlighted = 1 ORDER BY t0.position ASC;
|
0.10 ms (4.06%)
|
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.position 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 = '3' ORDER BY t0.position ASC;
|
0.09 ms (3.44%)
|
1 |
SELECT t0.id AS id_1, t0.ga4 AS ga4_2, t0.tags_google_ads AS tags_google_ads_3, t0.pixel_meta_ads AS pixel_meta_ads_4 FROM global_tags t0 ORDER BY t0.id DESC LIMIT 1
SELECT t0.id AS id_1, t0.ga4 AS ga4_2, t0.tags_google_ads AS tags_google_ads_3, t0.pixel_meta_ads AS pixel_meta_ads_4 FROM global_tags t0 ORDER BY t0.id DESC LIMIT 1;
|
0.09 ms (3.40%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.full_description AS full_description_4, t0.status AS status_5, t0.highlighted AS highlighted_6, t0.position AS position_7, t0.image AS image_8, t0.img_updated_at AS img_updated_at_9, t0.language AS language_10 FROM financing t0 WHERE t0.language = ? AND t0.status = ? AND t0.highlighted = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.full_description AS full_description_4, t0.status AS status_5, t0.highlighted AS highlighted_6, t0.position AS position_7, t0.image AS image_8, t0.img_updated_at AS img_updated_at_9, t0.language AS language_10 FROM financing t0 WHERE t0.language = '3' AND t0.status = 1 AND t0.highlighted = 1 ORDER BY t0.position ASC;
|
0.09 ms (3.40%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.full_description AS full_description_4, t0.status AS status_5, t0.highlighted AS highlighted_6, t0.position AS position_7, t0.image AS image_8, t0.img_updated_at AS img_updated_at_9, t0.language AS language_10, t0.slug AS slug_11, t0.subtitle AS subtitle_12, t0.features AS features_13 FROM service t0 WHERE t0.language = ? AND t0.status = ? AND t0.highlighted = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.full_description AS full_description_4, t0.status AS status_5, t0.highlighted AS highlighted_6, t0.position AS position_7, t0.image AS image_8, t0.img_updated_at AS img_updated_at_9, t0.language AS language_10, t0.slug AS slug_11, t0.subtitle AS subtitle_12, t0.features AS features_13 FROM service t0 WHERE t0.language = '3' AND t0.status = 1 AND t0.highlighted = 1;
|
0.08 ms (3.31%)
|
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 = '3' ORDER BY t0.title ASC;
|