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 |
#272
|
|||
|
|||
Ahh, just seen your reply above mine, i've turned ccs off and its now ok:up:
|
#273
|
|||
|
|||
1.2 released
@SpongeBob71 - I've removed the code that was causing your error so see if that helps |
#274
|
||||
|
||||
Greetings I have a problem updating,
I got all the files gave 666 permissions to files and vbsc.js javascript vbsc.js.gz compress well, but the css gives me this error: Code:
Warning: scandir([path]/clientscript/vbulletin_css/style00015l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 238 thanks |
#275
|
|||
|
|||
Great work, thanks!
I do have ONE problem. When I login I get the error that the vbulletin.css was not found and that my setup is not saving to a file. HOWEVER it is and I noticed the directory for the default theme I'm using is wrong, probably related to this bug fix: Fixed style00000 bug on redirect pages - now defaults to style id 1. Instead of the folder being: /style00001l/ It is showing in the error text: /style00000l/ As if the 1 is never added into the 5 zero pad. Disable the css feature and it defaults to normal with no errors. |
#276
|
|||
|
|||
I got this after repeated effort.
Warning: scandir([path]/clientscript/vbulletin_css/style00006l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 238 M style in the Vbuletin_css is style00006 not style00006l. I tried creating style00006l folder but it still did not work |
#277
|
|||
|
|||
Quote:
$dir = sprintf("style%05d%s", $sid, strcasecmp($vbulletin->datastore->registry->stylevars['textdirection']['string'], 'ltr') == 0 ? 'l' : 'r'); to just above the: return $dir; |
#278
|
|||
|
|||
where do i find this ?
|
#279
|
|||
|
|||
Plugin Manager, CSS Optimiser.
It works. |
#280
|
|||
|
|||
|
#281
|
|||
|
|||
Not working for me too..
I am getting these errors when I recently upgraded. Code:
Warning: scandir([path]/clientscript/vbulletin_css/style00027l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 238 Warning: scandir([path]/clientscript/vbulletin_css/style00025l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 238 Warning: scandir([path]/clientscript/vbulletin_css/style00026l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 238 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|