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
The newly revamped vB Optimise was created for vBulletin 4, but has now been made compatible for vBulletin 3.8. In this release I have re-coded vB Optimise from the gound and focused stability over features, you'll notice Phrase Caching and vBAdvanced Integration have bit the dust, this is to maintain a sync state between this version and the vBulletin 4 release. 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
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 New launch for vB 3.8 [>>] 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
Show Your Support
|
Comments |
#492
|
|||
|
|||
Not really anything major but I'm getting some odd effects on vBadvanced. I've had one user report that they've gotten different buttons from another skin. I cached the welcome block and even got another user's display.
vBadvanced version is 3.1.0 |
#493
|
||||
|
||||
Quote:
It clearly says not to enable it for welcome block OR any other module that uses templates and no php files. |
#494
|
||||
|
||||
Hostboard - But does your XCache actually "require" authentification, the setting itself is to tell vB Optimise if you need it or not. If you do need it and you don't let vB Optimise know, there will be unexpected results.
|
#495
|
|||
|
|||
I have a small problem using APC and vBoptimise, Editing/Saving temlates flushes 'APC Opcode Cache' but not the 'user cache' where the templates are actually stored.
I still have to clear the user cache manually for the changes to reflect. Also is it possible to disable automatic 'flush cache' because if I am editing more than one template i would not want the cache to flush after every save. Thank you |
#496
|
|||
|
|||
Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83
when i change system Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83 _ Unable to add cookies, header already sent. File: /home/iecloob/domains/iecloob.com/public_html/includes/class_core.php Line: 3242 |
#497
|
|||
|
|||
what am i doing?
i only install memcache i dont know how config VB optimise setting Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83 Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83 _ Unable to add cookies, header already sent. File: /home/iecloob/domains/iecloob.com/public_html/includes/class_core.php |
#498
|
||||
|
||||
unp - I'll see what I can do to resolve that, does flushing cache in the ACP drop the templates cache?
IRANCITY - My guess is you've got memcache incorrectly configured, please ensure Memcache is correctly setup in your vBulletin config before choosing memcache in vB Optimise. |
#499
|
|||
|
|||
Quote:
Opcode cleared but template cache is still intact. |
#500
|
|||
|
|||
i can't
i've inserted this config's to my config.php : $config['Datastore']['class'] = 'vB_Datastore_Memcached'; $config['Misc']['memcacheserver'] = '127.0.0.3'; $config['Misc']['memcacheport'] = '11211'; $i = 0; $i++; $config['Misc']['memcacheserver'][$i] = '127.0.0.3'; $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; also results of typing this command in ssh : [root@xxxxxx /]# /usr/local/bin/memcached -u nobody -d -m 64 -l 127.0.0.3 -p 11211 bind(): Address already in use failed to listen |
#501
|
|||
|
|||
help me
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|