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 |
#402
|
||||
|
||||
Sure, this script needs to be executed
Code:
<script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js"> </script> <script type="text/javascript"> GS_googleAddAdSenseService("ca-pub-12345678901234567890"); GS_googleEnableAllServices(); </script> <script type="text/javascript"> GA_googleAddAttr("12345", "68798"); GA_googleAddSlot("ca-pub-12345678901234567890", "Rectangle_1345687"); GA_googleAddSlot("ca-pub-12346579841659846", "Superbanner_1123456789"); GA_googleFetchAds(); </script> Code:
<script type="text/javascript"> GA_googleFillSlot("Rectangle_123456789"); </script> |
#403
|
|||
|
|||
Quote:
Quote:
I can confirm that I have this problem too. Any thoughts please? |
#404
|
||||
|
||||
That may be because facebook javascript is put to the bottom of the page by this product. Try to deactivate this option in the products setting>Options.
|
#405
|
|||
|
|||
Quote:
Disabling the JS optimization itself? Was hoping for a better solution then that. |
#406
|
||||
|
||||
admincp>vB4: Supercharged>Enable Javascript Optimiser: deactivate this
My forum is very fast even when disabling this. The other options and the compressing of css and javascript are efficient. |
#407
|
|||
|
|||
Yeah, but FB connect is a default vB feature now. And vBSEO is a pretty popular plug-in. I'd love to have both of them fully operating along with this product.
Any thoughts from the original coder himself? |
#408
|
||||
|
||||
As far as I know, the owner of vbseo (Mert) is now official employed coder for IB itself.
|
#409
|
|||
|
|||
Very interesting...
But I was referring to the coder of this mod. |
#410
|
|||
|
|||
Hello,
is this Mod perfectly compatible with vBSeo? Thanks |
#411
|
|||
|
|||
Not if you have Facebook Connect enabled, yet.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|