Hi there, I was using Chrome's audit tool to see how I can increase my application speed. One of recommendations Chrome suggests is that I gzip javascript files (jquery, others) to decrease loading time.
Can the web2py server be set to serve zipped content based on the incoming browser? Also, can we set the browser to cache certain reusable aspects like CSS, images, etc? -Sebastian