DNN site speed issue.
Last Post 11/27/2014 9:11 PM by Joseph Craig. 3 Replies.
Author Messages
vikas lodha
Nuke Pro
Nuke Pro
Posts:66


--
08/08/2014 8:57 AM  
Hi all,

How to improve speed of site and change basic requirement to increase site of speed but still not increase. please check below link.
http://gtmetrix.com/reports/portalp...k/Ph716vCT

Please how to set compression(Gzip) in DNN7?


Please Guide me.

Thanks,
Joseph Craig
DNN MVP
Posts:11667


--
09/05/2014 3:47 PM  
First, make sure you are upgraded to DNN 7.3.2. There have been important performance related upgrades in recent releases.

Look at Mitchel Sellers' blog (iowacomputergurus.com) for some speed related configuration suggestions.

Look also at Sebastian Leupold's blog in the community section of DNNSoftware.com for some more performanace issues, including some SQL tools to increase performance.

To answer your specific question, this is a setting in the Advanced section of Host Settings.


Joe Craig, Patapsco Research Group
Complete DNN Support
Fabian Leonardo
Nuke Newbie
Nuke Newbie
Posts:1


--
11/26/2014 11:01 AM  
Hi all,
I have a problem about speed loading too, my website is too slow, and I don't know what to do, I've been testing my site with this tool: http://tools.pingdom.com/fpt/ and the results are terrible, my loading speed is between 18 and 22 seconds every time even in edition mode or browsing internal pages and that frustrates me because like I said before, I don't know what to do. If anyone can help me this is the url of my site: alfadev.azurewebsites.net to see what is going on.

Thank you,

Fabian P.
Joseph Craig
DNN MVP
Posts:11667


--
11/27/2014 9:11 PM  
Just a quick look or two.

First, it looks like your website gets unloaded and then you have the 20+ second start up time. This is a characteristic of all asp.net websites. If you have control of IIS (which you might on an Azure system) you can configure IIS to prevent that from happening. If not, you'll need a "keep alive" service.

Second, you should check that your site is configured for good performance. Start here: http://www.iowacomputergurus.com/Po...ctices.pdf

Joe Craig, Patapsco Research Group
Complete DNN Support


---