0.18 ms (28.94%)
|
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;
|
0.12 ms (19.88%)
|
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.slug = ? LIMIT 1
Parameters: [
"Reforma-de-equipamentos-3"
]
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.slug = 'Reforma-de-equipamentos-3' LIMIT 1;
|
0.11 ms (17.61%)
|
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.11 ms (17.45%)
|
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
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.10 ms (16.12%)
|
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;
|