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 |
#462
|
|||
|
|||
Is this mod compatible with the other major Optomise mod here on vb.org?
Or do they basically do the same thing and i should choose one or the other, but not install both? |
#463
|
|||
|
|||
It does completely different stuff - you should run both
|
#464
|
|||
|
|||
Is this really necessary? Store CSS Stylesheets as Files
I run another program that does not work properly when I store CSS as Files. |
#465
|
|||
|
|||
Quote:
- CSS Auto-Compress - CSS Auto-Compress Init - CSS Optimiser |
#466
|
|||
|
|||
In Opera browser the CSS definitely loads way slow. However, who the hell uses opera but me and it works great in all other browsers.
|
#467
|
|||
|
|||
vB4 SuperCharge 1.5 and 1.5.1's HTML Optimiser makes widget config dialog (Genera Search, Recent Articles, Recent Threads,...) crash.
Please check it. Thank you. |
#468
|
|||
|
|||
I'm using Firefox and the CMS definitely loads considerably slower
|
#469
|
|||
|
|||
got this error while running Compress CSS
Quote:
|
#470
|
|||
|
|||
When i use compress css
i get the error Code:
"If you get errors, try running the script again a few times and check your file permissions. Compress CSS: vbulletin Writing latest CSS from the database to disk... Failed! An error occurred when reading your CSS files. Please ensure you have CSS set to be stored on the filesystem and try again." |
#471
|
|||
|
|||
Did you make sure these two steps were done? (prolly only the first is all you need to check, but might as well check both while you're there )
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|