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 |
#212
|
||||
|
||||
No - but I have fixed it now. I noticed when running the Compress CSS tool that is was for some reason compressing the forum style twice, and the default skin once, which was strange...
So I tried the default skin and it worked fine. The custom skin was a child of the default skin, so I moved it to have no parent. I then reran the Compress CSS tool and it only ran once on that skin. It now works. Thanks for looking into this though. |
#213
|
||||
|
||||
Update - I moved the custom style to become a child of the default skin, and the error came back. I then changed back to no parent style and it fixed again.
|
#214
|
|||
|
|||
Ah, child skins is one thing I never tested D:
|
#215
|
||||
|
||||
Not a problem for now, but I will have a LOT of child styles soon, so a fix would be much appreciated.
Thanks |
#216
|
||||
|
||||
The file clientscript/vbsc.js is missing???
Never knew there was one? |
#217
|
|||
|
|||
Quote:
Just done the upgrade and I got the same error message.. |
#218
|
|||
|
|||
Then run Compress Javascript (and Compress CSS), like it says in the upgrade instructions.
|
#219
|
||||
|
||||
Quote:
Warning: filemtime() [function.filemtime]: stat failed for ./clientscript/vbsc.js in /var/www/vhosts/mmmmm.com/httpdocs/xxxx/includes/functions.php(6469) : eval()'d code on line 180 Please run the Compress CSS function of vB4: SuperCharged in your Admin CP. Your forum is currently running without optimised CSS as a fallback. When I run Compress Javascript get the error... An error occurred when saving clientscript/vbsc.js and/or clientscript/vbsc.js.gz. Ensure PHP has permission to write to these files. There is no vbsc.js in clientscript. |
#220
|
|||
|
|||
Thanks for the update ! Installed
|
#221
|
|||
|
|||
error
Code:
Warning: filemtime() [function.filemtime]: stat failed for ./clientscript/vbsc.js in [path]/includes/functions.php(6469) : eval()'d code on line 163 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|