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 |
#202
|
|||
|
|||
Did you remember to recompress the CSS and Javascript?
|
#203
|
|||
|
|||
Yeah, I even uninstalled and reinstalled to make sure it didn't work.
I don't know if it makes a difference, but I moved the hook like Abe1 said to get the thanks button to appear in a different location. |
#204
|
||||
|
||||
Installed. Great work mate !
|
#205
|
|||
|
|||
Quote:
(The missing icon is a bug in Post Thank You Hack) Can I have a link to your forum? |
#206
|
|||
|
|||
<span style="text-decoration: line-through">Yeah, somehow the image shows up after I run the CSS compressor. The path to the reply icon is still the reply icon, but it shows the thanks icon (which is missing without compression like you see it).</span>
So that was a bug of the thanks hack and an oversight. Thanks for pointing that out. |
#207
|
||||
|
||||
Looks like this will be a good mod - Bit I'm having the same issues as some above. I get the error "Please run the Compress CSS function of vB4: SuperCharged in your Admin CP. Your forum is currently running without optimised CSS as a fallback."
I have compressed both Javascript and CSS. I've even deleted the vbsc.js and vbsc.js.gz files and tried again (no errors given), but I'm still getting the message. It seems to render in Chrome ok, but it is a mess in IE, so I've disabled the hack for now. I look forward to a fix or pointer on what I'm doing wrong. Many thanks. |
#208
|
||||
|
||||
Thank you for update , upgraded
|
#209
|
|||
|
|||
Quote:
Also the mess you described is to be expected with the way it tacks that message on before even <html> |
#210
|
||||
|
||||
I've enabled the plug-in if just for you, let me know when you are done so I can fix or turn off again. Thanks
http://www.ridehub.co.uk Edit - not sure if this matters, but my forum root is the directory route, i.e. it is located in / not /forums/ |
#211
|
|||
|
|||
http://www.ridehub.co.uk/clientscrip..._vbulletin.css
Looks like Compress CSS hasn't run properly. Were there any errors? And the folder layout doesn't make any difference - I run it live from / |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|