Hy,
I am developing an Episerver Site, and experiencing a very poor page load speed
Configuration used:
- Amazon AWS Windows Server 2008 R2 Datacenter
- 8 GB RAM, 64 bit op. system
- Microsoft Sql Server 2008 R2
- IIS 7.5
Followed http://world.episerver.com/Blogs/Alexander-Haneng/Dates/2011/12/Starting-CMS-6-R2-sites-faster-after-build/ blog post, but not got a huge performance changing
Also enabled Trace in web.config, and i see in trace.axd that between: Begin Load and End Load there is a huge loading time: 20 seconds sometimes, and not for the first load.
Also having trouble when enabling "Dynamic data cache in IIS" which causes the pages to not load any more, i got error message content encoding error, as i saw this comes from Content-Length Header, that it is not matching the required length.
I am not understanding why takes a page to load in ~4 seconds in general, any help would appreciated, thanks