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 |
#192
|
|||
|
|||
Can I have a link to your site?
And were there any errors when you ran Compress JS? |
#193
|
||||
|
||||
Still a test site but feel free, sent you a pm.
|
#194
|
|||
|
|||
Im running vb4 gold pl1 and vbseo 3.5 rc1 and when i enable the JS compression and run the js compression tool i get errors where the site is just a white page with a few links on it, and i get this message which is strange as ive run the compressor (several times) :-
Please run the Compress JS function of vB4: SuperCharged in your Admin CP. Your forum is currently running without optimised Javascript as a fallback. As soon as i set the Enable JS Optimiser to no the site returns to normal.. its running ok with the css optimiser though.. Good hack though, noticed an improvement straight away.. |
#195
|
||||
|
||||
I'm also find if I Enable JS Optimiser it changes the layout of the post thread where it shows the posticons in the postbit lol
Turning it off sorts the layout. |
#196
|
|||
|
|||
oooh, naughty boy...!
|
#197
|
|||
|
|||
Quote:
Not without JS Optimiser anyway - it does most of the actual speedup. Also, link? |
#198
|
|||
|
|||
Hm, Dark, any reason there's a clash with the CSS optimizer and Abe1's thank hack? For some reason it changed the reply icon on posts from the arrow to the thank icon.
|
#199
|
|||
|
|||
Reproduced, fixing for the next release
|
#200
|
|||
|
|||
01/01/10 - perfect day for a 1.0 release
Happy new year everyone :> |
#201
|
|||
|
|||
Hm, the thanks icon still appears for my reply button
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|