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 |
#452
|
||||
|
||||
Hi
Thanks for the update but the PM Notification is still not creating a new window. As soon as I deactivate vbsc it opens the windows again. If you want send me your email and I can send you my vBSEO settings, maybe this will help you recreate the bug. |
#453
|
|||
|
|||
Brilliant. Thanks!
|
#454
|
|||
|
|||
Would you mind registering me a couple of accounts on one of your forums? Even with the help of google translator I couldn't quite manage it :P
|
#455
|
|||
|
|||
Thanks for the update works awesome :up::up:
|
#456
|
||||
|
||||
Hello, thanks for the great job.
it works perfect for me. before install your mode, I was need 20 Second to open my forum, now just 10 second or less. also I used Iwebtool.com to test the speed before and after, and here is the result: befor: # Domain nameSizeLoad TimeAverage Speed per KB1www.bonsaifreinds.com/vb306.92 KB7.58 seconds0.02 secondsafter: # Domain nameSizeLoad TimeAverage Speed per KB1www.bonsaifreinds.com/vb306.76 KB1.22 seconds0 secondsthat was sooooooo great for me. thank you so much. you can test my forum speed here: bonsaifreinds.com/vb |
#457
|
||||
|
||||
Hi
Another great improvement would be if you could optionally gzip the vbsc.js file and the css files of vbulletin. I hope this is possible StarBuG |
#458
|
|||
|
|||
Quote:
I am a strong supporter of Nginx, hence why vBSC produces pre-gzipped .gz files that Nginx (and probably other servers) can serve directly. |
#459
|
|||
|
|||
Just installed your product and it does seem to have made a difference to the forum itself.
However, 2 problems. vMoods no longer works, is there any work around for this? the CMS actually seems to load slower!! is that just me? |
#460
|
|||
|
|||
Quote:
Also can I have a link to your forum? |
#461
|
|||
|
|||
thanx a lot for this great mod it helps my site a lot
all thanx to you |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|