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 |
#292
|
||||
|
||||
I'm also getting the same error at the top of my pages. When I rebuild my CSS files it says to make sure my CSS is set to be stored as files and that the files are writable (CHMOD 777).
I've double checked. Everything's set up right. The CSS compressor refuses to run. It was working fine back in 0.92. And, yeah, I remembered to upload the files in the vbsc.zip. |
#293
|
|||
|
|||
this mod works well on forum, but pop this error msg in CMS. temporary disabled until this get fixed
Quote:
|
#294
|
|||
|
|||
Installed on 4.0.1. No error, love the speed
Error: When I enable this modification, the vbulletin blog layout got mess up. The widget sidebar got push (to the right) out of the layout. |
#295
|
|||
|
|||
Quote:
|
#296
|
||||
|
||||
Hi, I upgraded to 4.0.1 this morning and then proceeded to try and upgrade this excellent mod, but got this error:
vB4 Default Style ... (Templates) (StyleVars) (Replacement Variables) (CSS) (Controls) Fatal error: Call to undefined method stdClass::called() in /home/swiftor/public_html/includes/class_core.php on line 3829 I made sure I uploaded the latest files from the vbsc.zip to the proper directories. I also get the above error when trying to uninstall the mod for a fresh install. UPDATE: I noticed that after an uninstall, its gone from the list of installed mods (even though its still listed in the left nav bar, I guess because of the failed install), and then uploaded the product file without error, but now the top of all my pages have the url listed twice. Any suggestions on what I can do to fix this? |
#297
|
|||
|
|||
Quote:
|
#298
|
|||
|
|||
With vBSEO enabled and when i enter to a Subforum or a Thread the CSS code are being bad parsed:
http://www.bburl.com/<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00048l/vbsc_main-rollup.css" /> The BB Url are being included out of the <link rel="stylesheet". This only ocurr when Enable CSS Optimiser is enabled, Javascript optimiser works perfect. Thanks |
#299
|
|||
|
|||
I think it's time I rewrote the CSS optimiser tbh
|
#300
|
|||
|
|||
Does this mod have comparability issues with that facebook plugin? I currently use it, but I also wish to install your mod without any conflicts.
|
#301
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|