At least once per week I get the question - “How can I make this page run faster”. We can break down ASP.NET performance into two main categories, size and speed. Not surprisingly, size has a direct correlation with speed. But…
What is ScriptCombining? It's all about network latency. Conventional thinking was to break apart script files into small chunks so that the browser only needs to download the minimal set required. The idea was great, and it could even…