I realized today that vBulletin’s Javascript was just too bulky and didn’t really need to be, especially when you have no plans to customize it yourself. So I grabbed all the packages of 3.6.x and minimized all the Javascript. In most cases the Javascript files are 50% of the original, which saves bandwidth and speeds up the loading of your forum.
Install:
- Backup all the .js files from the clientscript directory under your forum root.
- Copy the files from zip file that matches your version of vBulletin into the clientscript directory.
- Done!
Download:
vBulletin 3.6.0
vBulletin 3.6.1
vBulletin 3.6.2
vBulletin 3.6.3
vBulletin 3.6.4
vBulletin 3.6.5
vBulletin 3.6.6
vBulletin 3.6.7PL1
vBulletin 3.6.8
Pingback: Is your vBulletin too fat? - vBulletin SEO Forums
Pingback: Is your vBulletin too fat? - vBulletin Setup
Thanks for the tip Noodles 🙂 It’s seems faster to me
Looks pretty good from what I can see, thanks for this. 🙂
So you removed whitespace, which is what gzip and mod_deflate do? You rock, clearly.
RandomCoder: Thanks for your sarcastic comment. That’s not what gzip and mod_deflate do, they compress it further. The problem with using gzip or mod_deflate on JS is a lot of the older browsers have problems uncompressing it at the other end. IE6 is a prime example and a lot of people still use it.
Installed the modified js files and on my poor 56 k connection, I do feel the difference. Using FF on a Macintel for the records. Guess the slower your connection to the net, the more you’ll feel it. And for the website owner less bandwidth usage. Beneficial to all
yea that makes one heck of a dif. thanks for that one.
Hey Noodles, just curious what tool are you using to clean the JS? I have tried a few to optimize varoius JS and it breaks the code.
I’m using a program called jsmin
http://www.crockford.com/javascript/jsmin.html
I’ve tried a few different programs as well and this one is the only one that didn’t break things.
EXCELLENT thanks Noodles your a legend. I just tried it on a (non-vB) JS file that everything else breaks, and it worked!
Also thanks for your vB 3.6.8 JS pack, it definately decreases load times.. Good job!
Outstanding Noodle, my forum seems to be faster 🙂
Thanks for your vB 3.6.8 JS pack. I like this. Thanks for providing a nice information.