| 0.0015 |
INSERT INTO `ci_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`, `user_data`) VALUES ('8f416fb2dbfafae9e9aa58559373357b', '216.73.216.135', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 1765030768, '')
|
| 0.0003 |
select * from site_settings
|
| 0.0008 |
select tmp_name, site_id, site_name,parent,site_analytics_code,site_analytics_domain,site_domain,site_analytics_code_ga4 from cms_sites s JOIN cms_template t ON s.site_template=t.tmp_id where tmp_status=1 AND site_active=1 AND site_domain = 'https://www.medicareplusdev.molehost6.net/'
|
| 0.0003 |
select * from sso_sites where id='1'
|
| 0.0001 |
select * from lang_phrases where site_id = '1' AND status = '1'
|
| 0.0004 |
select site_setting_name,site_setting_value from sys_site_settings where status = 1 AND site_id = '1' AND site_setting_name = 'sso_enabled'
|
| 0.0001 |
select * from site_settings where set_key='site_maintenance'
|
| 0.0001 |
select * from installation where ini_status=1 and ini_controller!=''
|
| 0.0002 |
UPDATE `ci_sessions` SET `last_activity` = 1765030768, `user_data` = 'a:2:{s:9:\"user_data\";s:0:\"\";s:14:\"register_redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";}' WHERE `session_id` = '8f416fb2dbfafae9e9aa58559373357b'
|
| 0.0001 |
UPDATE `ci_sessions` SET `last_activity` = 1765030768, `user_data` = 'a:3:{s:9:\"user_data\";s:0:\"\";s:14:\"register_redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";s:5:\"redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";}' WHERE `session_id` = '8f416fb2dbfafae9e9aa58559373357b'
|
| 0.0004 |
select activity_action_id from activity_action where activity_action_id = '18'
|
| 0.0005 |
DESCRIBE `activity_user_action`
|
| 0.0008 |
INSERT INTO `activity_user_action` (`activity_action_id`, `site_id`, `activity_user_action_ref_url`, `viewed_url`, `usr_ip_address`, `usr_session_id`, `usr_agent`, `usr_browser`) VALUES (18, '1', '', 'https://www.medicareplusdev.molehost6.net/e-learning/all', '216.73.216.135', '8f416fb2dbfafae9e9aa58559373357b', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Mozilla - 5.0')
|
| 0.0027 |
select cpd_list from users_local_log_in_permissions where level='4' AND status = 1 AND site_id = '1'
|
| 0.0043 |
select ts.topic_id,t.topic_title,t.topic_is_key_topic from
topic_sites ts
LEFT JOIN topic t ON ts.topic_id = t.topic_id where
ts.site_id = '1' AND
ts.topic_site_status = 1 AND
ts.topic_site_active = 1 AND
t.topic_status = 1 AND
t.topic_active = 1 ORDER BY t.topic_title ASC
|
| 0.0006 |
select * from topic t where t.topic_status=1 AND topic_active=1 AND t.topic_id IN (64,72,52,99,104,106,90,63,97,98,89,88,92,111,42,76,119,102,91,44,74,58,38,16,62,122,83,75,121,67,68,66,69,70,81,116,47,19,20,82,96,95,94,45,15,108,78,107,123,79,109,85,60,84,118,120,117,93,114,59,53,105,49,21,48,80,110,25,73,57,101,86,55,56,103,113,61,115,112,65,50,51,71,54,46,77) ORDER BY t.topic_title
|
| 0.0023 |
select s.course_id from
c_course_site_share s
LEFT JOIN c_course c ON s.course_id = c.course_id where
s.target_site_id = '1' AND
s.share_status = 1 AND
s.share_active = 1 AND
c.course_status = 1 AND
c.course_active = 1
|
| 0.0077 |
select count(distinct(c.course_id)) as total from c_course c LEFT JOIN c_course_topic ct ON c.course_id = ct.course_id
LEFT JOIN organisation o ON o.org_id = c.course_org_id
LEFT JOIN c_course_accreditation ca ON ca.course_id = c.course_id
LEFT JOIN r_course_cost rcc ON rcc.course_cost_id = c.course_cost_id
LEFT JOIN r_course_cost rc ON c.course_cost_id = rc.course_cost_id
LEFT JOIN currency cu ON rc.course_cost_currency_id = cu.currency_id where c.course_status = 1 AND c.course_active = 1 AND c.site_id = '1'
|
| 0.0028 |
select c.*, o.org_name, ca.course_accred_points, rcc.course_cost_title, rcc.course_cost_value, cu.currency_symbol_html from c_course c LEFT JOIN c_course_topic ct ON c.course_id = ct.course_id
LEFT JOIN organisation o ON o.org_id = c.course_org_id
LEFT JOIN c_course_accreditation ca ON ca.course_id = c.course_id
LEFT JOIN r_course_cost rcc ON rcc.course_cost_id = c.course_cost_id
LEFT JOIN r_course_cost rc ON c.course_cost_id = rc.course_cost_id
LEFT JOIN currency cu ON rc.course_cost_currency_id = cu.currency_id where c.course_status = 1 AND c.course_active = 1 AND c.site_id = '1' GROUP BY c.course_id order by c.course_title asc
|
| 0.0017 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="17" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="13" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="14" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="16" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="20" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="7" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="11" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="25" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="12" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="15" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="26" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="19" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="27" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="18" ORDER BY es.speaker_lastname
|
| 0.0002 |
select es.speaker_title, es.speaker_firstname, es.speaker_lastname from c_course_speaker cs LEFT JOIN event_speaker es ON cs.speaker_id = es.speaker_id where course_id="21" ORDER BY es.speaker_lastname
|
| 0.0002 |
select topic_id,topic_title,topic_parent_id from topic where evt_site_id = '1' AND topic_status = 1 AND topic_active = 1 AND topic_is_key_topic = 0
|
| 0.0004 |
select distinct(t.topic_id) from c_course_topic ct
INNER JOIN topic t ON t.topic_id = ct.topic_id
INNER JOIN c_course c ON c.course_id = ct.course_id where ct.course_topic_active = 1
AND ct.course_topic_status = 1
AND t.topic_active = 1
AND t.topic_status = 1
AND c.course_active = 1
AND c.course_status = 1
AND t.topic_is_key_topic = 0
|
| 0.0002 |
select * from sys_site_settings where (
site_setting_name = 'meta_title_elearning_listing'
OR
site_setting_name = 'meta_description_elearning_listing'
)
and site_id = '1'
and status = 1
order by site_setting_id ASC
|
| 0.0011 |
select cg.*, rcc.course_cost_value, c.currency_symbol_html from c_course_group as cg
LEFT JOIN r_course_cost as rcc on cg.course_group_cost_id = rcc.course_cost_id
LEFT JOIN currency as c on rcc.course_cost_currency_id = c.currency_id where cg.course_group_status = 1 AND cg.course_group_active = 1 AND cg.site_id = "1"
|
| 0.0013 |
select * from r_course_category c where c.site_id=0 AND c.course_category_status=1 AND c.course_category_active=1 ORDER BY c.course_category_title ASC
|
| 0.0002 |
select site_setting_name,site_setting_value from sys_site_settings where status = 1 AND site_id = '1' AND site_setting_name = 'meta_no_follow'
|
| 0.0002 |
select site_setting_name,site_setting_value from sys_site_settings where status = 1 AND site_id = '1' AND site_setting_name = 'og_image'
|
| 0.0001 |
select core_file_path,min_file_path from sys_minify_files where `status` = 1
|
| 0.0001 |
select site_analytics_code_ga4 from cms_sites where site_id = '1'
|
| 0.0001 |
UPDATE `ci_sessions` SET `last_activity` = 1765030768, `user_data` = 'a:3:{s:9:\"user_data\";s:0:\"\";s:14:\"register_redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";s:5:\"redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";}' WHERE `session_id` = '8f416fb2dbfafae9e9aa58559373357b'
|
| 0.0002 |
select site_setting_name,site_setting_value from sys_site_settings where status = 1 AND site_id = '1'
|
| 0.0006 |
select
ca.cmp_ad_id,
ca.cmp_ad_cmp_id,
ca.cmp_ad_fmat_id,
ca.cmp_ad_fmat_external,
ca.cmp_ad_bnr_size_id,
ca.cmp_ad_primary_file,
ca.cmp_ad_secondary_fmat_id,
ca.cmp_ad_secondary_file,
ca.cmp_ad_mobile_fmat_id,
ca.cmp_ad_bnr_mobile_size_id,
ca.cmp_ad_mobile_file,
ca.cmp_ad_dsp_id,
ca.cmp_ad_weighting,
ca.cmp_ad_repeat_display,
ca.cmp_ad_cross_ad_show_only_cmp,
ca.cmp_ad_cross_ad_show_other_cmp,
ca.cmp_hcp_disabled,
ca.cmp_ad_uprof_login_req,
ca.cmp_ad_uprof_login_not_req,
ca.cmp_ad_url,
ca.cmp_ad_fmat_external,
ca.cmp_ad_fmat_mobile_external,
f.fmat_id,
bs.bnr_id,
c.cmp_org_id from
ad_campaign_advert ca
LEFT JOIN ad_campaign c ON ca.cmp_ad_cmp_id = c.cmp_id
LEFT JOIN ad_banner_size bs ON ca.cmp_ad_bnr_size_id = bs.bnr_id
LEFT JOIN ad_format f ON ca.cmp_ad_fmat_id = f.fmat_id where ca.cmp_ad_status = 1 AND ca.cmp_ad_active = 1 AND c.cmp_status = 1 AND c.cmp_active = 1 AND c.site_id = '1' AND bs.bnr_status = 1 AND bs.bnr_active = 1 AND f.fmat_status = 1 AND f.fmat_active = 1 AND bs.bnr_id = '2' AND ca.cmp_ad_dsp_id = 2 AND (ca.cmp_ad_start_date <= '2025-12-06' AND ca.cmp_ad_end_date >= '2025-12-06') AND (c.cmp_start_date <= '2025-12-06' AND c.cmp_end_date >= '2025-12-06')
|
| 0.0001 |
select site_setting_name,site_setting_value from sys_site_settings where status = 1 AND site_id = '1' AND site_setting_name = 'sso_enabled'
|
| 0.0003 |
select * from cms_menu where cmn_name='wct_main_menu'
|
| 0.0014 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='1' and cmi_parent='0' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0002 |
select * from cms_pages where page_id = '203'
|
| 0.0005 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='1' and cmi_parent='389' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0005 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='1' and cmi_parent='390' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0002 |
select * from cms_pages where page_id = '206'
|
| 0.0001 |
select * from cms_pages where page_id = '207'
|
| 0.0001 |
select * from cms_pages where page_id = '230'
|
| 0.0001 |
select * from cms_menu where cmn_name='wct_main_menu'
|
| 0.0002 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='1' and cmi_parent='0' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select * from cms_pages where page_id = '203'
|
| 0.0001 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='1' and cmi_parent='389' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='1' and cmi_parent='390' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select * from cms_pages where page_id = '206'
|
| 0.0001 |
select * from cms_pages where page_id = '207'
|
| 0.0001 |
select * from cms_pages where page_id = '230'
|
| 0.0002 |
select * from cms_menu where cmn_name='wct_footer_menu_2'
|
| 0.0006 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='6' and cmi_parent='0' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select * from cms_pages where page_id = ''
|
| 0.0001 |
select site_setting_name,site_setting_value from sys_site_settings where status = 1 AND site_id = '1'
|
| 0.0003 |
select
ca.cmp_ad_id,
ca.cmp_ad_cmp_id,
ca.cmp_ad_fmat_id,
ca.cmp_ad_fmat_external,
ca.cmp_ad_bnr_size_id,
ca.cmp_ad_primary_file,
ca.cmp_ad_secondary_fmat_id,
ca.cmp_ad_secondary_file,
ca.cmp_ad_mobile_fmat_id,
ca.cmp_ad_bnr_mobile_size_id,
ca.cmp_ad_mobile_file,
ca.cmp_ad_dsp_id,
ca.cmp_ad_weighting,
ca.cmp_ad_repeat_display,
ca.cmp_ad_cross_ad_show_only_cmp,
ca.cmp_ad_cross_ad_show_other_cmp,
ca.cmp_hcp_disabled,
ca.cmp_ad_uprof_login_req,
ca.cmp_ad_uprof_login_not_req,
ca.cmp_ad_url,
ca.cmp_ad_fmat_external,
ca.cmp_ad_fmat_mobile_external,
f.fmat_id,
bs.bnr_id,
c.cmp_org_id from
ad_campaign_advert ca
LEFT JOIN ad_campaign c ON ca.cmp_ad_cmp_id = c.cmp_id
LEFT JOIN ad_banner_size bs ON ca.cmp_ad_bnr_size_id = bs.bnr_id
LEFT JOIN ad_format f ON ca.cmp_ad_fmat_id = f.fmat_id where ca.cmp_ad_status = 1 AND ca.cmp_ad_active = 1 AND c.cmp_status = 1 AND c.cmp_active = 1 AND c.site_id = '1' AND bs.bnr_status = 1 AND bs.bnr_active = 1 AND f.fmat_status = 1 AND f.fmat_active = 1 AND bs.bnr_id = '1' AND ca.cmp_ad_dsp_id = 2 AND (ca.cmp_ad_start_date <= '2025-12-06' AND ca.cmp_ad_end_date >= '2025-12-06') AND (c.cmp_start_date <= '2025-12-06' AND c.cmp_end_date >= '2025-12-06')
|
| 0.0001 |
UPDATE `ci_sessions` SET `last_activity` = 1765030768, `user_data` = 'a:3:{s:9:\"user_data\";s:0:\"\";s:14:\"register_redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";s:5:\"redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";}' WHERE `session_id` = '8f416fb2dbfafae9e9aa58559373357b'
|
| 0.0001 |
UPDATE `ci_sessions` SET `last_activity` = 1765030768, `user_data` = 'a:3:{s:9:\"user_data\";s:0:\"\";s:14:\"register_redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";s:5:\"redir\";s:56:\"https://www.medicareplusdev.molehost6.net/e-learning/all\";}' WHERE `session_id` = '8f416fb2dbfafae9e9aa58559373357b'
|
| 0.0005 |
select wt.widget_type_handler from widgets_type wt INNER JOIN widgets w on w.widget_type_id=wt.widget_type_id where w.widget_system_id=375 AND w.widget_active=1 AND w.widget_status=1
|
| 0.0002 |
select * from widgets where widget_system_id=375
|
| 0.0002 |
select wt.widget_type_handler from widgets_type wt INNER JOIN widgets w on w.widget_type_id=wt.widget_type_id where w.widget_system_id=344 AND w.widget_active=1 AND w.widget_status=1
|
| 0.0001 |
select * from widgets where widget_system_id=344
|
| 0.0001 |
select ts.topic_id,t.topic_title,t.topic_is_key_topic from
topic_sites ts
LEFT JOIN topic t ON ts.topic_id = t.topic_id where
ts.site_id = '1' AND
ts.topic_site_status = 1 AND
ts.topic_site_active = 1 AND
t.topic_status = 1 AND
t.topic_active = 1 ORDER BY t.topic_title ASC
|
| 0.0003 |
select topic_id as field_id,topic_title from topic t where t.topic_status=1 AND topic_active=1 AND topic_is_key_topic=1 AND topic_id IN (64,72,52,99,104,106,90,63,97,98,89,88,92,111,42,76,119,102,91,44,74,58,38,16,62,122,83,75,121,67,68,66,69,70,81,116,47,19,20,82,96,95,94,45,15,108,78,107,123,79,109,85,60,84,118,120,117,93,114,59,53,105,49,21,48,80,110,25,73,57,101,86,55,56,103,113,61,115,112,65,50,51,71,54,46,77) ORDER BY t.topic_title ASC
|
| 0.0003 |
select course_category_id as field_id,course_category_title from r_course_category c where c.site_id=0 AND c.course_category_status=1 AND c.course_category_active=1 ORDER BY c.course_category_title ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '25' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '12' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '27' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '17' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '20' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '19' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '18' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '21' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '7' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '11' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '13' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '14' ORDER BY ct.course_topic_order ASC
|
| 0.0003 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '16' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '15' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select ct.*,t.topic_title,t.topic_style_class from c_course_topic ct LEFT JOIN topic t ON ct.topic_id = t.topic_id where ct.course_topic_status = 1 AND ct.course_topic_active = 1 AND t.topic_status = 1 AND t.topic_active = 1 AND ct.course_id = '26' ORDER BY ct.course_topic_order ASC
|
| 0.0002 |
select wt.widget_type_handler from widgets_type wt INNER JOIN widgets w on w.widget_type_id=wt.widget_type_id where w.widget_id=374 AND w.widget_active=1 AND w.widget_status=1
|
| 0.0001 |
select * from widgets where widget_id=374
|
| 0.0001 |
select * from cms_menu where cmn_name='footer_menu'
|
| 0.0005 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='2' and cmi_parent='0' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select * from cms_pages where page_id = ''
|
| 0.0008 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='2' and cmi_parent='406' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select * from cms_pages where page_id = '1'
|
| 0.0001 |
select * from cms_pages where page_id = '203'
|
| 0.0001 |
select * from cms_pages where page_id = '206'
|
| 0.0001 |
select * from cms_pages where page_id = '224'
|
| 0.0001 |
select * from cms_pages where page_id = ''
|
| 0.0008 |
select MI.cmi_id,cmi_title,cmi_url,cmi_type,cmi_parent,cmi_new_window,cmi_style_class,C.page_url,C.page_id,CS.cms_sec_url,MI.cmi_sub_nav_display,MI.cmi_sub_nav_display_widget_id,(Select count(CMI.cmi_id) from cms_menu_items CMI where CMI.cmi_parent=MI.cmi_id and CMI.cmi_active=1 and CMI.cmi_status=1) as total_sub from cms_menu_items MI left join cms_pages C on MI.cmi_page=C.page_id and page_status=1 Left Join cms_sections CS on C.cms_sec_id=CS.cms_sec_id where cmn_id='2' and cmi_parent='407' and cmi_active=1 and cmi_status=1 order by cmi_order
|
| 0.0001 |
select * from cms_pages where page_id = '230'
|
| 0.0001 |
select * from cms_pages where page_id = '54'
|
| 0.0001 |
select * from cms_pages where page_id = '205'
|
| 0.0001 |
select * from cms_pages where page_id = '178'
|
| 0.0002 |
select * from cms_pages where page_id = '204'
|
| 0.0008 |
INSERT INTO `logs_cms_pages` (`page_id`, `log_page_title`, `log_page_url`, `ses_db_id`) VALUES ('0', 'E-learning', 'https://www.medicareplusdev.molehost6.net/e-learning/all', 0)
|