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 |
#512
|
|||
|
|||
Seems every vBulletin upgrade breaks this plugin. I guess it has to be updated again.
|
#513
|
|||
|
|||
Quote:
"Enable Javascript Optimiser Intelligently defers Javascript loading for a huge speed boost. Incompatible with a large number of mods, but very highly recommended if it works for you." This is enabled by default. With this enabled I loose the section menu, in CMS. Looking at the html page served, the javascript looks identical to between working and not working. |
#514
|
|||
|
|||
I'm having problems with the log in area of the site now, the user can put in there user name but not there password. I disabled this mod and it works again.
Any pointers ?? |
#515
|
|||
|
|||
Quote:
I had the same problem, I opened a support ticket at VB.com and they found that this plugin was the cause, I was told Quote:
|
#516
|
||||
|
||||
Buddy..
Are you going to upgrade this to combine CSS files as well? I can see some query strings after the css files after upgrading to vb 4.0.4 Setting up expiry header for CSS and JS files within options page will be a great addition too. |
#517
|
|||
|
|||
Quote:
That's for your server to handle though |
#518
|
|||
|
|||
Yes my Section widget disappeared on me. That is the only thing I noticed though.
|
#519
|
||||
|
||||
Quick question:
When compressing JS with Google CC enabled, the compression status page hangs (never completes). JS compression works fine with Google CC disabled. Is there something I should change on my Debian + Litespeed powered server to get Google CC to work? |
#520
|
|||
|
|||
need little help
run the Compress Javascript under vB4 how do this i dont see the option in vb4 supercharged |
#521
|
|||
|
|||
In your AdminCP, scroll the menu bar to the left allllllll the way to the bottom, theres a dropdown menu there for SuperCharged.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|