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 |
#542
|
|||
|
|||
No that would take an insane amount of effort for limited gain on a loaded cache
|
#543
|
|||
|
|||
it sounds that way but it actually has a big impact for a few reasons
1) when users are new they're more sensitive to loading time. longer loading time = higher bounce rate = lost visitors 2) the loading speed for first time visitors is tracked via the google toolbar; the faster the site is the more google favors it and vice versa |
#544
|
|||
|
|||
Quote:
Also, I've noticed the login area in the upper right of vB doesn't work with this enabled... only with FIreFox though. Kind of strange |
#545
|
|||
|
|||
Sorry about the huge delay in getting back to you. Thanks for the tip. I tried changing the attributes but I'm getting a '550 Could not change perms... Operation not permitted'. This clearly isn't being caused by Supercharged but if someone could aim me at the source of the problem I'd be grateful,
|
#546
|
|||
|
|||
Quote:
If there's a way to prevent that kind of stuff from happening, I'll gladly give this another go, as I did like the way it makes the forum appear to load faster. Cheers, Peter |
#547
|
|||
|
|||
Hopping on the bandwagon in regard to support
|
#548
|
|||
|
|||
Just a note with this mod the concept is great but a lot of JavaScript is not written to be compressed and same with CSS. This will break almost everything.
|
#549
|
|||
|
|||
Hi, when I install this, it create a *[]* menu in my admincp site bar and I dont see the SuperCharged menu. When I uninstall this product the *[]* menu is still there.
Any way to get rid of it? thanks I am on 4.0.8 with vbseo |
#550
|
|||
|
|||
I am getting this issue I did everything, Modified the time, modified the modified time, change permission to 775 and 777 etc. but this one error is not going away (BTW my safe mod is on)
When I run JS Compressor, it runs fine and gives me no error. But still I get this error The /***/public_html/clientscript/vbsc.js cache has a modification time of before /***/public_html/clientscript/vbulletin-core.js. Your cache is almost certainly out of date. Please run Compress Javascript under vB4: SuperCharged in your Admin CP. If you recently updated vBulletin, you should of course run Compress CSS also To prevent issues, your forum is currently running without optimised Javascript as a fallback. |
#551
|
|||
|
|||
is it actually showing a modification time difference between the two files? as in, is the vbsc.js file actually being updated?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|