Howto Optimize Rendering Speed of ASP.NET Ajax Websites

A common case for most ASP.NET sites is slow frontend rendering due to many Javascripts. The typical requests graph looks like this:...

April 14, 2008 · Peter

Optimizing Page Load Time – Caching

I was always keen on speed improvements and something that might be worth sharing are couple of techniques for improving caching efficiency and effect....

December 3, 2007 · Peter

Optimizing Page Load Time – Images

For a work in progress in my spare time (a WordPress Theme) I decided to implement one quite useful technique for images merging that has the following pros:...

November 12, 2007 · Peter

Optimizing Page Load Time – A. Hopkins (Google)

While investigating some performance issue on a project I’m working on I stumbled upon this very useful article by a Google system engineer....

November 11, 2007 · Peter