1
1.54 ms
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . link AS link_2 , s0_ . title AS title_3 , s0_ . subtitle AS subtitle_4 , s0_ . description AS description_5 , s0_ . visible AS visible_6 , s0_ . position AS position_7 , s0_ . discover_button_text AS discover_button_text_8 , s0_ . update_date AS update_date_9 FROM solution_categories s0_ LEFT JOIN software_pages s1_ ON s0_ . id = s1_ . solution_category_id AND (s1_ . is_active = 1 ) LEFT JOIN solution_category_links s2_ ON s0_ . id = s2_ . category_id LEFT JOIN software_pages s3_ ON s2_ . software_page_id = s3_ . id AND (s3_ . is_active = 1 ) WHERE s0_ . visible = 1 GROUP BY s0_ . id HAVING COUNT (DISTINCT s1_ . id ) > 0 OR COUNT (DISTINCT s2_ . id ) > 0 ORDER BY s0_ . position ASC
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . link AS link_2 , s0_ . title AS title_3 , s0_ . subtitle AS subtitle_4 , s0_ . description AS description_5 , s0_ . visible AS visible_6 , s0_ . position AS position_7 , s0_ . discover_button_text AS discover_button_text_8 , s0_ . update_date AS update_date_9 FROM solution_categories s0_ LEFT JOIN software_pages s1_ ON s0_ . id = s1_ . solution_category_id AND (s1_ . is_active = 1 ) LEFT JOIN solution_category_links s2_ ON s0_ . id = s2_ . category_id LEFT JOIN software_pages s3_ ON s2_ . software_page_id = s3_ . id AND (s3_ . is_active = 1 ) WHERE s0_ . visible = 1 GROUP BY s0_ . id HAVING COUNT (DISTINCT s1_ . id ) > 0 OR COUNT (DISTINCT s2_ . id ) > 0 ORDER BY s0_ . position ASC ;
Copy
6
1.03 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . link AS link_2 , t0_ . title AS title_3 , t0_ . subtitle AS subtitle_4 , t0_ . description AS description_5 , t0_ . visible AS visible_6 , t0_ . position AS position_7 , t0_ . update_date AS update_date_8 FROM training_category t0_ INNER JOIN training t1_ ON t0_ . id = t1_ . category_id INNER JOIN training_option t2_ ON t1_ . id = t2_ . training_id WHERE t0_ . visible = 1 AND t1_ . visible = 1 AND t2_ . visible = 1 GROUP BY t0_ . id HAVING COUNT (t2_ . id ) > 0 ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . link AS link_2 , t0_ . title AS title_3 , t0_ . subtitle AS subtitle_4 , t0_ . description AS description_5 , t0_ . visible AS visible_6 , t0_ . position AS position_7 , t0_ . update_date AS update_date_8 FROM training_category t0_ INNER JOIN training t1_ ON t0_ . id = t1_ . category_id INNER JOIN training_option t2_ ON t1_ . id = t2_ . training_id WHERE t0_ . visible = 1 AND t1_ . visible = 1 AND t2_ . visible = 1 GROUP BY t0_ . id HAVING COUNT (t2_ . id ) > 0 ORDER BY t0_ . position ASC ;
Copy
7
0.83 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . link AS link_3 , t0 . title AS title_4 , t0 . subtitle AS subtitle_5 , t0 . description AS description_6 , t0 . visible AS visible_7 , t0 . position AS position_8 , t0 . discover_button_text AS discover_button_text_9 , t0 . update_date AS update_date_10 FROM solution_categories t0 WHERE t0 . link = ? AND t0 . visible = ? LIMIT 1
Parameters :
[
"woodlab-studio "
1
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . link AS link_3 , t0 . title AS title_4 , t0 . subtitle AS subtitle_5 , t0 . description AS description_6 , t0 . visible AS visible_7 , t0 . position AS position_8 , t0 . discover_button_text AS discover_button_text_9 , t0 . update_date AS update_date_10 FROM solution_categories t0 WHERE t0 . link = 'woodlab-studio' AND t0 . visible = 1 LIMIT 1 ;
Copy
8
1.09 ms
SELECT t0 . id AS id_1 , t0 . hero_title AS hero_title_2 , t0 . hero_subtitle AS hero_subtitle_3 , t0 . hero_description AS hero_description_4 , t0 . hero_image AS hero_image_5 , t0 . discover_button_text AS discover_button_text_6 , t0 . hero_show_contact_button AS hero_show_contact_button_7 , t0 . hero_show_devis_button AS hero_show_devis_button_8 , t0 . hero_show_demo_button AS hero_show_demo_button_9 , t0 . info_title AS info_title_10 , t0 . info_content AS info_content_11 , t0 . modules_title AS modules_title_12 , t0 . modules_subtitle AS modules_subtitle_13 , t0 . modules AS modules_14 , t0 . slides AS slides_15 , t0 . target_title AS target_title_16 , t0 . target_content AS target_content_17 , t0 . faq_description AS faq_description_18 , t0 . faqs AS faqs_19 , t0 . formation_enabled AS formation_enabled_20 , t0 . formation_id AS formation_id_21 , t0 . contact_options AS contact_options_22 , t0 . brochure AS brochure_23 , t0 . created_at AS created_at_24 , t0 . updated_at AS updated_at_25 , t0 . is_active AS is_active_26 , t0 . route AS route_27 , t0 . position AS position_28 , t0 . solution_category_id AS solution_category_id_29 FROM software_pages t0 WHERE t0 . route = ? LIMIT 1
Parameters :
[
"woodlab-nesting "
]
SELECT t0 . id AS id_1 , t0 . hero_title AS hero_title_2 , t0 . hero_subtitle AS hero_subtitle_3 , t0 . hero_description AS hero_description_4 , t0 . hero_image AS hero_image_5 , t0 . discover_button_text AS discover_button_text_6 , t0 . hero_show_contact_button AS hero_show_contact_button_7 , t0 . hero_show_devis_button AS hero_show_devis_button_8 , t0 . hero_show_demo_button AS hero_show_demo_button_9 , t0 . info_title AS info_title_10 , t0 . info_content AS info_content_11 , t0 . modules_title AS modules_title_12 , t0 . modules_subtitle AS modules_subtitle_13 , t0 . modules AS modules_14 , t0 . slides AS slides_15 , t0 . target_title AS target_title_16 , t0 . target_content AS target_content_17 , t0 . faq_description AS faq_description_18 , t0 . faqs AS faqs_19 , t0 . formation_enabled AS formation_enabled_20 , t0 . formation_id AS formation_id_21 , t0 . contact_options AS contact_options_22 , t0 . brochure AS brochure_23 , t0 . created_at AS created_at_24 , t0 . updated_at AS updated_at_25 , t0 . is_active AS is_active_26 , t0 . route AS route_27 , t0 . position AS position_28 , t0 . solution_category_id AS solution_category_id_29 FROM software_pages t0 WHERE t0 . route = 'woodlab-nesting' LIMIT 1 ;
Copy
9
2.38 ms
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . position AS position_2 , s0_ . active AS active_3 , s1_ . id AS id_4 , s1_ . name AS name_5 , s1_ . position AS position_6 , s1_ . active AS active_7 , s1_ . source_type AS source_type_8 , s1_ . source_value AS source_value_9 , s0_ . software_page_id AS software_page_id_10 , s1_ . category_id AS category_id_11 FROM software_page_video_categories s0_ LEFT JOIN software_page_videos s1_ ON s0_ . id = s1_ . category_id WHERE s0_ . software_page_id = ? AND s0_ . active = 1 ORDER BY s0_ . position ASC , s1_ . position ASC
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . position AS position_2 , s0_ . active AS active_3 , s1_ . id AS id_4 , s1_ . name AS name_5 , s1_ . position AS position_6 , s1_ . active AS active_7 , s1_ . source_type AS source_type_8 , s1_ . source_value AS source_value_9 , s0_ . software_page_id AS software_page_id_10 , s1_ . category_id AS category_id_11 FROM software_page_video_categories s0_ LEFT JOIN software_page_videos s1_ ON s0_ . id = s1_ . category_id WHERE s0_ . software_page_id = 18 AND s0_ . active = 1 ORDER BY s0_ . position ASC , s1_ . position ASC ;
Copy