By tag: BadPractice
0
kicks
Reduce the weight of stylesheets by 35% at runtime
It is always desirable to produce the smallest amount of client-code at any given time. That includes HTML, JavaScript and CSS files. The more client-code you produce, the longer it takes to download and render the web page. This shows how to reduce CSS files by 35% at runtime using C#.