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 |
#562
|
||||
|
||||
Seems like this mod is not compatible with AWCoding Donation System.
I have a pro version of that mod and both this and that are must have for a vbulletin forums. Can you please do something to make it work with that mod? I asked the coder of that mod and he said that his javascript files should be untouched by this mod to work. Thanks |
#563
|
|||
|
|||
You can define if they can via usergroups. Once there go down to
Profile Customization Permissions |
#564
|
||||
|
||||
Quote:
Admin CP -> Settings -> Options -> User Profile Options -> Enabled User Profile Features Uncheck: Profile Styling |
#565
|
||||
|
||||
Well I installed it, and it didn't really improve my performance using WebPageTest.org has the testing benchmark. Firefox did however show slight improvements with a couple extra green check marks with it's Page Speed tester. Although it didn't really improve the Page Speed Score: 75/100.
Also it disabled the ability for the + option in the section menu, and just laid out all the options in one menu. So I'm not sure modding my board to see little to no speed enhancement is really worth it, tell me I'm wrong, please. |
#566
|
|||
|
|||
well with this and several other tweaks, my yslow score went from 70 to 83
|
#567
|
|||
|
|||
Hmm, it does seems to make the site go faster, but it takes away all the customized profile my members made, and also takes away the name glows on usernames, name glows that you get with point market system 3.0.1 plug-in.
I'm using 4.0.8. Hope to see these fixed in newer versions. |
#568
|
|||
|
|||
Quote:
|
#569
|
|||
|
|||
Thank you for this great mod! Love it!
|
#570
|
||||
|
||||
Working like a charm on vB 4.1.1 w/vBSEO 3.6 RC1
|
#571
|
|||
|
|||
Working awesome on 4.1.1 !! installed and nominated.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|