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 |
#372
|
|||
|
|||
Quote:
Check it out.. http://code.google.com/intl/nl/speed/page-speed/ |
#373
|
|||
|
|||
Does this make vBulletin pass HTML validation?
|
#374
|
||||
|
||||
Probably not, and its not that important unless you;re getting serious issues.
|
#375
|
|||
|
|||
Yep same problem here.
|
#376
|
||||
|
||||
thank you for this great hack , i'm cashing all .css files through htaccess , and it duplicates the speed i wonder if anyone wants it , could add below lines to htaccess , it forces users browsers to cache these certain type of files to be stored in the user's computer and called from there for next visits !
Code:
# cache images/pdf docs for 10 days <FilesMatch "\.(ico|pdf|jpg|jpeg|png|gif|swf|js|css)$"> Header set Cache-Control "max-age=864000, public, must-revalidate" Header unset Last-Modified </FilesMatch> |
#377
|
|||
|
|||
Such a fantastic mod! However, seems to conflict with a few of VSa's mods... Advanced Forum Stats & Advanced New Posts for certain.
|
#378
|
|||
|
|||
Quote:
Code:
The file /****/*****/scottishexoticreptilesforum.co.uk/httpdocs/clientscript/vbsc.js is empty. Ensure you have the file chmodded as per the installation instructions and run the 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. |
#379
|
|||
|
|||
Very good mod, I have been using it and very happy with it!
HOWEVER, another mod that I use just got updated and this mod basically disables it if "Enable Javascript Optimiser" is enabled. This is the mod I am reffing to: https://vborg.vbsupport.ru/showthread.php?t=233135 The only javascript related change was that the YUI files are now loading from yahoo and not from the server itself... |
#380
|
|||
|
|||
Hi
I first got a msg saying I should try Recomprss CSS. Then I am getting the following when I try to Compress CSS, any suggestions (please also see attached)? I am certain I am saving CSS as files. Both vbulletin_css and style00004 directories are 777. Thanks WC Code:
Warning: scandir([path]/clientscript/vbulletin_css/style00004l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 239 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 239 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 240 Code:
Writing latest CSS from the database to disk... Success An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again. |
#381
|
||||
|
||||
BUG:
Currently in the plugin xml you have hardcoded the path to the AdminCP Folder. I strongly suggest you use the info from the vbulletin config file for the admincp folder cause otherwise the mod will conflict with other mods that are beeing installed later due to the wrong link to vbsc.php Took me 1 hour to find the conflict after Installing vB Optimise Pro which broke my forum. Just a note And thanks for this mod by the way StarBuG |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|