The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vB Optimise v2 (vB3) Details »» | |||||||||||||||||||||||||||||||||
vB Optimise Lite
Professional version & feature list available @ www.DragonByte-Tech.com 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 ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Features - Lite
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
Supporters / CoAuthors Show Your Support
|
Comments |
#32
|
|||
|
|||
Ok, thank you I will try that.
|
#33
|
|||
|
|||
My host has replied with the following:
Quote:
|
#34
|
||||
|
||||
Run test1.php then test2.php from the attached zip and see what the output is.
Fillip |
#35
|
|||
|
|||
I am running vB 3.8.4 and installed memcached on our Server and set memcache on vB Optimise - Main Settings but when i see "MySQL Queries vB Optimise has saved this forum:"
on footer forum, it show me null and blank query! also i see Resource Statistics is null! for more information please see the attachments. please tel me whats the issue and what do I need to change? |
#36
|
||||
|
||||
Check the Cache Settings and ensure you've enabled caching for everything.
Fillip |
#37
|
|||
|
|||
Quote:
Code:
// ****** DATASTORE CACHE CONFIGURATION ***** // Here you can configure different methods for caching datastore items. // vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php // vB_Datastore_APC - to use APC // vB_Datastore_XCache - to use XCache // vB_Datastore_Memcached - to use a Memcache server, more configuration below // $config['Datastore']['class'] = 'vB_Datastore_Filecache'; // ******** 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'] = ''; // 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; Code:
[root@server includes]# netstat -tap | grep memcached tcp 0 0 localhost.localdomain:11211 *:* LISTEN 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58927 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58939 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58938 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58937 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58943 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58942 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58932 ESTABLISHED 515063/memcached tcp 0 0 localhost.localdomain:11211 localhost.localdomain:58900 ESTABLISHED 515063/memcached [root@server includes]# Code:
[root@server includes]# cat /etc/sysconfig/memcached PORT="11211" USER="memcached" MAXCONN="1024" CACHESIZE="2048" OPTIONS="-l 127.0.0.1" [root@server includes]# and which other setting should i check? |
#38
|
||||
|
||||
No, I mean the vBulletin Options for this mod
DragonByte Tech: vB Optimise - Cache Settings Fillip |
#39
|
|||
|
|||
Quote:
my question is, when we use Memcache instead of Filecache on Opcache Operator menu, what should i see in Resource Saving Statistic menu? and please tel me Memcache is better or Filecache for the high speed loading of site? note: my forum is hosted on linux dedicated server and use litespeed. |
#40
|
||||
|
||||
Does this help use less RAM on hosting servers?
|
#41
|
||||
|
||||
Installed and Nominated, but after enabling I run a test and it says my vbo is turned off.....
[Edit] Ok i turned on filecache, and set to writable, but when I run a test it says AJAZ not available |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|