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 |
#82
|
|||
|
|||
Sorry, I'll update the instructions.
EDIT: Done. I reckon the stylevar saving thing is what caused your problem(s). |
#83
|
|||
|
|||
unfortunately not working for me... page becomes white without design and just text
|
#84
|
|||
|
|||
Quote:
Fixed my issue, thank you. I can see a difference. I was using VB Optomise in the past, and had to remove it w/the upgrade. This seems to help out. Nice work. :up: |
#85
|
||||
|
||||
Quote:
|
#86
|
||||
|
||||
This can happen for many different reasons. At first I thought you may have moved your actual CSS.php file in your FTP thingy like I did the first time because this is what happened, but it may also be as simple as that you just have to do step 6 and compress both of them. If neither of those are the issues then I didn't run into any other sort of problem when I did mine.
|
#87
|
|||
|
|||
Quote:
i?ve done this but now i see my template as default one i mean..it has losted all the colours..and now it is like default vb skin |
#88
|
|||
|
|||
Did you save a stylevar in every style your site uses?
Then rerun Compress CSS ofc. In 0.8 I'll have Compress CSS run the equivalent code to saving a stylevar to simplify things a bit |
#89
|
|||
|
|||
i dont understand this..im not an english speaker..sorry
if i disable CSS compression, i can see the style with customize colors what step im missing to get this work? |
#90
|
|||
|
|||
what i do is next..
Styles & Templates > My style...all Style options...stylevar..and i press GO then i select Block Background (for example) and i click on save the skin i use is rainbow.. https://vborg.vbsupport.ru/showthrea...hreadid=230642 |
#91
|
|||
|
|||
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|