3.49 ms (47.19%)
17
SELECT p0_ . id AS id_0 , p0_ . parameter_key AS parameter_key_1 , p0_ . parameter_value AS parameter_value_2 , p0_ . parameter_label AS parameter_label_3 , p0_ . parameter_type AS parameter_type_4 , p0_ . parameter_category AS parameter_category_5 , p0_ . in_session AS in_session_6 , p0_ . parameter_category_enabled AS parameter_category_enabled_7 , p0_ . is_deleted AS is_deleted_8 FROM parameter p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0 AND p0_ . parameter_key = ?
SELECT p0_ . id AS id_0 , p0_ . parameter_key AS parameter_key_1 , p0_ . parameter_value AS parameter_value_2 , p0_ . parameter_label AS parameter_label_3 , p0_ . parameter_type AS parameter_type_4 , p0_ . parameter_category AS parameter_category_5 , p0_ . in_session AS in_session_6 , p0_ . parameter_category_enabled AS parameter_category_enabled_7 , p0_ . is_deleted AS is_deleted_8 FROM parameter p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0 AND p0_ . parameter_key = 'name' ;
Copy
0.68 ms (9.24%)
4
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (? , ? , ? , ? , ? , ? )
Parameters :
[
60
59
55
56
57
58
]
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (60 , 59 , 55 , 56 , 57 , 58 );
Copy
0.53 ms (7.22%)
3
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . image_bkg AS image_bkg_4 , t0 . header_image AS header_image_5 , t0 . subtitle AS subtitle_6 , t0 . is_home AS is_home_7 , t0 . header_type AS header_type_8 , t0 . header_detail AS header_detail_9 , t0 . keywords AS keywords_10 , t0 . content AS content_11 , t0 . is_deleted AS is_deleted_12 FROM PAGE t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . image_bkg AS image_bkg_4 , t0 . header_image AS header_image_5 , t0 . subtitle AS subtitle_6 , t0 . is_home AS is_home_7 , t0 . header_type AS header_type_8 , t0 . header_detail AS header_detail_9 , t0 . keywords AS keywords_10 , t0 . content AS content_11 , t0 . is_deleted AS is_deleted_12 FROM PAGE t0 WHERE t0 . id = 2 ;
Copy
0.53 ms (7.19%)
3
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (? , ? , ? , ? )
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (4 , 5 , 6 , 7 );
Copy
0.46 ms (6.26%)
3
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (? , ? , ? , ? , ? )
Parameters :
[
38
53
40
39
41
]
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (38 , 53 , 40 , 39 , 41 );
Copy
0.38 ms (5.18%)
1
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . description AS description_2 , f0_ . options AS options_3 , f0_ . price AS price_4 , f0_ . is_subscription_open AS is_subscription_open_5 , f0_ . payment_configuration AS payment_configuration_6 , f0_ . price_ht AS price_ht_7 , f0_ . is_in_top_bar AS is_in_top_bar_8 , f0_ . top_bar_message AS top_bar_message_9 , f0_ . is_deleted AS is_deleted_10 , f0_ . subscription_class_id AS subscription_class_id_11 , f0_ . product_type_id AS product_type_id_12 FROM formation f0_ WHERE COALESCE (f0_ . is_deleted , 0 ) = 0 AND f0_ . id = ?
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . description AS description_2 , f0_ . options AS options_3 , f0_ . price AS price_4 , f0_ . is_subscription_open AS is_subscription_open_5 , f0_ . payment_configuration AS payment_configuration_6 , f0_ . price_ht AS price_ht_7 , f0_ . is_in_top_bar AS is_in_top_bar_8 , f0_ . top_bar_message AS top_bar_message_9 , f0_ . is_deleted AS is_deleted_10 , f0_ . subscription_class_id AS subscription_class_id_11 , f0_ . product_type_id AS product_type_id_12 FROM formation f0_ WHERE COALESCE (f0_ . is_deleted , 0 ) = 0 AND f0_ . id = '1' ;
Copy
0.29 ms (3.91%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . thumb AS thumb_3 , t0 . description AS description_4 , t0 . slug AS slug_5 , t0 . principal_image AS principal_image_6 , t0 . is_sold AS is_sold_7 , t0 . top_position AS top_position_8 , t0 . is_enabled AS is_enabled_9 , t0 . keywords AS keywords_10 , t0 . price AS price_11 , t0 . price_ht AS price_ht_12 , t0 . properties AS properties_13 , t0 . max_cart_quantity AS max_cart_quantity_14 , t0 . weight AS weight_15 , t0 . variations AS variations_16 , t0 . is_deleted AS is_deleted_17 , t0 . product_type_id AS product_type_id_18 FROM product t0 INNER JOIN formation_product ON t0 . id = formation_product . product_id WHERE formation_product . formation_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . thumb AS thumb_3 , t0 . description AS description_4 , t0 . slug AS slug_5 , t0 . principal_image AS principal_image_6 , t0 . is_sold AS is_sold_7 , t0 . top_position AS top_position_8 , t0 . is_enabled AS is_enabled_9 , t0 . keywords AS keywords_10 , t0 . price AS price_11 , t0 . price_ht AS price_ht_12 , t0 . properties AS properties_13 , t0 . max_cart_quantity AS max_cart_quantity_14 , t0 . weight AS weight_15 , t0 . variations AS variations_16 , t0 . is_deleted AS is_deleted_17 , t0 . product_type_id AS product_type_id_18 FROM product t0 INNER JOIN formation_product ON t0 . id = formation_product . product_id WHERE formation_product . formation_id = 1 ;
Copy
0.22 ms (2.99%)
1
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . description AS description_2 , f0_ . options AS options_3 , f0_ . price AS price_4 , f0_ . is_subscription_open AS is_subscription_open_5 , f0_ . payment_configuration AS payment_configuration_6 , f0_ . price_ht AS price_ht_7 , f0_ . is_in_top_bar AS is_in_top_bar_8 , f0_ . top_bar_message AS top_bar_message_9 , f0_ . is_deleted AS is_deleted_10 , f0_ . subscription_class_id AS subscription_class_id_11 , f0_ . product_type_id AS product_type_id_12 FROM formation f0_ WHERE COALESCE (f0_ . is_deleted , 0 ) = 0 AND f0_ . is_in_top_bar = ?
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . description AS description_2 , f0_ . options AS options_3 , f0_ . price AS price_4 , f0_ . is_subscription_open AS is_subscription_open_5 , f0_ . payment_configuration AS payment_configuration_6 , f0_ . price_ht AS price_ht_7 , f0_ . is_in_top_bar AS is_in_top_bar_8 , f0_ . top_bar_message AS top_bar_message_9 , f0_ . is_deleted AS is_deleted_10 , f0_ . subscription_class_id AS subscription_class_id_11 , f0_ . product_type_id AS product_type_id_12 FROM formation f0_ WHERE COALESCE (f0_ . is_deleted , 0 ) = 0 AND f0_ . is_in_top_bar = 1 ;
Copy
0.21 ms (2.77%)
1
SELECT w0_ . id AS id_0 , w0_ . name AS name_1 , w0_ . class AS class_2 , w0_ . code AS code_3 , w0_ . template AS template_4 , w0_ . is_deleted AS is_deleted_5 FROM widget w0_
SELECT w0_ . id AS id_0 , w0_ . name AS name_1 , w0_ . class AS class_2 , w0_ . code AS code_3 , w0_ . template AS template_4 , w0_ . is_deleted AS is_deleted_5 FROM widget w0_ ;
Copy
0.19 ms (2.53%)
1
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
13
14
15
48
49
50
51
52
]
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (13 , 14 , 15 , 48 , 49 , 50 , 51 , 52 );
Copy
0.16 ms (2.11%)
1
SELECT p0_ . id AS id_0 , p0_ . code AS code_1 , p0_ . name AS name_2 , p0_ . footer_name AS footer_name_3 , p0_ . content AS content_4 , p0_ . is_deleted AS is_deleted_5 FROM policy_term p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0
SELECT p0_ . id AS id_0 , p0_ . code AS code_1 , p0_ . name AS name_2 , p0_ . footer_name AS footer_name_3 , p0_ . content AS content_4 , p0_ . is_deleted AS is_deleted_5 FROM policy_term p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0 ;
Copy
0.13 ms (1.76%)
1
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (? , ? , ? )
SELECT l0_ . id AS id_0 , l0_ . name AS name_1 , l0_ . description AS description_2 , l0_ . video_link AS video_link_3 , l0_ . content AS content_4 , l0_ . duration AS duration_5 , l0_ . is_deleted AS is_deleted_6 FROM lesson l0_ WHERE COALESCE (l0_ . is_deleted , 0 ) = 0 AND l0_ . id IN (20 , 17 , 4 );
Copy
0.12 ms (1.68%)
1
SELECT t0 . id AS id_1 , t0 . link_name AS link_name_2 , t0 . url AS url_3 , t0 . on_top AS on_top_4 , t0 . ordre AS ordre_5 , t0 . visibility AS visibility_6 , t0 . link_type AS link_type_7 , t0 . page_id AS page_id_8 FROM menu t0
SELECT t0 . id AS id_1 , t0 . link_name AS link_name_2 , t0 . url AS url_3 , t0 . on_top AS on_top_4 , t0 . ordre AS ordre_5 , t0 . visibility AS visibility_6 , t0 . link_type AS link_type_7 , t0 . page_id AS page_id_8 FROM menu t0 ;
Copy