62.73 ms (44.98%)
58
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b9f78a0-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b9f78a0-7689-11ef-9b51-b026282c0641' ;
Copy
48.49 ms (34.77%)
58
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b9f78a0-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b9f78a0-7689-11ef-9b51-b026282c0641' ;
Copy
11.96 ms (8.57%)
15
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
Parameters :
[
"blp-dev-debug "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'blp-dev-debug' LIMIT 1 ;
Copy
8.33 ms (5.97%)
1
SELECT t0_ . _pc_id AS _pc_id_0 , t0_ . _pc_type AS _pc_type_1 , t0_ . _pc_title AS _pc_title_2 , t0_ . _pc_description AS _pc_description_3 , t0_ . _pc_text AS _pc_text_4 , t0_ . _pc_picture AS _pc_picture_5 , t0_ . _pc_picture_title AS _pc_picture_title_6 , t0_ . _pc_pdf AS _pc_pdf_7 , t0_ . _pc_pdf_title AS _pc_pdf_title_8 , t0_ . _pc_enabled AS _pc_enabled_9 , t0_ . _pc_deleted AS _pc_deleted_10 , t0_ . _pc_create_date AS _pc_create_date_11 , t0_ . _pc_modify_date AS _pc_modify_date_12 , t0_ . _pc_delete_date AS _pc_delete_date_13 , t0_ . customer_id AS customer_id_14 FROM _platform_content t0_ INNER JOIN _platform_content_roles t2_ ON t0_ . _pc_id = t2_ . _pc_id INNER JOIN _role t1_ ON t1_ . _r_id = t2_ . _r_id WHERE t1_ . _r_code IN (? ) AND t0_ . _pc_deleted = ? AND t0_ . _pc_enabled = ? AND t0_ . _pc_type = ? AND t0_ . customer_id = ? ORDER BY t0_ . _pc_create_date DESC
Parameters :
[
"RGUEST "
0
1
"news "
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
]
SELECT t0_ . _pc_id AS _pc_id_0 , t0_ . _pc_type AS _pc_type_1 , t0_ . _pc_title AS _pc_title_2 , t0_ . _pc_description AS _pc_description_3 , t0_ . _pc_text AS _pc_text_4 , t0_ . _pc_picture AS _pc_picture_5 , t0_ . _pc_picture_title AS _pc_picture_title_6 , t0_ . _pc_pdf AS _pc_pdf_7 , t0_ . _pc_pdf_title AS _pc_pdf_title_8 , t0_ . _pc_enabled AS _pc_enabled_9 , t0_ . _pc_deleted AS _pc_deleted_10 , t0_ . _pc_create_date AS _pc_create_date_11 , t0_ . _pc_modify_date AS _pc_modify_date_12 , t0_ . _pc_delete_date AS _pc_delete_date_13 , t0_ . customer_id AS customer_id_14 FROM _platform_content t0_ INNER JOIN _platform_content_roles t2_ ON t0_ . _pc_id = t2_ . _pc_id INNER JOIN _role t1_ ON t1_ . _r_id = t2_ . _r_id WHERE t1_ . _r_code IN ('RGUEST' ) AND t0_ . _pc_deleted = 0 AND t0_ . _pc_enabled = 1 AND t0_ . _pc_type = 'news' AND t0_ . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' ORDER BY t0_ . _pc_create_date DESC ;
Copy
3.77 ms (2.70%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . audience AS audience_3 , t0 . permission_set AS permission_set_4 , t0 . participation_state AS participation_state_5 , t0 . closing_phase AS closing_phase_6 , t0 . is_deleted AS is_deleted_7 , t0 . order_in_audience AS order_in_audience_8 , t0 . creation_date AS creation_date_9 , t0 . modification_date AS modification_date_10 , t0 . deleted_date AS deleted_date_11 , t0 . customer_id AS customer_id_12 FROM procedure_phase_definition t0 WHERE t0 . customer_id = ? AND t0 . is_deleted = ? ORDER BY t0 . audience ASC , t0 . order_in_audience ASC
Parameters :
[
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
0
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . audience AS audience_3 , t0 . permission_set AS permission_set_4 , t0 . participation_state AS participation_state_5 , t0 . closing_phase AS closing_phase_6 , t0 . is_deleted AS is_deleted_7 , t0 . order_in_audience AS order_in_audience_8 , t0 . creation_date AS creation_date_9 , t0 . modification_date AS modification_date_10 , t0 . deleted_date AS deleted_date_11 , t0 . customer_id AS customer_id_12 FROM procedure_phase_definition t0 WHERE t0 . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' AND t0 . is_deleted = 0 ORDER BY t0 . audience ASC , t0 . order_in_audience ASC ;
Copy
0.97 ms (0.70%)
1
SELECT t0 . _s_id AS _s_id_1 , t0 . _s_orga_id AS _s_orga_id_2 , t0 . _s_key AS _s_key_3 , t0 . _s_content AS _s_content_4 , t0 . _s_create_date AS _s_create_date_5 , t0 . _s_modified_date AS _s_modified_date_6 , t0 . _s_procedure_id AS _s_procedure_id_7 , t0 . _s_user_id AS _s_user_id_8 , t0 . _s_orga_id AS _s_orga_id_9 FROM _settings t0 WHERE t0 . _s_key = ? AND t0 . _s_user_id = ?
Parameters :
[
"markedParticipated "
"73830656-3e48-11e4-a6a8-005056ae0004 "
]
SELECT t0 . _s_id AS _s_id_1 , t0 . _s_orga_id AS _s_orga_id_2 , t0 . _s_key AS _s_key_3 , t0 . _s_content AS _s_content_4 , t0 . _s_create_date AS _s_create_date_5 , t0 . _s_modified_date AS _s_modified_date_6 , t0 . _s_procedure_id AS _s_procedure_id_7 , t0 . _s_user_id AS _s_user_id_8 , t0 . _s_orga_id AS _s_orga_id_9 FROM _settings t0 WHERE t0 . _s_key = 'markedParticipated' AND t0 . _s_user_id = '73830656-3e48-11e4-a6a8-005056ae0004' ;
Copy
0.82 ms (0.59%)
1
SELECT c0_ . _c_id AS _c_id_0 , c0_ . imprint AS imprint_1 , c0_ . data_protection AS data_protection_2 , c0_ . terms_of_use AS terms_of_use_3 , c0_ . xplanning AS xplanning_4 , c0_ . map_attribution AS map_attribution_5 , c0_ . base_layer_url AS base_layer_url_6 , c0_ . base_layer_layers AS base_layer_layers_7 , c0_ . accessibility_explanation AS accessibility_explanation_8 , c0_ . sign_language_overview_description AS sign_language_overview_description_9 , c0_ . simple_language_overview_description AS simple_language_overview_description_10 , c0_ . _c_name AS _c_name_11 , c0_ . _c_subdomain AS _c_subdomain_12 , c0_ . _procedure AS _procedure_13 , c0_ . branding_id AS branding_id_14 FROM customer c0_ WHERE c0_ . _c_id = ? LIMIT 1
Parameters :
[
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
]
SELECT c0_ . _c_id AS _c_id_0 , c0_ . imprint AS imprint_1 , c0_ . data_protection AS data_protection_2 , c0_ . terms_of_use AS terms_of_use_3 , c0_ . xplanning AS xplanning_4 , c0_ . map_attribution AS map_attribution_5 , c0_ . base_layer_url AS base_layer_url_6 , c0_ . base_layer_layers AS base_layer_layers_7 , c0_ . accessibility_explanation AS accessibility_explanation_8 , c0_ . sign_language_overview_description AS sign_language_overview_description_9 , c0_ . simple_language_overview_description AS simple_language_overview_description_10 , c0_ . _c_name AS _c_name_11 , c0_ . _c_subdomain AS _c_subdomain_12 , c0_ . _procedure AS _procedure_13 , c0_ . branding_id AS branding_id_14 FROM customer c0_ WHERE c0_ . _c_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' LIMIT 1 ;
Copy
0.78 ms (0.56%)
1
SELECT t0 . _mls_id AS _mls_id_1 , t0 . _p_id AS _p_id_2 , t0 . _mls_context AS _mls_context_3 , t0 . _mls_namespace AS _mls_namespace_4 , t0 . _mls_idents AS _mls_idents_5 , t0 . customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0 . _mls_context = ? AND t0 . _p_id = ? AND t0 . _mls_namespace = ? AND t0 . customer_id = ? LIMIT 1
Parameters :
[
"global:news "
"global "
"content:news "
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
]
SELECT t0 . _mls_id AS _mls_id_1 , t0 . _p_id AS _p_id_2 , t0 . _mls_context AS _mls_context_3 , t0 . _mls_namespace AS _mls_namespace_4 , t0 . _mls_idents AS _mls_idents_5 , t0 . customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0 . _mls_context = 'global:news' AND t0 . _p_id = 'global' AND t0 . _mls_namespace = 'content:news' AND t0 . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' LIMIT 1 ;
Copy
0.65 ms (0.47%)
1
SELECT t0_ . _r_id AS _r_id_0 , t0_ . _r_code AS _r_code_1 , t0_ . _r_group_code AS _r_group_code_2 , t0_ . _r_group_name AS _r_group_name_3 FROM _role t0_ WHERE t0_ . _r_code IN (? )
SELECT t0_ . _r_id AS _r_id_0 , t0_ . _r_code AS _r_code_1 , t0_ . _r_group_code AS _r_group_code_2 , t0_ . _r_group_name AS _r_group_name_3 FROM _role t0_ WHERE t0_ . _r_code IN ('RGUEST' );
Copy
0.56 ms (0.40%)
1
SELECT t0 . id AS id_1 , t0 . permission AS permission_2 , t0 . creation_date AS creation_date_3 , t0 . modification_date AS modification_date_4 , t0 . orga_id AS orga_id_5 , t0 . role_id AS role_id_6 , t0 . customer_id AS customer_id_7 FROM access_control t0 WHERE t0 . role_id IN (? ) AND t0 . orga_id IN (? ) AND t0 . customer_id IN (? )
Parameters :
[
"71a2ebbc-0968-11e1-9d8e-1c64a3042bca "
"cdec5e4b-3f06-11e4-a6a8-005056ae0004 "
null
]
SELECT t0 . id AS id_1 , t0 . permission AS permission_2 , t0 . creation_date AS creation_date_3 , t0 . modification_date AS modification_date_4 , t0 . orga_id AS orga_id_5 , t0 . role_id AS role_id_6 , t0 . customer_id AS customer_id_7 FROM access_control t0 WHERE t0 . role_id IN ('71a2ebbc-0968-11e1-9d8e-1c64a3042bca' ) AND t0 . orga_id IN ('cdec5e4b-3f06-11e4-a6a8-005056ae0004' ) AND t0 . customer_id IN (NULL );
Copy
0.42 ms (0.30%)
1
SELECT t0 . id AS id_1 , t0 . cssvars AS cssvars_2 , t0 . logo AS logo_3 FROM branding t0 WHERE t0 . id = ?
Parameters :
[
"e9af459e-7486-11ec-92ee-b026282c0641 "
]
SELECT t0 . id AS id_1 , t0 . cssvars AS cssvars_2 , t0 . logo AS logo_3 FROM branding t0 WHERE t0 . id = 'e9af459e-7486-11ec-92ee-b026282c0641' ;
Copy