Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...Purge Cache & Purge Module Cache Scheduler SettingsPurge Cache & Purge Module Cache Scheduler Settings
Previous
 
Next
New Post
1/15/2010 12:07 PM
 

Hi,

I noticed these 2 tasks were off in my 4.9.5 to 5.2.1 upgrade. I assume they are fairly important ;)

So.. what are the default settings for these 2 Scheduled tasks, and what would the optimum setting be for a high-load site?

I currently have it set like this:

Purge Module Cache (1 min)

Purge Cache (1 Hour)

But I have no idea if that is right...


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
1/16/2010 2:05 PM
 

Ok, the next question is: are these NEEDED if you are not using the FileCaching Provider?

I notice in my ScheduleHistory:

Purge Module Cache
Purged Module cache for FileModuleCachingProvider. Purged Module cache for FileModuleCachingProvider.

Purge Cache
Cache Synchronization Files Processed: 0, Purged: 0, Errors: 0

 

It sounds like I don't need these if I am using Memory caching? Can anyone confirm as they run really frequently.


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
1/28/2010 3:22 PM
 

*bump*


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
2/4/2010 7:55 AM
 

 It is very important to set cache timing for your applications. In DNN application/ site you can set cache in host setting page. To do that you need to login with the application/ site with host login and go to “Host Settings” page. Hit the “Advance Settings” tree and then click on “Performance Settings” link. Then you can find a dropdown where all the cache types are listed, name as below,

  • No Caching: 0
  • Light Caching: 1
  • Moderate Caching: 3
  • Heavy Caching: 6
  • Below is the code I have picked from hostsetting.aspx file (admin\host\hostsettings.ascx). To set the cache time of your site you need to set the value with the cache name which will render in the host settings page under performance settings panel.


    <asp:dropdownlist runat="server" Width="150">

    <asp:listitem resourcekey="NoCaching" value="0">No Caching</asp:listitem>

    <asp:listitem resourcekey="LightCaching" value="1">Light Caching</asp:listitem>

    <asp:listitem resourcekey="ModerateCaching" value="3">Moderate aching</asp:listitem>

    <asp:listitem resourcekey="HeavyCaching" value="6">Heavy Caching</asp:listitem> 
    </asp:dropdownlist>

    The value in dropdown ranges from 0 to 6. The code above takes the value set in the dropdown and multiplies it by 20 to determine the cache duration.

  • Thanks
  • Eliza

     

 
New Post
6/13/2010 9:41 AM
 

Rodney Joyce wrote:

Ok, the next question is: are these NEEDED if you are not using the FileCaching Provider?

I notice in my ScheduleHistory:

Purge Module Cache
Purged Module cache for FileModuleCachingProvider. Purged Module cache for FileModuleCachingProvider.


Purge Cache
Cache Synchronization Files Processed: 0, Purged: 0, Errors: 0


 

It sounds like I don't need these if I am using Memory caching? Can anyone confirm as they run really frequently.

 Hello All,

Can I bump this also, do we need this schedule enabled if we are using memory caching ?

thanks

Mark


Mark Breen Ireland 1987 BMW R80 g/s
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...Purge Cache & Purge Module Cache Scheduler SettingsPurge Cache & Purge Module Cache Scheduler Settings


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out