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 |
#412
|
|||
|
|||
Just so you know, I've found that if I disable your mod's HTML optimizer AND vBSEO's HTML optimizer and leave Javascript optimization on, FB connect works. If I have EITHER of the HTML optimizers ON, I have to disable Javascript optimization for it to work...weird. I hope it's not too hard of a fix.
|
#413
|
|||
|
|||
Any ETA?
Thanks |
#414
|
|||
|
|||
i have installed it on 4.0.2 suite...but the forums are not showed :S
whats the problem? when i disable this product...i can see forums, but with this mod enable not. |
#415
|
|||
|
|||
Thanks
|
#416
|
|||
|
|||
It will be importnt to note that you are also using the mod "[YUI] Tabbed Forum Home" and like I instructed you in that thread, you will need to host to host the .js files locally or just turn off Javascript Optimization
|
#417
|
|||
|
|||
Quote:
if i edit FORUMHOME TEMPLATE EDIT 1 forumhome changes, i cant see my header logo (the header is smaller like there is no logo specified, and the login/pass boxes are moved to the left instead of be on the right then, if i made FORUMHOME TEMPLATE EDIT 2 changes, i cant see the forums (no tabs..no forums...nothing). its like there aren?t any forums. if i disable Javascript Optimiser options from supercharged 1.3 mod i can see all ok...tabs and everything I dont know why this issue it is only VIEWING THE FORUM AS A GUEST. If im logged with my user...everything works fine... i hope to enable Javascript Optimiser option and keep using this fantastic mod! |
#418
|
||||
|
||||
do it goes with Vb Optimise for vb4?
|
#419
|
|||
|
|||
Yes, vB Optimise only does internal caching and such. I run both.
|
#420
|
||||
|
||||
I use 2 pro versions and 2 light versions on my 4 vb4 Forums.
Works perfectly together |
#421
|
||||
|
||||
Mert is a vBSEO staff member.. he doesn't own the company.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|