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 |
#252
|
||||
|
||||
Quote:
I don't get the error when I try to do that, I get the error when I go to install the mod, and it happens before the CSS compression takes place. |
#253
|
|||
|
|||
Gonna wait until 4.0.1 before I get started on 1.1
|
#254
|
|||
|
|||
Anyone have a solution for this?
The ./clientscript/vbsc.js cache has a modification time of before clientscript/vbulletin-core.js. Your cache is almost certainly out of date. Please run 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. I tried to compress the .js but it didn't work. I had to disable the Common Javascript Cache. Thanks in advance, SpongBob |
#255
|
|||
|
|||
Must be a weird time issue :/
Re-enable the common js cache, run compress js and then try editing and saving vbulletin-core.js (without changing anything), then do the same to vbsc.js (in that order). |
#256
|
||||
|
||||
i upgraded my localhost forum to 4.0.1 and re-activated addons
Warning: file_get_contents(./clientscript/) [function.file-get-contents]: failed to open stream: No such file or directory in [path]\admincp\vbsc.php on line 75 Update : After open "Enable Google Closure Compiler" , getting "An error occurred when saving ./clientscript/vbsc.js and/or ./clientscript/vbsc.js.gz. Ensure these files exist and that PHP has permission to write to them (chmod)." i'm getting that issue, any solution - thank you |
#257
|
|||
|
|||
Yup I've got plenty of issues to fix in 1.1
And IB have gone and made the common css cache obsolete with their new "-rollup" thing D: |
#258
|
||||
|
||||
Quote:
Upgraded to 4.0.1 same errors as everyone lol |
#259
|
|||
|
|||
Guess I'm not the only one.
|
#260
|
|||
|
|||
1.1 released, although there's bound to be some issues I didn't run into.
|
#261
|
|||
|
|||
Dark,
I did exactly as you suggested but I still get the same error: "The ./clientscript/vbsc.js cache has a modification time of before clientscript/vbulletin-core.js. Your cache is almost certainly out of date. Please run 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" Any other suggestions? -Sponge |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|