DNN is still slow
Last Post 10/02/2007 6:03 PM by codezilla94. 3 Replies.
Author Messages
bobbyjosephg
Nuke Pro
Nuke Pro
Posts:82


--
09/03/2007 11:11 AM  
Hi
  I have hosted DNN on a server that has 512 MB of RAM and created a virtual directory on it.i tried the complression options on it  and also tried installing an application something that I had seen in one of the forums written by saima.Even that did not work.I have not installed any modules on it.The time taken to load the home page is 1 min 10 sec.Please do help.
Regards
Bobby
bobbyjosephg
Nuke Pro
Nuke Pro
Posts:82


--
09/03/2007 11:28 AM  
Hi
The application is from snapsis.com
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
09/06/2007 9:36 AM  
Hello,

Does DotNetNuke take this long to load for every single page or just when you first visit the site?  When you first visit a DotNetNuke site, the server has to load the application into its memory,  this takes time.  If however DotNetNuke is regularly visited every 5 mins DotNetNuke will remain in the servers memory and therefore the pages should load quickly.

Users with low traffic sites get around this problem by regularly pinging their URL.  - services which you can use to do this are:
www.host-tracker.com
www.mon.itor.us

Does this help?

Thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
codezilla94
Nuke Newbie
Nuke Newbie
Posts:2


--
10/02/2007 6:03 PM  

I had the same problem. The reason is that the application domain times out every 20 mins if there is no activity, the first request after the timeout can force a recompile and reload of cache. Changing some settings in the machine.config file will solve the problem; unfortunately for me my hosting provider would not allow me to make this change. I found this utility to be useful.

http://www.spikesolutions.net/ViewS...f6eded3b82

Essentially it "Pings" my home page every few mins so the application domain does not time out. The utility can also be configured to ping more than one page so that auxiliary pages are fast too.



---