The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB4 SuperCharged - Optimises CSS, Javascript and HTML Details »» | |||||||||||||||||||||||||||||||||
vB4 SuperCharged - Optimises CSS, Javascript and HTML
Developer Last Online: Oct 2021
This is designed for vBulletin 4.0.x only.
DO NOT INSTALL on vB 4.1.x or 4.2.x. Even if it worked correctly, the effect is negligible as vB4 is nowhere near as terrible client-side speed-wise as it once was. DO NOT ask for fixes, they will not come, I have moved to XenForo. __________________________________________________ ______________ tl;dr - Significant frontend speed improvements for vBulletin 4 Don't forget to Mark as Installed if you use this mod, and a nomination for MOTM would be nice __________________________________________________ ______________ Features: CSS Optimiser: Minifies all CSS files and serves CSS directly, eliminating the PHP overhead from css.php. Javascript Optimiser: Intelligently defers Javascript loading (puts script tags just before </body> on the fly) and combines common Javascript files. Also features optional compression with Google Closure Compiler. HTML Optimiser: Based on HELLCAT's Realtime Page Compressor, and adds complete whitespace removal around block and meta elements and removal of unimportant comments. Attachment Optimiser: Intended for FastCGI users only - serves attachment thumbnails and images directly rather than through PHP. All this is done efficiently and on-the-fly - no need for any template edits. __________________________________________________ ______________ Installation:
Conflicts:
Upgrading:
Changelog: 1.51:
ONLY if you wish to use the Attachment Optimiser, something similar to this is needed in your server config (nginx): Code:
location /customattachments { if ($request_uri ~* \.(png)) { add_header Content-Type image/png; } if ($request_uri ~* \.(jpg|jpeg)) { add_header Content-Type image/jpeg; } if ($request_uri ~* \.(gif)) { add_header Content-Type image/gif; } } Download Now
Screenshots
Show Your Support
|
Comments |
#62
|
|||
|
|||
My forum went from a 66/100 to a 70/100 after using this.
After some .htaccess work, I've got it up to an 80/100, going to try to see if I can get 100/100 Edit: 90/100 is probably as high as I'm going to go until I can see what the dev's have planned for optimization in their releases following gold. |
#63
|
|||
|
|||
I might have a go at tackling "Optimise images", "Specify image dimensions" and some of "Use efficient CSS selectors" in a later release
But for now I'm focused on getting fully deferred Javascript. And I suppose "Parallelise downloads across hostnames" could be done fairly easily with some extra subdomains pointing at the root, along with some code to distribute downloads across them. I dunno about 100/100, but ticks across the board in the Page Speed Firebug addon is good enough for me |
#64
|
|||
|
|||
Hello,
nice add-on you have here, indeed. Did I just over-read it or didn't you mention that the PHP / Webserver needs write access to "/clientscript/vbsc.js" and "/clientscript/vbsc.js.gz"? Took me some time to find that out. Could be added to the first post. |
#65
|
|||
|
|||
Quote:
I setup mine last night in about 6 minutes. I made. Then in the image paths for StyleVars i just entered the full path (http://images1.site.com) and everything appears to be working. images1.site.com (statusicons) images2.site.com (gradients) images3.site.com (site_icons) images4.site.com (misc) images5.site.com (images) clientscript.site.com (clientscript) Then I modified the headinclude template to point the clientscript call to http://clientscript.site.com/blahblah.js?V=whatever Here is a quick guide on Setting up parallel hostnames for vBulletin optimization & vBulletin 4 optimized .htaccess for vBulletin optimization |
#66
|
|||
|
|||
There seems to be a bug with this mod and CMS sections.
When it's enabled the sections on the CMS don't appear. When it's disabled, the CMS sections appear just fine. |
#67
|
|||
|
|||
Can you give me a link to your site where that is happening?
|
#68
|
|||
|
|||
Yeah
http://apertureforums.com It's currently disabled, but I'll enable it for a while so you can see it in action. |
#69
|
|||
|
|||
I was able to reproduce the sections bug - it will be fixed in 0.7, which I'm holding off on releasing until after gold.
|
#70
|
|||
|
|||
this is today...not?
|
#71
|
|||
|
|||
Yeah just give me a sec to install gold on my board to test things out :P
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|