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 |
#392
|
|||
|
|||
Quote:
It should 'just work' in most browsers, but for maximum compatibility you should look up how to add custom headers and search for .png anywhere in the URL (specifically the query string) and set the content-type to image/png, and the same for gif and jpg. I've never used IIS7 so I can't really say specifically how to do that. |
#393
|
|||
|
|||
When i try to comprees javascript -
Fatal error:Call to undefined function curl_init() in /var/www/mamas/data/www/test1.mamas.ru/admincp/vbsc.php on line 88 |
#394
|
|||
|
|||
Either enable the CURL extension or disable Google Closure Compiler in the vB4:SC settings. You won't be much worse off with the latter.
|
#395
|
|||
|
|||
Not sure if this has been reported yet, but the "Javascript Optimiser" causes the new Facebook Connect functionality in 4.0.3 to not work.
|
#396
|
|||
|
|||
Quote:
Have you got the common javascript cache enabled and done compress javascript since updating to 4.0.3? |
#397
|
||||
|
||||
tnx for update
keep it up plz |
#398
|
|||
|
|||
Quote:
Edit: It appears to be a conflict with this plugin and vBSEO. If I have just vBSEO enabled, FB connect works fine. If I have just this plugin enabled, FB connect works fine, but if I have them both enabled, it breaks it. Any suggestions? |
#399
|
|||
|
|||
Hi Darkimmortal,
I came across a bug and wanted to get your thoughts. With vbsc Javascript compression enabled, if I upload 2 images to the asset manager and try to insert them inline at the same time, I get a JS error and only 1 of the two images are inserted. With the javascript compression off, the error does not display and both images insert inline. This occurs on the forum and the CMS. Thoughts? |
#400
|
||||
|
||||
Not workig with Google Admanager.
The banners are served in <body> by a <script ...></script> statement. Before that statement, another script should be executed, but this mod puts this other script in the footer. |
#401
|
|||
|
|||
Could you post/send me the code for the script that gets moved?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|