I have a site that receives 5 million request per day. On heavy days, the pages take about 10 seconds to return. I also get out of memory exceptions. I\'ve been reading the Impr
The key to an easy performance improvement isn't always the way your application is written. It could be written as perfectly as possible and still have performance issues. One way to get quick page loading times is to use page caching.