1
1.12 ms
SELECT t0 . id AS id_1 , t0 . domain AS domain_2 , t0 . name AS name_3 , t0 . logo AS logo_4 , t0 . dark_logo AS dark_logo_5 , t0 . primary_color AS primary_color_6 , t0 . secondary_color AS secondary_color_7 , t0 . primary_color_dark AS primary_color_dark_8 , t0 . secondary_color_dark AS secondary_color_dark_9 , t0 . bg_color_light1 AS bg_color_light1_10 , t0 . bg_color_light2 AS bg_color_light2_11 , t0 . bg_color_dark1 AS bg_color_dark1_12 , t0 . bg_color_dark2 AS bg_color_dark2_13 , t0 . contact_email AS contact_email_14 , t0 . youtube_link AS youtube_link_15 , t0 . instagram_link AS instagram_link_16 , t0 . facebook_link AS facebook_link_17 , t0 . whatsapp_link AS whatsapp_link_18 , t0 . linkedin_link AS linkedin_link_19 , t0 . about_text AS about_text_20 , t0 . about_full_text AS about_full_text_21 , t0 . about_image AS about_image_22 , t0 . address AS address_23 , t0 . phone AS phone_24 , t0 . maps_embed_url AS maps_embed_url_25 , t0 . theme AS theme_26 , t0 . favicon AS favicon_27 , t0 . seo_title AS seo_title_28 , t0 . seo_description AS seo_description_29 , t0 . seo_keywords AS seo_keywords_30 , t0 . og_image AS og_image_31 , t0 . font_settings AS font_settings_32 , t0 . navigation_settings AS navigation_settings_33 , t0 . show_section_titles AS show_section_titles_34 , t0 . landing_page_mode AS landing_page_mode_35 , t0 . updated_at AS updated_at_36 , t0 . home_page_id AS home_page_id_37 FROM tenant t0 WHERE t0 . domain = ? LIMIT 1
Parameters :
[
"pkwy.com.br "
]
SELECT t0 . id AS id_1 , t0 . domain AS domain_2 , t0 . name AS name_3 , t0 . logo AS logo_4 , t0 . dark_logo AS dark_logo_5 , t0 . primary_color AS primary_color_6 , t0 . secondary_color AS secondary_color_7 , t0 . primary_color_dark AS primary_color_dark_8 , t0 . secondary_color_dark AS secondary_color_dark_9 , t0 . bg_color_light1 AS bg_color_light1_10 , t0 . bg_color_light2 AS bg_color_light2_11 , t0 . bg_color_dark1 AS bg_color_dark1_12 , t0 . bg_color_dark2 AS bg_color_dark2_13 , t0 . contact_email AS contact_email_14 , t0 . youtube_link AS youtube_link_15 , t0 . instagram_link AS instagram_link_16 , t0 . facebook_link AS facebook_link_17 , t0 . whatsapp_link AS whatsapp_link_18 , t0 . linkedin_link AS linkedin_link_19 , t0 . about_text AS about_text_20 , t0 . about_full_text AS about_full_text_21 , t0 . about_image AS about_image_22 , t0 . address AS address_23 , t0 . phone AS phone_24 , t0 . maps_embed_url AS maps_embed_url_25 , t0 . theme AS theme_26 , t0 . favicon AS favicon_27 , t0 . seo_title AS seo_title_28 , t0 . seo_description AS seo_description_29 , t0 . seo_keywords AS seo_keywords_30 , t0 . og_image AS og_image_31 , t0 . font_settings AS font_settings_32 , t0 . navigation_settings AS navigation_settings_33 , t0 . show_section_titles AS show_section_titles_34 , t0 . landing_page_mode AS landing_page_mode_35 , t0 . updated_at AS updated_at_36 , t0 . home_page_id AS home_page_id_37 FROM tenant t0 WHERE t0 . domain = 'pkwy.com.br' LIMIT 1 ;
Copy
2
1.00 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . show_in_header AS show_in_header_4 , t0 . show_in_footer AS show_in_footer_5 , t0 . seo_title AS seo_title_6 , t0 . seo_description AS seo_description_7 , t0 . cover_image AS cover_image_8 , t0 . position AS position_9 , t0 . show_title AS show_title_10 , t0 . updated_at AS updated_at_11 , t0 . tenant_id AS tenant_id_12 , t0 . category_id AS category_id_13 FROM page t0 WHERE t0 . slug = ? AND ((t0 . tenant_id = '3' )) LIMIT 1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . show_in_header AS show_in_header_4 , t0 . show_in_footer AS show_in_footer_5 , t0 . seo_title AS seo_title_6 , t0 . seo_description AS seo_description_7 , t0 . cover_image AS cover_image_8 , t0 . position AS position_9 , t0 . show_title AS show_title_10 , t0 . updated_at AS updated_at_11 , t0 . tenant_id AS tenant_id_12 , t0 . category_id AS category_id_13 FROM page t0 WHERE t0 . slug = 'home' AND ((t0 . tenant_id = '3' )) LIMIT 1 ;
Copy
3
1.20 ms
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . slug AS slug_2 , c0_ . pre_title AS pre_title_3 , c0_ . description AS description_4 , c0_ . show_in_header AS show_in_header_5 , c0_ . show_in_footer AS show_in_footer_6 , c0_ . icon AS icon_7 , c0_ . tenant_id AS tenant_id_8 , c0_ . parent_id AS parent_id_9 FROM category c0_ WHERE (c0_ . parent_id IS NULL AND c0_ . show_in_header = 1 ) AND (c0_ . tenant_id = '3' ) ORDER BY c0_ . name ASC
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . slug AS slug_2 , c0_ . pre_title AS pre_title_3 , c0_ . description AS description_4 , c0_ . show_in_header AS show_in_header_5 , c0_ . show_in_footer AS show_in_footer_6 , c0_ . icon AS icon_7 , c0_ . tenant_id AS tenant_id_8 , c0_ . parent_id AS parent_id_9 FROM category c0_ WHERE (c0_ . parent_id IS NULL AND c0_ . show_in_header = 1 ) AND (c0_ . tenant_id = '3' ) ORDER BY c0_ . name ASC ;
Copy
4
0.93 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . show_in_header AS show_in_header_4 , t0 . show_in_footer AS show_in_footer_5 , t0 . seo_title AS seo_title_6 , t0 . seo_description AS seo_description_7 , t0 . cover_image AS cover_image_8 , t0 . position AS position_9 , t0 . show_title AS show_title_10 , t0 . updated_at AS updated_at_11 , t0 . tenant_id AS tenant_id_12 , t0 . category_id AS category_id_13 FROM page t0 WHERE t0 . show_in_footer = ? AND ((t0 . tenant_id = '3' ))
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . show_in_header AS show_in_header_4 , t0 . show_in_footer AS show_in_footer_5 , t0 . seo_title AS seo_title_6 , t0 . seo_description AS seo_description_7 , t0 . cover_image AS cover_image_8 , t0 . position AS position_9 , t0 . show_title AS show_title_10 , t0 . updated_at AS updated_at_11 , t0 . tenant_id AS tenant_id_12 , t0 . category_id AS category_id_13 FROM page t0 WHERE t0 . show_in_footer = 1 AND ((t0 . tenant_id = '3' ));
Copy
5
0.95 ms
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . slug AS slug_2 , c0_ . pre_title AS pre_title_3 , c0_ . description AS description_4 , c0_ . show_in_header AS show_in_header_5 , c0_ . show_in_footer AS show_in_footer_6 , c0_ . icon AS icon_7 , c0_ . tenant_id AS tenant_id_8 , c0_ . parent_id AS parent_id_9 FROM category c0_ WHERE (c0_ . parent_id IS NULL AND c0_ . show_in_footer = 1 ) AND (c0_ . tenant_id = '3' ) ORDER BY c0_ . name ASC
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . slug AS slug_2 , c0_ . pre_title AS pre_title_3 , c0_ . description AS description_4 , c0_ . show_in_header AS show_in_header_5 , c0_ . show_in_footer AS show_in_footer_6 , c0_ . icon AS icon_7 , c0_ . tenant_id AS tenant_id_8 , c0_ . parent_id AS parent_id_9 FROM category c0_ WHERE (c0_ . parent_id IS NULL AND c0_ . show_in_footer = 1 ) AND (c0_ . tenant_id = '3' ) ORDER BY c0_ . name ASC ;
Copy
6
1.07 ms
SELECT t0 . id AS id_1 , t0 . title_part1 AS title_part1_2 , t0 . title_part2 AS title_part2_3 , t0 . position AS position_4 , t0 . active AS active_5 , t0 . bg_type AS bg_type_6 , t0 . bg_color AS bg_color_7 , t0 . bg_gradient AS bg_gradient_8 , t0 . bg_image AS bg_image_9 , t0 . bg_image_opacity AS bg_image_opacity_10 , t0 . bg_image_position AS bg_image_position_11 , t0 . bg_video AS bg_video_12 , t0 . updated_at AS updated_at_13 , t0 . page_id AS page_id_14 , t0 . category_id AS category_id_15 FROM page_section t0 WHERE t0 . page_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . title_part1 AS title_part1_2 , t0 . title_part2 AS title_part2_3 , t0 . position AS position_4 , t0 . active AS active_5 , t0 . bg_type AS bg_type_6 , t0 . bg_color AS bg_color_7 , t0 . bg_gradient AS bg_gradient_8 , t0 . bg_image AS bg_image_9 , t0 . bg_image_opacity AS bg_image_opacity_10 , t0 . bg_image_position AS bg_image_position_11 , t0 . bg_video AS bg_video_12 , t0 . updated_at AS updated_at_13 , t0 . page_id AS page_id_14 , t0 . category_id AS category_id_15 FROM page_section t0 WHERE t0 . page_id = 3 ORDER BY t0 . position ASC ;
Copy
7
1.33 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = 8 ORDER BY t0 . position ASC ;
Copy
8
1.14 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = 9 ORDER BY t0 . position ASC ;
Copy
9
0.93 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = 10 ORDER BY t0 . position ASC ;
Copy
10
0.89 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . pre_title AS pre_title_3 , t0 . title AS title_4 , t0 . text AS text_5 , t0 . image AS image_6 , t0 . config AS config_7 , t0 . embed_url AS embed_url_8 , t0 . item_count AS item_count_9 , t0 . position AS position_10 , t0 . updated_at AS updated_at_11 , t0 . section_id AS section_id_12 , t0 . related_category_id AS related_category_id_13 FROM page_block t0 WHERE t0 . section_id = 11 ORDER BY t0 . position ASC ;
Copy