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 |
#242
|
|||
|
|||
Great mod. No problems at all and can see an improvement.
|
#243
|
|||
|
|||
Installed and nominated for MOTM
|
#244
|
|||
|
|||
Confilct with Album Ajax Rating.
Reported here: https://vborg.vbsupport.ru/showthrea...=228768&page=2 |
#245
|
|||
|
|||
got this error on your version 1.01. Just thought you'd like to know.
PHP Code:
And from the Compress JS page.. PHP Code:
|
#246
|
|||
|
|||
Quote:
Quote:
|
#247
|
|||
|
|||
Section Navigation widget breaks with javascript optimizer.
|
#248
|
|||
|
|||
Im getting this error with 1.01 version on JS compress:
Code:
Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 68 Code:
Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 191 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 196 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 201 # Rainbow Skin ... (Plantillas) (Variables de Estilos) () () (Controles) Terminado. Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 191 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 196 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 201 |
#249
|
|||
|
|||
An automatic css compressor would be nice is if adding a new template or change an existing
|
#250
|
|||
|
|||
Oh, it used to do that :/
I'll add that back in the next release |
#251
|
||||
|
||||
Hi, dunno if this has been mentioned but this conflicts with facebook bridge
https://vborg.vbsupport.ru/showthread.php?t=232457 Get error trying to run css |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|