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 |
#652
|
|||
|
|||
it is me again , after disable the products I get DB error when tray to posting , so I enable it again and stack with that problem what I EXplane in my last post , appreciate any help
|
#653
|
|||
|
|||
whats the purpose of the file vbsc.js.gz in clientscript folder?
|
#654
|
|||
|
|||
Nice mod but doznt effected for me
Quote:
|
#655
|
|||
|
|||
Hey guys I got the ckeditor working.
In the plugin for SC called JS Optimiser, there is a line that allows you to put in things that shouldn't be touched. I just added _edit, editor, and ckeditor. Here is my script: Code:
function vbsc_jsleave($match){ return (/*stripos($match, "FeatureLoader.js.php") !== false ||*/ stripos($match, "google_ad") !== false || stripos($match, "show_ad") !== false || stripos($match, "_google") !== false || stripos($match, "recaptcha") !== false || stripos($match, "_edit") !== false || stripos($match, "ckeditor") !== false || stripos($match, "editor") !== false/* || strpos($match, "treeview.css") !== false || strpos($match, "initVbTreeMenus") !== false || strpos($match, "treeview-min.js") !== false || strpos($match, "SHOW_ALL_TREE_ELEMENTS_THRESHOLD") !== false*/); } |
#656
|
||||
|
||||
Hi guys,
Really interesting stuff. Does this mod conflict in anyway with vBFoster? Cheers Mick |
#657
|
|||
|
|||
Please any one can upgrade vB4 SuperCharged - Optimises CSS, Javascript and HTML Mod work on vB4.1.10 without any bug?
Quote:
Quote:
|
#658
|
|||
|
|||
Quote:
|
#659
|
||||
|
||||
We are willing to take over this project per permission of author.
|
4 благодарности(ей) от: | ||
fxdigi-cash, Naijasite, synseal, Toorak Times |
#660
|
|||
|
|||
Would love to have this working and bug-free...
|
#661
|
||||
|
||||
PM the author - as stated above they've moved to ZF and probably wouldn't mind.
|
Благодарность от: | ||
fxdigi-cash |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|