by Mads Kristensen
15. August 2010 20:28
In part 1 of this series, we looked at some tricks to optimize the performance of any website running in IIS 7 by only modifying the web.config. In this part we will focus on handling browser caching issues and optimize the number of JavaScript and CSS files loaded from an ASP.NET website.
NB! All ...
[More]
by Mads Kristensen
7. July 2010 23:55
In this first installment of performance tuning tricks for ASP.NET and IIS 7 we will look at some of the easy, yet powerful possibilities in the web.config file. By taking advantage of these few tricks we can increase the performance of any new or existing website without changing anything but the web.config file.
[More]
by Mads Kristensen
28. February 2010 20:00
A few weeks back i found out that the method I use to minify CSS was about 5% more efficient than the YUI Compressor. I tweeted about it and was encouraged to post the code that does the actual minification.
public static string RemoveWhiteSpaceFromStylesheets(string body)
{
body = Regex...
[More]
by Mads Kristensen
8. November 2009 15:26
A very simple and small class for utilizing the Google Closure Compiler API for minifying JavaScript.
[More]
by Mads Kristensen
21. September 2009 20:17
How to use JavaScript and the browser as a tool to scale websites
[More]
by Mads Kristensen
21. May 2009 18:30
A quick and dirty method for retrieving the last-modified date of a HTTP response in ASP.NET
[More]
by Mads Kristensen
19. April 2009 21:51
After interviewing many ASP.NET developers, an interesting pattern emerges...
[More]
by Mads Kristensen
19. April 2009 21:34
My little beef about the definition of the ASP.NET framework
[More]
443f291e-9b57-41ea-94d0-3da8d0197c4b|21|4.3
Tags:
ASP.NET
by Mads Kristensen
12. April 2009 20:03
How to easily utilize a few cool capabilities of the iPhone and iPod in your own ASP.NET website.
[More]
by Mads Kristensen
29. March 2009 18:55
How to easily improve the performance and YSlow score of your website by tweaking the web.config.
[More]