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 |
#232
|
||||
|
||||
I also installed this - seems to have further helped by adding further compression:
https://vborg.vbsupport.ru/showthread.php?t=178286 |
#233
|
|||
|
|||
Yeah that is all stuff any good server would have anyway
|
#234
|
|||
|
|||
I thought the JS Optimiser was your problem, but I put your site's html through it in my test environment and it came out just fine :/
See if you can eliminate which optimiser is causing your issues and I'll see what I can do to fix it (although most likely it's one of your mods that's causing the problem). |
#235
|
|||
|
|||
Yeah, I got to thinking about it, and I have My Server tweaked to the Max already server-side and figure that could/is the problem as well Mate.
Great Mod and wish I could use it, but my sites already fast as lighting, I was just looking for a little more if you get what I mean. ( I'm also an overclocker...hahaha ) Thanks Darkimmortal, |
#236
|
|||
|
|||
I am getting an error. This appears at the top of site:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4762 The file ./clientscript/vbulletin_css/style00009/vbulletin.css is missing. This would indicate your forum is not set to save CSS on the filesystem. If you are certain it is, try running Compress CSS again. To prevent issues, your forum is currently running without optimised CSS as a fallback. I get these errors when running Compress CSS: vB4 Default Style ... (Templates) (StyleVars) () () Warning: Invalid argument supplied for foreach() in [path]/includes/adminfunctions_template.php on line 1035 (Controls) Done. Warning: file_get_contents(./clientscript/vbulletin_css/style00009/vbulletin.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/popupmenu.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/vbulletin-chrome.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/components.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/vbulletin-formcontrols.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/postlist.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/attachment.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/attachments.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/editor.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/forumbits.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/threadlist.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/tagcloud.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 Warning: file_get_contents(./clientscript/vbulletin_css/style00009/forumhome.css) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/admincp/vbsc.php on line 208 DarkVision ... (Templates) (StyleVars) () () Warning: Invalid argument supplied for foreach() in [path]/includes/adminfunctions_template.php on line 1035 (Controls) Done. I chmod 777 the vbulletin_css directory. Can you tell me how to resolve? Thanks, Slim |
#237
|
|||
|
|||
I resolved my issue by re-applying 4.0 PL1 and enabling vbsc. It works great now.
|
#238
|
|||
|
|||
Sweet, it got rid of that nagging side bar jerk on open.
Installed. Thanks |
#239
|
|||
|
|||
how does re-applying work as I get the same error
|
#240
|
|||
|
|||
Make sure you have CSS set to be saved on the filesystem (see the installation instructions).
|
#241
|
|||
|
|||
I saw one guy ask and read like 12 pages after but can't find any answer to this.
I made two changes to my CSS before I had decided to give this a shot. I lost one of them. I had changed it so my link color INSIDE of posts only was a different color than the text, and I changed the color of my thread prefixes. The thread prefixes color is still the one I changed it to, but the one inside of threads does not work anymore. I disabled the mod and turned off storing CSS, and none of it is working. Is there any reason why only one change would stop working, and what can I do to fix this? EDIT: Nevermind, fixed it finally. This always happens. I try for a day and then ask the question. Then I figure it out. For some reason I had my 'additional css' comment causing the problem. Just removed it even though it was commented out and it works now. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|