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:...
A common case for most ASP.NET sites is slow frontend rendering due to many Javascripts. The typical requests graph looks like this:...
I was always keen on speed improvements and something that might be worth sharing are couple of techniques for improving caching efficiency and effect....
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:...
While investigating some performance issue on a project I’m working on I stumbled upon this very useful article by a Google system engineer....