Stories recently tagged with 'Optimisation'

Optimization: Your worst enemy(flounder.com)

submitted by edburdoedburdo(1350) 4 years, 5 months ago

Good article on why optimization can be bad, and what you can do about it. read more...

add a comment |category: |Views: 10

tags: another

Is Your Page Down With OPP(wekeroad.com)

submitted by HaackedHaacked(5105) 4 years, 10 months ago

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! read more...

add a comment |category: |Views: 1

tags: another

Optimize it!(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years ago

How to achive good performance read more...

add a comment |category: |Views: 6

tags: another

Reduce the weight of stylesheets by 35% at runtime(madskristensen.dk)

submitted by dalzieldalziel(6230) 5 years, 5 months ago

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#. read more...

3 comments |category: |Views: 10

tags: another