The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vB Optimise 2.0.1 (Lite) Details »» | |||||||||||||||||||||||||||||||||
vB Optimise Lite
This is ported from my original version released for vBulletin 3.8 located here. In this release I have re-coded vB Optimise from the gound and focused stability over features. Professional version & feature list available @ www.DragonByte-Tech.com/forum Priority support for Lite version is handled at the Developers Website. What does it do? vB Optimise is intended to optimise vBulletin software by integrating several PHP "cachers" and handling data before vBulletin. This works by encountering and handling data prior to vBulletin in order to skip the arbitary execution that would be more server intensive. Real-Life Statistics We've teamed up with some Big Forums to show you the impact of vB Optimise, you can view this public chart which shows both our statistics and theirs: View Public vB Optimise Resource Statistics Features - Lite
Features - Pro
Release Notes If you've used vB Optimise before you'll be aware the previous version had phrase caching, however this caused complications with the way phrases are used within vBulletin so it has not been ported over at this time. Available Translations v1.6.0 French - Thanks to finereader Change Log [>>] Version 2.0.1 No change, just keeping in sync with vB 3.8/Pro [>>] Version 1.6.1 Automatic Cache Flusher has additional parameters to make sure no data is stale Resolved Bug: Potential PHP error when using eAccelerator which cannot flush within Admin CP on certain actions [>>] Version 1.6.0 New OpCode Cacher Support: WinCache [>>] Version 1.5.0 Resolved Bug: Style cache may have fetched ID 0 instead of correct file Resolved Bug: Filecache permissions may not have worked Optimisation: Re-wrote some base code to enhance operations. [>>] Version 1.0.1 Added XCache Authentification Support Added Filecache Support Support Priority support will be handled at DBTech. FAQ Q: I have WinCache installed, but vB Optimise tells me it's not? A: WinCache only introduced OpCode support in version 1.1, if you're using version 1.0.x you will need to upgrade. Q: I'm using the XCache method, flushing doesn't work? A: If you have XCache authentification, turn the admin option on within vB Optimise Settings, then edit ./vboptimise/config.php and specify your XCache username/password. Alternatively you can disable XCache authentification within php.ini: Code:
xcache.admin.enable_auth = Off A: eAccelerator does not provide the caching extension by default, you will need to recompile PHP with additional flags. For more information read eAccelerator documentation located here: http://eaccelerator.net/wiki/CompileConfiguration (Specifically look at: with-eaccelerator-shared-memory) Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
Teascu Dorin, xrvel |
Comments |
#402
|
||||
|
||||
You can also check your php info page for any references to any of the opcode cachers vB Optimise references.
If not, you can use Filecache, instructions for how to use it is on the page and does not require any special software on the server Fillip |
#403
|
|||
|
|||
Thanks for the response, I ask to my provider (cheap Dreamhost.com) and say me that can't I use any type of cache in my shared free account.
I want try to use filecache, but Im not sure if It works.... thanks to all for the answers |
#404
|
|||
|
|||
I test your cache in filecache mode and it works great!!!! very happy with it, how much is cost the pay version ?? I will tell to my boss....
|
#405
|
||||
|
||||
Here is the Pro Details ...
http://www.dragonbyte-tech.com/vbeco...ct&productid=1 I am using it and I am very happy with it ... I love the Full page caching for guests ... |
Благодарность от: | ||
DragonByte Tech |
#406
|
|||
|
|||
Last week I installed xcache on my hostmonster account (shared hosting) following the tutorial here ... http://rk.md/2009/xcache-bluehost/
After verifying installation via phpinfo.php I waited until today to install vBoptimize. Installed lite version fine (vB 4.1.10) but when I select xcache as the operator it tells me I have selected a cache method that vB Optimise has detected I can not use hostmonster support said I didn't need to restart the apache server because "all apache variables that would normally require a apache restart are stored in .htaccess and dynamically processed". So I went into cpanel and killed all processes, then went back to my site. Still can not use xcache as the operator. Any ideas on where to go from here? |
#407
|
||||
|
||||
Quote:
|
#408
|
|||
|
|||
No I forgot that part However when I did set it I can't get into my acp, I get the following error:
Fatal error: Xcache not installed in [path]/includes/class_datastore.php on line 528 It's late and I shouldn't be fiddling with this right now |
#409
|
||||
|
||||
You should contact your host, that error indicates it's not a vBO issue and it's an issue with the XCache installation. They should be able to help
Fillip |
#410
|
|||
|
|||
I am using memcache
I get error: Code:
Running Test: Store Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration. Running Test: Fetch Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration. Code:
// ******** DATASTORE PREFIX ****** // If you are using a PHP Caching system (APC, XCache, eAccelerator) with more // than one set of forums installed on your host, you *may* need to use a prefix // so that they do not try to use the same variable within the cache. // This works in a similar manner to the database table prefix. // $config['Datastore']['prefix'] = 'vbo_'; // It is also necessary to specify the hostname or IP address and the port the server is listening on /* $config['Datastore']['class'] = 'vB_Datastore_Memcached'; $i = 0; // First Server $i++; $config['Misc']['memcacheserver'][$i] = '127.0.0.1'; $config['Misc']['memcacheport'][$i] = 11211; $config['Misc']['memcachepersistent'][$i] = true; $config['Misc']['memcacheweight'][$i] = 1; $config['Misc']['memcachetimeout'][$i] = 1; $config['Misc']['memcacheretry_interval'][$i] = 15; I don't know exactly what to change in config file or what to change it to |
#411
|
||||
|
||||
That's a server error, please contact your host to have them assist with verifying memcached in PHP
Fillip |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|