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 |
#42
|
||||
|
||||
You might want to be more specific as to what the problem is.
|
#43
|
|||
|
|||
Either give me the link to your site with it like that, or if you can't leave it like that, send the the HTML source in a PM.
Did you definitely run compress css and js after installing? Also kall, see if 0.5 works for you now |
#44
|
|||
|
|||
Destroys a lot of links. Wrong CSS cached. Popups disappeared. Unable to log out. Unisntalled. (RC2)
|
#45
|
|||
|
|||
I can't debug what I can't see, nor do I have any problems even on my modded installation. Also did you check the contents of /clientscript/vbsc.js and /clientscript/vbulletin_css/style-whatever/vbsc.css? |
#46
|
|||
|
|||
When i have this plugin enabled with JS, CSS and HTML optimizer the moderation tools don't work.
For example if i select a message with the checkbox at the top corner right of the message it don't select the message. Also the vbsc.js is being replaced incorrectly, it's being replaced with this: Code:
<script type="text/javascript" src="/clientscript/vbsc.js"></script> Code:
<script type="text/javascript" src="clientscript/vbsc.js"></script> |
#47
|
|||
|
|||
Quote:
|
#48
|
|||
|
|||
could you release it for 3.8
|
#49
|
|||
|
|||
I'm having trouble with the latest 0.5 release (had it with 0.4 too) and RC2.
The pull down menus from the navigation bar become text. The chatbox stops working. If I disable javascript and css compression then the site runs fine (leaves html optimization). I've disabled the plugin, uninstalled it, reinstalled it, reuploaded files. I've attached a disabled and enabled image to help. |
#50
|
||||
|
||||
It does.. well, the issues I reported are gone, but now js compression is adding a little --> before my vBSEO copyright in the footer.
I can actually live with that though. |
#51
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|