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 |
#52
|
|||
|
|||
The css optimizer breaks visitor messages for me. The message boxes go past the forum width.
|
#53
|
|||
|
|||
Yup I can reproduce that - will fix for 0.7
|
#54
|
|||
|
|||
Anyone having issues with vB4 turning RTL after upgrading to RC4 might want to check this out: http://www.vbulletin.com/forum/showt...s-go-RTL-again
tl;dr - save any stylevar and it will work again. |
#55
|
||||
|
||||
Quote:
Saving a stylevar indeed fixed it I notice if you have this hack enabled on upgrade the install can't find install/vbsc.php :erm: I realise its not supposed to be in the install folder, just saying lol |
#56
|
|||
|
|||
Quote:
|
#57
|
||||
|
||||
Not sure if it's due to this mod, but after upgrading from Beta 4 to RC2 and installing this mod, none of attachments work. When I click on them, they take me to "attachment.php?.jpg". The image was a JPG, and the link seems to be correct. Does vB4: Supercharged change how attachment.php works? I've disabled Attachment Optimization and even disabled the entire mod, but nothing changes, so I'm pretty sure it's RC2, but I just wanted to make sure.
|
#58
|
|||
|
|||
Quote:
EDIT: Wait, you've disabled the entire mod? Maybe it's a bug in vBulletin itself then :/ You could try turning attachment optimiser on as a workaround. :P EDIT 2: Just checked and my attachments are still working fine, this is on RC4 though with Attachment Optimiser enabled (because I need it :P). And I don't think they were broken on RC2 either. |
#59
|
|||
|
|||
I will be using this addon in Gold Edition!
|
#60
|
|||
|
|||
I'll be installing this when vb4 goes gold
|
#61
|
||||
|
||||
Quote:
Oh well. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|