I am developing a web-based Pokemon Online game. Since it is online, I would like to optimize it to run as quickly possible.
I\'ve installed Firebug and Page Speed sugge
Instead of minifying your .aspx files consider dynamic compression. This will send compressed data to the browser. since you are using IIS 7.5 dynamic compression comes built-in you just have to enable it.
dynamic compression