Until I will fully learn what template variables I need and how they work, I thought I would release this to get some feedback.
The purpose is to know if my effort would be enough aprecieted to continue the effort of making a plugin that will optimise vbulletin.
I'm planning to include in a mod:
> autogenerate a sprite with all the images
> serve all css with a single http request (not combine all css in a single file) and cache the result in a gzipped file
> serve all javascript with a single http request and cache the result in a gzipped file
> remove unnecessary images
A total of 3-5 max http requests when loading your forum is my goal.
|