1
2.11 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 . contact_email AS contact_email_10 , t0 . youtube_link AS youtube_link_11 , t0 . instagram_link AS instagram_link_12 , t0 . facebook_link AS facebook_link_13 , t0 . whatsapp_link AS whatsapp_link_14 , t0 . linkedin_link AS linkedin_link_15 , t0 . about_text AS about_text_16 , t0 . about_full_text AS about_full_text_17 , t0 . about_image AS about_image_18 , t0 . address AS address_19 , t0 . phone AS phone_20 , t0 . maps_embed_url AS maps_embed_url_21 , t0 . theme AS theme_22 , t0 . favicon AS favicon_23 , t0 . seo_title AS seo_title_24 , t0 . seo_description AS seo_description_25 , t0 . seo_keywords AS seo_keywords_26 , t0 . og_image AS og_image_27 , t0 . font_settings AS font_settings_28 , t0 . navigation_settings AS navigation_settings_29 , t0 . show_section_titles AS show_section_titles_30 , t0 . landing_page_mode AS landing_page_mode_31 , t0 . updated_at AS updated_at_32 , t0 . home_page_id AS home_page_id_33 FROM tenant t0 WHERE t0 . domain = ? LIMIT 1
Parameters :
[
"site.wab.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 . contact_email AS contact_email_10 , t0 . youtube_link AS youtube_link_11 , t0 . instagram_link AS instagram_link_12 , t0 . facebook_link AS facebook_link_13 , t0 . whatsapp_link AS whatsapp_link_14 , t0 . linkedin_link AS linkedin_link_15 , t0 . about_text AS about_text_16 , t0 . about_full_text AS about_full_text_17 , t0 . about_image AS about_image_18 , t0 . address AS address_19 , t0 . phone AS phone_20 , t0 . maps_embed_url AS maps_embed_url_21 , t0 . theme AS theme_22 , t0 . favicon AS favicon_23 , t0 . seo_title AS seo_title_24 , t0 . seo_description AS seo_description_25 , t0 . seo_keywords AS seo_keywords_26 , t0 . og_image AS og_image_27 , t0 . font_settings AS font_settings_28 , t0 . navigation_settings AS navigation_settings_29 , t0 . show_section_titles AS show_section_titles_30 , t0 . landing_page_mode AS landing_page_mode_31 , t0 . updated_at AS updated_at_32 , t0 . home_page_id AS home_page_id_33 FROM tenant t0 WHERE t0 . domain = 'site.wab.com.br' LIMIT 1 ;
Copy
2
1.14 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 = '1' )) 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 = '1' )) LIMIT 1 ;
Copy
3
1.61 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 = '1' ) 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 = '1' ) ORDER BY c0_ . name ASC ;
Copy
4
1.44 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 = '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 . show_in_footer = 1 AND ((t0 . tenant_id = '1' ));
Copy
5
1.10 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 = '1' ) 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 = '1' ) 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 = 1 ORDER BY t0 . position ASC ;
Copy
7
0.96 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 = 1 ORDER BY t0 . position ASC ;
Copy
8
1.11 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 = 2 ORDER BY t0 . position ASC ;
Copy
9
1.13 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 = 3 ORDER BY t0 . position ASC ;
Copy
10
0.84 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 = 6 ORDER BY t0 . position ASC ;
Copy
11
0.89 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . role AS role_3 , t0 . bio AS bio_4 , t0 . image AS image_5 , t0 . linkedin_url AS linkedin_url_6 , t0 . facebook_url AS facebook_url_7 , t0 . instagram_url AS instagram_url_8 , t0 . whatsapp_url AS whatsapp_url_9 , t0 . phone AS phone_10 , t0 . email AS email_11 , t0 . position AS position_12 , t0 . updated_at AS updated_at_13 , t0 . block_id AS block_id_14 FROM page_block_team_member t0 WHERE t0 . block_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . role AS role_3 , t0 . bio AS bio_4 , t0 . image AS image_5 , t0 . linkedin_url AS linkedin_url_6 , t0 . facebook_url AS facebook_url_7 , t0 . instagram_url AS instagram_url_8 , t0 . whatsapp_url AS whatsapp_url_9 , t0 . phone AS phone_10 , t0 . email AS email_11 , t0 . position AS position_12 , t0 . updated_at AS updated_at_13 , t0 . block_id AS block_id_14 FROM page_block_team_member t0 WHERE t0 . block_id = 10 ORDER BY t0 . position ASC ;
Copy
12
0.85 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 = 4 ORDER BY t0 . position ASC ;
Copy