1
1.13 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
2
0.45 ms
SELECT COUNT (d0_ . id ) AS sclr_0 FROM documentation d0_ INNER JOIN documentation_category d1_ ON d0_ . category_id = d1_ . id WHERE d1_ . is_public = 1 AND d1_ . visible = 1 AND d0_ . visible = 1
SELECT COUNT (d0_ . id ) AS sclr_0 FROM documentation d0_ INNER JOIN documentation_category d1_ ON d0_ . category_id = d1_ . id WHERE d1_ . is_public = 1 AND d1_ . visible = 1 AND d0_ . visible = 1 ;
Copy
3
0.43 ms
SELECT COUNT (v0_ . id ) AS sclr_0 FROM video v0_ INNER JOIN video_category v1_ ON v0_ . category_id = v1_ . id INNER JOIN documentation_category d2_ ON v1_ . documentation_category_id = d2_ . id WHERE d2_ . is_public = 1 AND d2_ . visible = 1 AND v0_ . visible = 1 AND v1_ . actif = 1
SELECT COUNT (v0_ . id ) AS sclr_0 FROM video v0_ INNER JOIN video_category v1_ ON v0_ . category_id = v1_ . id INNER JOIN documentation_category d2_ ON v1_ . documentation_category_id = d2_ . id WHERE d2_ . is_public = 1 AND d2_ . visible = 1 AND v0_ . visible = 1 AND v1_ . actif = 1 ;
Copy
4
0.65 ms
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = ? LIMIT 1
Parameters :
[
"doc_public_slug "
]
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = 'doc_public_slug' LIMIT 1 ;
Copy
5
0.30 ms
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = ? LIMIT 1
Parameters :
[
"doc_public_menu_label "
]
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = 'doc_public_menu_label' LIMIT 1 ;
Copy
6
0.52 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 . update_date AS update_date_9 FROM training_category t0 WHERE t0 . link = ? LIMIT 1
Parameters :
[
"masterwood "
]
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 . update_date AS update_date_9 FROM training_category t0 WHERE t0 . link = 'masterwood' LIMIT 1 ;
Copy
7
0.41 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . visible AS visible_3 , t0_ . position AS position_4 , t0_ . category_id AS category_id_5 FROM training t0_ WHERE t0_ . category_id = ? ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . visible AS visible_3 , t0_ . position AS position_4 , t0_ . category_id AS category_id_5 FROM training t0_ WHERE t0_ . category_id = 7 ORDER BY t0_ . position ASC ;
Copy
8
0.40 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 WHERE t0 . training_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 WHERE t0 . training_id = 26 ;
Copy
9
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 WHERE t0 . training_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 WHERE t0 . training_id = 27 ;
Copy
10
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 WHERE t0 . training_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 WHERE t0 . training_id = 28 ;
Copy
11
0.33 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . program AS program_3 , t0_ . success_rate AS success_rate_4 , t0_ . satifaction_rate AS satifaction_rate_5 , t0_ . duration AS duration_6 , t0_ . visible AS visible_7 , t0_ . position AS position_8 , t0_ . training_id AS training_id_9 FROM training_option t0_ WHERE t0_ . training_id = ? ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . program AS program_3 , t0_ . success_rate AS success_rate_4 , t0_ . satifaction_rate AS satifaction_rate_5 , t0_ . duration AS duration_6 , t0_ . visible AS visible_7 , t0_ . position AS position_8 , t0_ . training_id AS training_id_9 FROM training_option t0_ WHERE t0_ . training_id = 26 ORDER BY t0_ . position ASC ;
Copy
12
0.35 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . program AS program_3 , t0_ . success_rate AS success_rate_4 , t0_ . satifaction_rate AS satifaction_rate_5 , t0_ . duration AS duration_6 , t0_ . visible AS visible_7 , t0_ . position AS position_8 , t0_ . training_id AS training_id_9 FROM training_option t0_ WHERE t0_ . training_id = ? ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . program AS program_3 , t0_ . success_rate AS success_rate_4 , t0_ . satifaction_rate AS satifaction_rate_5 , t0_ . duration AS duration_6 , t0_ . visible AS visible_7 , t0_ . position AS position_8 , t0_ . training_id AS training_id_9 FROM training_option t0_ WHERE t0_ . training_id = 27 ORDER BY t0_ . position ASC ;
Copy
13
0.35 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . program AS program_3 , t0_ . success_rate AS success_rate_4 , t0_ . satifaction_rate AS satifaction_rate_5 , t0_ . duration AS duration_6 , t0_ . visible AS visible_7 , t0_ . position AS position_8 , t0_ . training_id AS training_id_9 FROM training_option t0_ WHERE t0_ . training_id = ? ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . description AS description_2 , t0_ . program AS program_3 , t0_ . success_rate AS success_rate_4 , t0_ . satifaction_rate AS satifaction_rate_5 , t0_ . duration AS duration_6 , t0_ . visible AS visible_7 , t0_ . position AS position_8 , t0_ . training_id AS training_id_9 FROM training_option t0_ WHERE t0_ . training_id = 28 ORDER BY t0_ . position ASC ;
Copy
14
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