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 |
#102
|
|||
|
|||
I believe that the css compression crunches this box at the bottom of the page. I want to say it does it to other similar boxes, but I haven't actually actually confirmed it with any but this one.
|
#103
|
|||
|
|||
Quote:
I've got loads of stuff to fix for 0.8 D: |
#104
|
|||
|
|||
Holy Shit!
My site just became shit load faster! Thanks |
#105
|
|||
|
|||
0.8 released - huge amount of bugfixes, although I'm bound to have introduced more :P
Also note that saving a stylevar before running Compress CSS is no longer necessary - it's done automatically now. Anyway, enjoy |
#106
|
|||
|
|||
Wow, it feels so whizzy now. Thanks for the mod, keep up the good work.
I has a small question which may sort itself out, in CMS on http://forum2.solent-renegades.co.uk/content.php I get Please run the Compress CSS function of vB4: SuperCharged in your Admin CP. Your forum is currently running without optimised CSS as a fallback. However dosn't appear in Forums or Blogs. |
#107
|
|||
|
|||
Been testing a dev site out using 4.0 and threw this on there
No sure if its just me...but the new version on the CMS homepage is giving me the css error saying its fallen back to the default and I need to run it again, but when going into the main forums, the error goes away. *edit* Heh looks like me and TransAmDan were posting at the same time. |
#108
|
|||
|
|||
Now it seems like 0.8 CSS compression makes me lose my background color and centering for my fixed width
|
#109
|
|||
|
|||
Quote:
Does your site put a strange styleid on the CMS css files compared to all the rest? TransAmDan seems to have style 1 everywhere, but 12 (which doesn't actually exist on the filesystem) on the CMS :/ I just installed a fresh vB4 and it definitely isn't doing that, and no problems either on two heavily modded copies. Quote:
|
#110
|
|||
|
|||
Have tried 0.81, this didn't make any difference for me. You mentioned Stye 1, and 12, is there something missing in my CMS styles? I did have problem in my upgrade stages from VB4 Beta 2 tp Beta 4 and RC2, all had problems, so perhaps something happened to my CMS Styles in this time.
|
#111
|
|||
|
|||
I get the following message appear above both the CMS and Forum on my site.
Quote:
Any ideas? Link to my forum is below. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|