PDA

View Full Version : gzipping CSS and JS


DreyerMedia
02-10-2010, 07:56 PM
Hi there,

So I just installed my first forum with vb 4.0, and the first thing I notice using Firebug is that I have a lot to save by doing some zipping:

Compressing the following resources with gzip could reduce their transfer size by about two thirds (~132.9kB).

What would be the best practice to do this?

Any other best practices for optimizing the forum for speed on vb 4.0? My install is running on a dedicated server, so it's prepared to do a bit of heavy lifting!

MyChemicalSelf
02-12-2010, 01:46 PM
Best ways to optimize vB in my opinion:
Install a PHP opcode cache (APC, memcached, eAccelerator)
Fine tune your mysql server settings
Regularly optimize and check for damaged mysql tables.