The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||
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 |
#332
|
|||
|
|||
![]()
any ETA on a fix?
|
#333
|
||||
|
||||
![]()
Great mod, it has really added speed to my page loads... I noticed that Vsa Top statistics does not work with this mod active, if I disable it the stats work. If I enable it the stats mod only shows "Loading..."
Anyone else have this issue? |
#334
|
|||
|
|||
![]() Quote:
|
#335
|
|||
|
|||
![]()
Now that 4.0.2 is out, I'll fire out a vB4:SC update tomorrow
![]() For now, make sure you run compress css+js after updating. |
#336
|
|||
|
|||
![]() Quote:
I missed the CSS compressor lol |
#337
|
|||
|
|||
![]()
Updated to 4.02 and the Compress Java reports error with read/write?
Hmmm... Telnet to site and CHMOD / CHOWN to the two files - still got error. Never had an issue before... EDIT... Disabled Google compressor and now functioning - hmmm.... |
#338
|
|||
|
|||
![]() Quote:
EDIT: Don't have a clue why it's happening, so just disable closure compiler for now. Also there are a couple of bugs when saving the CSS files (or pretty much any template), but I'm pretty sure those are caused by vB itself. |
#339
|
|||
|
|||
![]()
Downloaded and installed latest version. All the old bugs seem to be fixed but I found new major one.
Error on: Javascript Optimiser Browser: I.E (it works fine with Opera, Chrome and Firefox) Description: With javascript optimizer enabled, Edit Post/ Reply to quote ajax functions got disabled. Also, when you enter edit mode or reply mode, you will see html out put instead of just normal bb code. Test it out with I.E and you will see what I meant. |
#340
|
||||
|
||||
![]()
Still getting an error saving CSS files.
![]() |
#341
|
|||
|
|||
![]()
tagged wait for a stable release :P
![]() |
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|