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 |
#482
|
|||
|
|||
Personally I don't notice any increased load, although my forum is rather small
|
#483
|
|||
|
|||
Problem with vMoods still NOT fixed.
|
#484
|
|||
|
|||
New error
An error occurred when saving /home/XXXXXX/public_html/forum/clientscript/vbsc.js and/or /home/XXXXXX/public_html/forum/clientscript/vbsc.js.gz. Ensure these files exist and that PHP has permission to write to them (chmod). I have not changed anything but when i tried to compress Javascript getting this error even i tried reupload all stuff i have gave CHMOD it was working perfect week ago but suddenly new error. |
#485
|
|||
|
|||
I just had this problem after moving my server to a new host.
In your AdminCP, ensure File caching is turned on under Style & Language settings, and ensure that the /clientscript/vbulletin_css folder and everything under it is chmod'd to 777. |
#486
|
|||
|
|||
Quote:
|
#487
|
|||
|
|||
Wow totally read that wrong, had thought he had chmod'd it. Yeah, what Chop said. You need to do what it says in the error.
|
#488
|
|||
|
|||
Great mod! I am still learning a bit of how much it is doing.
One question I have is what setting am I supposed to have that will switch the vB page to downloading the vbsc.gz file instead of the vbsc.js file? There is almost a 200k file size difference between the two and it keeps loading the larger uncompressed file. I have common javascript cache and Google Closure Compiler both set to Yes. Am I doing something wrong or misunderstanding what should be happening?? |
#489
|
|||
|
|||
Quote:
If your server is serving the .js without gzipping it then you have it configured wrong |
#490
|
|||
|
|||
Quote:
Would it be worth trying to force my non-nginx web server to pass along the gz file? Where can I manually edit this? |
#491
|
|||
|
|||
This shouldn't be used when you have Store CSS as Filesheets on.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|