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 |
#472
|
|||
|
|||
Had to disable this product as it causes to much problems with other add-ons.
I've reported vMoods not working and now I've discovered the vb4 version of MGC Chatbox EVO doesn't work under this product either I own a branding free license for MGC Chatbox so that's why I have it for vB4 but my understanding is the FREE version will be available as of tomorrow so it's just a heads up to anyone thinking of trying it. Any chance of a fix for both these problems?! |
#473
|
||||
|
||||
Hi Darkmotion, can you please make this great hack work on 3.6.x and 3.8.x versions.
I was away from vBulletin scene for several months, so I am just picking up on things developed around. This is an incredible hack and it seems to serve well for heavy forums which need every optimization possible, because some forums are over loaded with too many javascript calls (Adsense, Analytics, several vB javascript etc..) Thanks for your time. |
#474
|
||||
|
||||
BUG:
when HTML Optimizer is enabled it removes all google adsense section targeting. This is an absolute no go! Please exclude section targeting comments from being removed or the nice html optimizer is not usable for adsense publishers. ps: I use vBSEO to integrate the section targeting tags StarBuG |
#475
|
||||
|
||||
Quote:
(So, turn off HTML optimizer or vBSEO's version, and see if the issue remains.) |
#476
|
||||
|
||||
My site is not running the vBSEO cleanup html code option.
And yes the issue remains |
#477
|
|||
|
|||
Quote:
Quote:
Quote:
Will do |
#478
|
|||
|
|||
Hey Dark, just wanted to say thanks again Tis a great mod!
|
#479
|
||||
|
||||
Ok will do that.
|
#480
|
|||
|
|||
Heya Dark,
Came across an issue tonight with another mod. Firebug alerted me an error when viewing a file in DownloadsII. The error states that qr_init is not defined. Turning off the Javascript optimizer makes the error go away. Here's the code he's using thats in question: Code:
<script type="text/javascript"> <!-- // initialize quick reply qr_init(); //--> |
#481
|
|||
|
|||
I ended up uninstalling this.
It just takes up too many system resources on my dedicated windows box. During peak times with a good amount of members online, my CPU usage is pegged at 100% and it overloads the server. Pages can take up to 10 seconds to load.... And that is only with the CSS and Javascript optimization options. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|