My webhost tells me the reason my default page is taking so long to load is because of the RSS feeds. I don't need them since I am not active in the forums. What is easiest way to remove them without messing up my web. I created this around 2008 or 2009
and can't remember all the steps. Would appreciate some help here. (I used the Beerhouse project as my model)
You should be able to take it out as the rss feed should be a web part. Log into the administration part of the application and you should be able to add, remove, swap, or edit the web parts. Almost similar to how SharePoint works.
Mark as answer posts that helped you.
Marked as answer by bbcompent1 on Dec 30, 2011 05:23 PM
The host has now agreed to look at my code on my default page to see why its loading so slow. Personally, I don't think it is the RSS feeds because the other pages have RSS feeds, such as the news articles pages and the forum pages and they load within a
couple of seconds. My default page has accordian on there. Wonder if that would cause slow down?
Well, keep in mind I think the accordian control is AJAX based so sometimes AJAX can slow things down some. I would try the page without that webpart included if you can and then see if that's any better. If so, I would turn it back on and fire up fiddler
to see what is slowing things down about that control.
RaeKC
Member
101 Points
366 Posts
How to remove the RSS feeds
Dec 02, 2011 10:47 AM|LINK
My webhost tells me the reason my default page is taking so long to load is because of the RSS feeds. I don't need them since I am not active in the forums. What is easiest way to remove them without messing up my web. I created this around 2008 or 2009 and can't remember all the steps. Would appreciate some help here. (I used the Beerhouse project as my model)
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: How to remove the RSS feeds
Dec 02, 2011 02:20 PM|LINK
You should be able to take it out as the rss feed should be a web part. Log into the administration part of the application and you should be able to add, remove, swap, or edit the web parts. Almost similar to how SharePoint works.
RaeKC
Member
101 Points
366 Posts
Re: How to remove the RSS feeds
Dec 03, 2011 02:56 PM|LINK
Thank you.
The host has now agreed to look at my code on my default page to see why its loading so slow. Personally, I don't think it is the RSS feeds because the other pages have RSS feeds, such as the news articles pages and the forum pages and they load within a couple of seconds. My default page has accordian on there. Wonder if that would cause slow down?
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: How to remove the RSS feeds
Dec 05, 2011 11:07 AM|LINK
Well, keep in mind I think the accordian control is AJAX based so sometimes AJAX can slow things down some. I would try the page without that webpart included if you can and then see if that's any better. If so, I would turn it back on and fire up fiddler to see what is slowing things down about that control.