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 |
#32
|
||||
|
||||
|
#33
|
||||
|
||||
I'm having the same problems as kall. Followed the 'Install' instructions to the T.
|
#34
|
|||
|
|||
0.4 will be released tomorrow - RC2 broke a lot of stuff.
|
#35
|
|||
|
|||
Just as a mention: my original comments were based off of the 0.1 version. Since I did not examine the code but was going off of an example of what this mod does which darkimortal originally had in the OP, I suspect he had inadvertenly reversed his example which he later removed. It's a moot point now. However, I did want to make it clear that, when this mod is complete, it intends to make the optimizations which are considered best practice for external css and js handling.
|
#36
|
|||
|
|||
Quote:
And @all - don't forget to add popuplist.css to your CSS Files list, or uninstall the product before upgrading. |
#37
|
||||
|
||||
It sure did fix the adsense issue.
When I enable css compression though, I still get the weird http://www.nzboards.com/ in the top of the header. :S |
#38
|
||||
|
||||
Umm. Where's this new .css supposed to be found? I can't see any templates in the product xml..
|
#39
|
|||
|
|||
No I mean vBulletin RC2 added it on pretty much every page so it's worth compressing in the cache:
Also now that I've seen where that nzboards in the header is in the code, would you mind turning CSS compression off so I can see what's causing it? |
#40
|
||||
|
||||
Ohh. Silly me.
Yup, if you mean 'Enable CSS Optimiser' = No, done. |
#41
|
|||
|
|||
this messed up my whole site. I have RC2
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|