By tag: Optimisation
0
kicks
Optimization: Your worst enemy
Good article on why optimization can be bad, and what you can do about it.
0
kicks
Is Your Page Down With OPP
Rob Conery points out that while developers spend a lot of time optimizing their code, making sure they don't duplicate code, etc... They often don't give a second look at their rendered HTML code. My goodness! 204K Viewstate!
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#.