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 |
#142
|
|||
|
|||
Could this modifcation technically cause any problems?
Just wondering, not sure. My site all of a sudden stopped working. www.teenhut.net/index.php Any easy way to uninstall it without being able to login into the forum? Like disable or something, so i can check if forum runs with this disabled? |
#143
|
|||
|
|||
Well I'm running it on nginx too without any problems :/
Anyway go to your product table in the database and set the 'active' field to 0. |
#144
|
|||
|
|||
Also just noticed how ibProArcade includes its css - the css_start hook. Seeing as I'm taking css.php out of the equation, I'm gonna have to call hooks like that within my hook and hopefully handle the results correctly :/
|
#145
|
|||
|
|||
Not Working with suite?
|
#146
|
|||
|
|||
It is. Check you followed all the steps correctly.
|
#147
|
|||
|
|||
Quote:
Following is the error I see in error log and cant figure out whats wrong Quote:
there are millions of such errors in error.log file. My host said there is something wrong with template code. Quote:
Not sure if it has anything to do with your product now, i made active field to 0, but still doesnt work. But if you can help out with anything, it will be really great |
#148
|
|||
|
|||
Thank you sir!!!
:up::up: |
#149
|
||||
|
||||
Though I ran compress css this message keeps showing on top of the forum :
Please run the Compress CSS function of vB4: SuperCharged in your Admin CP. Your forum is currently running without optimised CSS as a fallback. |
#150
|
|||
|
|||
Link?
|
#151
|
|||
|
|||
I bet thats the same problem we were having Dark
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|