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 |
#572
|
|||
|
|||
looks like it had an effect on the profile pages though?
On my forum, everyone's profile customizations got reset (colors). and the visitor message styles also got a little wonky, like the CSS wasnt applied to the visitor messages page or any of the other profile page tabs. |
#573
|
|||
|
|||
I noticed that with this plugin enabled this happens:
But when disabled I can type in the username and password just fine. How do I fix this issue? Right now I have the plugin disabled because members are complaining. Running this on 4.1.1 and happens on Firefox |
#574
|
|||
|
|||
can anyone verify if this mod is giving a decent positive effect on bandwidth and server load?
|
#575
|
|||
|
|||
my site loads much quicker with this, only issue i have is that it moved my banner (vsa flash banner) to the bottom of my page, anyway to get it back to where it is supposed to go?
|
#576
|
|||
|
|||
Will this ever be updated to work with the current version of vbulletin?
|
#577
|
||||
|
||||
Seems to be a great mod but end up with a few bugs!
There is a major conflict with the "AWCoding Donation System" as it makes the amount suggested and also the transfer to Paypal dissapear If you can take a look at this and see if it can be updated or fix, it would be great |
#578
|
||||
|
||||
I upgraded from 4.0.2 to 4.1.2 and then upgraded this mod and my members and I could not log in from the header log in box. I've disabled this mod until a fix becomes available. I liked the difference it made before, I hate that it doesn't work now.
|
#579
|
|||
|
|||
My members and I could not log in from the header log in box after I upgraded from 3.8.4 to 4.1.2. Please, help me fix error.
|
#580
|
|||
|
|||
Am very anxious to use this but it seems VB4.1.2 isn't supported just yet. Look forward to using it when it is.
|
#581
|
|||
|
|||
5 stars because it seems to have increased the speed considerably. Thank you for such a great mod!
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|