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 |
#322
|
|||
|
|||
I'll get round to fixing the CSS optimiser soon :P
Is it safe to say the HTML and JS optimisers are relatively bug-free at the moment? |
#323
|
|||
|
|||
No problem so far with HTML and JS. CSS messed up the blog side bar when I turn on the forum's sidebar block then minimize it. Beside that, 5+ star rating for this mod ^_^
|
#324
|
||||
|
||||
Quote:
The others don't seem to have any problems. |
#325
|
||||
|
||||
Hello , Got error after upgrading before it was working perfectly but after upgrading got error in CSS Optimiser It was working great before Upgrading here is the error in admin cp when we run CSS Optimiser
-------- Warning: scandir([path]/clientscript/vbulletin_css/style00029l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Mast Blue Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00030l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Mast Green Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00031l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Mast Sky Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00032l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Mast Orange Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00034l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Black & Green Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00043l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Mast test style Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00044l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Chell Rose Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00036l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Face Book Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00037l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: mastdunya1 Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00038l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: vB4 Default Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00039l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Mast Dunya (vB3 Style - Incompatible) Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00040l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: SunSet Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00045l) [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 An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. Compress CSS: Revolution Writing latest CSS from the database to disk... Success Warning: scandir([path]/clientscript/vbulletin_css/style00046l) [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 ----------------- and here is the error on forum home page ------ The file /home/mast****/public_html/clientscript/vbulletin_css/style00046l/vbulletin.css is missing. This would indicate your forum is not set to save CSS on the filesystem. If you are certain it is, try running Compress CSS again. To prevent issues, your forum is currently running without optimised CSS as a fallback ----------- PLz help me to fix this thanks |
#326
|
|||
|
|||
You are running 4.0.1 right?
Also you should disable the CSS optimiser until I get round to fixing it :P |
#327
|
|||
|
|||
Ya, I am having the same problem. It's a conflict with Vbseo. Disable Css optimizer will fix the problem but I don't want to sacrifice the speed lol
|
#328
|
||||
|
||||
Quote:
That may also explain why I am getting /clientscript appended to the end of the actual URLs ... for someone, somewhere, because they are showing up in my error_log. |
#329
|
|||
|
|||
Let me know if you found a quick fix for the repeat forum title on top of header/logo.
|
#330
|
|||
|
|||
Whenever someone logs in on my forums this error appears on the top, any idea how to fix it?
The file /vbulletin.css is missing. This would indicate that your forum is not set to save on the CSS on the file system. If you are certain it is, try running Compress CSS again. I have checked, it is set to save on the file system, and I have run both compress processes multiple times. |
#331
|
|||
|
|||
Known bug, disable the CSS optimiser.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|