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 |
#432
|
|||
|
|||
why is attachment optimization not recommended for apache?
searched this mod thread and couldnt find out so im sorry if this has been addressed. |
#433
|
|||
|
|||
Just curious if you have an ETA on releasing a new version that addresses the bug fixes relating to FB Connect, vBSEO, PM pop-up and others previously mentioned?
Thanks for your contribution. |
#434
|
|||
|
|||
Noticeable difference. Thank you!
|
#435
|
|||
|
|||
Quote:
You might benefit from slightly lower load with it, but there isn't going to be a significant difference really. And by having to store attachments from a publicly accessible location, forum access restrictions no longer apply for anyone determined to download a particular attachment. I'm pretty busy at the moment with other things, but I'll get round to it :P |
#436
|
|||
|
|||
Just curious but my CMS Section Widget got all funky even though it says here that it was corrected.
Code:
0.7: * Changes made to vbsc.php - don't forget vbsc.zip when updating. * Fixed CMS sections widget not working with JS Optimiser enabled. The fix for this will probably also fix other YUI-related issues. * Fixed visitor messages being too wide with CSS Optimiser enabled. Any chance I can get the widget to look right with the JS Optimizer enabled? |
#437
|
|||
|
|||
Some phrase (posted by user, by user ...) lost space (become: posted byuser, byuser) when I enable Enable HTML Optimiser.
Thank you. |
#438
|
|||
|
|||
Yup I've noticed that too - it's on my list for the next update.
|
#439
|
|||
|
|||
Hello,
the Hack works well with vB 4.0.2? Thank you |
#440
|
|||
|
|||
It should work, but no guarantees.
|
#441
|
|||
|
|||
Quote:
I want to use this product, but the bugs are growing for me to properly find it appealing to use. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|