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
There are a couple of methods to achieve this. You can configure GZip compression with IIS7 if you have access. If you don't i.e. you are using a hosting provider it is possible to activate compression from within your code.
See this SO Post for further reading.
UPDATE:
To perform this at build time rather than run time see this blog post.