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 |
#112
|
|||
|
|||
Quote:
Quote:
Code:
<link rel="stylesheet" type="text/css" href="css.php?styleid=12&langid=1&d=1261907792&td=ltr&sheet=vbulletin.css,popupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" /> Code:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00001/vbsc.css" /> |
#113
|
|||
|
|||
Quote:
|
#114
|
|||
|
|||
Do we upload the whole of the .zip file, or just the folder inside the .zip file labelled VBSC ?
|
#115
|
|||
|
|||
Just upload the contents of the zip file to your forum's root directory. So that the admincp stuff goes into admincp, etc.
|
#116
|
|||
|
|||
Just checked the contents of the folder within the .zip file,and there are only 2 .php files in there, you may want to check the upload files, as the drop down menu you have in your screenshot are not in my admin control panel anywhere.
|
#117
|
|||
|
|||
The only file in the Admincp folder is the vbsc.php file, nothing else
|
#118
|
||||
|
||||
More Faster , Installed + Nominated
|
#119
|
|||
|
|||
Quote:
Make sure you also upload the cpnav_vbsc.xml file to /includes/xml |
#120
|
|||
|
|||
Was not fixed in 0.81
Its probably the style issue numbering issue. I'm only running the default style on the dev site, but I had other styles before it. It appears the styleid is 9. site is: http://dev.teknosounds.com/messageboard note theres no content on the cms atm. |
#121
|
|||
|
|||
Ok, all done and working, the problem I had was in your instructions, you said upload the contents of the .zip folder to your forum root.
So I did, that meant the folder inside named 'VBCS' became a directory in the forum root. Perhaps you should rename the folder within the .zip file to 'forum' that way people would possibly recognise the structure. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|