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 |
#342
|
|||
|
|||
Upgraded a forum to 4.02 today and installed this mod for the first time. It really was an easy way to improve the forum's firebug score. I didn't enable the google compressor, will wait for the next release to try it.
Excellent mod, I appreciate your work and thank you for sharing it. |
#343
|
|||
|
|||
When I enabled the HTML optimizer, it deletes google's ad section targeting that I have setup through vBSEO.
https://www.google.com/adsense/suppo...y?answer=23168 |
#344
|
|||
|
|||
i don't use this hack with valter's advanced forum statics
|
#345
|
||||
|
||||
Quote:
The most recent thing I found was the Mini Youtube Player in Profile Mod would not work without changing a setting in admin cp, store css as files had to be set to NO, and the Supercharged mod had to be completely disabled. I feel I'd rather have improved website performance over the Mini Youtube Player, so I guess you can't have your cake and eat it too right? It's a trade off I guess. I'm running 4.0.2 but haven't upgraded this mod yet, waiting for the next update... |
#346
|
||||
|
||||
Has anyone else noticed 404-type errors in their error_log for .. well, /clientscript/ directories that are too deep? (And, apparently it's looking for stylexxxl (where xxx is the style id)?)
eg: Quote:
|
#347
|
|||
|
|||
Ehh, thanks for the update i couldn't get it to work......disabled google thing and works....
|
#348
|
|||
|
|||
Sorry for my ignorance (still learning), but how do you run compress css+js?
|
#349
|
|||
|
|||
Quote:
In your Admincp, look at the bottom left, you'll see the VB4 supercharged tab, its in there.. |
#350
|
|||
|
|||
Thank you!
|
#351
|
|||
|
|||
Bug: When "Enable HTML Optimiser" is on, new lines within "code" tags gets stripped..
Great work so far though, i really thing there is great potential for this add-on :up: |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|