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 |
#262
|
|||
|
|||
1.1: one unused file detected.
|
#263
|
|||
|
|||
Discontinued support for vBulletin 4.0.0.
Does it works in 4.0.1 ? |
#264
|
|||
|
|||
Just done the updates and now my site is down
Actually, I'd suggest that this mod is binned as its no longer supported, im struggling to get my site back up, not very ++++ing happy at all!! This screwed up my stlyle, i'm now having to go over an earlier backup of my current style and reconfigure it to how it looked prior to updating this mod.. |
#265
|
||||
|
||||
upgraded vb to 4.0.1 and apply update on add-on and encounter:
The file ./clientscript/vbsc.js is empty. Ensure you have the file chmodded as per the installation instructions and run the Compress Javascript under vB4: SuperCharged in your Admin CP. To prevent issues, your forum is currently running without optimised Javascript as a fallback. As a last resort if you cannot get this message to disappear, disable the Common Javascript Cache. |
#266
|
|||
|
|||
+1
|
#267
|
|||
|
|||
Quote:
shame as it's a very good hack |
#268
|
|||
|
|||
Quote:
I mean it no longer works on 4.0.0, only 4.0.1. Also for that to happen you'd have to have not run compress CSS or have yet another conflicting mod. Absolutely nothing vB4:SC does is permanent, and it doesn't touch your stored styles or templates. It no longer packs the CSS into a single file since vBulletin does a similar thing anyway now in 4.0.1. And the latter system has much less chance of conflicts and runs at pretty much the same real world speed. |
#269
|
|||
|
|||
The style that was default when i updated to the latest version of VBsc is ruined, If i select it now it goes back to a white page with links down the side It was fine prior to the upgrade, This was the only upgrade that was done after vb4.0.1 so what else could it be? i've backed up the style i had to redo today so i'll try it again later on..
|
#270
|
|||
|
|||
Disable the CSS optimiser and see if that fixes it.
Also link to your site? |
#271
|
|||
|
|||
Well, I've reinstalled it using the backed up style as default, and its ok, except now, when this is enabled i get my url written 3 times above the header? but as soon as i turn all vbsc options to off its back to normal..
The affected site is our new site http://experienced-gamers.com, vbsc is off now, but i'll turn it back on.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|