Technical support This forum is closed.
Version 1.x > Technical support > how to make page load faster? View modes: 
User avatar
Member
Member
CDK - 2/13/2006 7:52:11 AM
   
how to make page load faster?
Hi

I was wondering how i could enable cache?
or how to make my page load faster?


right now it takes approximately 8seconds to load
this is too long.

any ideas?

CDK

User avatar
Member
Member
CDK - 2/13/2006 4:43:23 PM
   
Re: how to make page load faster?
found it in web.config

<add key="CMSCacheMinutes" value="0" />
<add key="CMSCachePageInfoMinutes" value="0" />

what is the best setting?
its a business website (information) so it does not upgrade very often.

User avatar
Guest
admin - 2/14/2006 9:46:56 AM
   
Re: how to make page load faster?
Hello,

we usually set it to 10 to 60 minutes.

Alternatively, you can use the following directive at the beginning of your page template:

<%@ OutputCache Duration="60" VaryByParam="AliasPath" %>

Please let me know if you need any further help.

Best Regards,