The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
XCache for vBulletin Caching Details »» | |||||||||||||||||||||||||||
This mod will replace the default vB_Cache_Db class (database cache) used in vBulletin with an xCache implementation of it.
vBulletin has promised to implement this option themselves, but I'm sick of waiting, so I created this. What are the benefits of using XCache for caching over MySQL (Database) ? In theory, quicker page load times, lower server load. This will offload the duty of caching from mysql and throw it into the RAM. It will also reduce your query count per page. The most staggering difference you will notice is with the CMS, or any mods that make good use of the cache. For instance, in my dev site using the default CMS content and settings, browsing as a guest, I was able to shave off an average of 0.06 seconds from the page generation time (0.23 -> 0.17 seconds) and 43 queries (86 -> 43)! In a live site, the reduction in queries and overall time spent serving the page will have a large effect on overall performance in a busy site. Make sure that you also have the datastore cache method set to xcache as well for further query reduction: https://www.vbulletin.com/docs/html/datastore Also install "Load templates from XCache" for further query reduction: https://vborg.vbsupport.ru/showthread.php?t=255994 Any drawbacks? Other than a file edit required on every vBulletin upgrade, none that I can think of... If you think of one, post it. What about other data caches ? (memcached, apc, etc.) I could write those as well, if there is a demand for it, and they happen to work similar enough to xcache. This is a beta! This has been tested in a live forum for a few days, and no incidents/side-effects have been noticed or reported, but I cannot yet guarantee it is 100% perfect. This mod requires one file edit See this bug to find out why: http://tracker.vbulletin.com/browse/VBIV-13241 Requirements This was designed to fail gracefully by falling back on the DB cache if there is an error, so if there is an error you will not even realize it. Make sure these requirements are met:
Restart after making any changes. Another tip is to set your xcache.count and xcache.var_count to the number of CPU cores that you have. See the documentation here: http://xcache.lighttpd.net/wiki/XcacheIni After running this mod for a while, check your xcache admin page to ensure that your var_slots and var_size are large enough. Install Instructions 1. Upload the contents of the UPLOAD folder in xcache.zip to your forum root 2. Open up your /includes/config.php file and add the following: PHP Code:
3. This step will need to be repeated whenever you do a forum upgrade. Open up /vb/cache.php. Find: PHP Code:
PHP Code:
Download Now
Show Your Support
|
4 благодарности(ей) от: | ||
FReeSTER, Max Taxable, steviewonder44, tbworld |
Comments |
#42
|
|||
|
|||
After using this I actually love it.
My forums speed has increased a great deal. vBOptimise Lite was ok, but this made things that much better minus the vBOptimise pro price tag. Nominated. |
#43
|
|||
|
|||
Question, if I already configured vBulletin to use Xcache through their config do I still have to use this addoN?
|
#44
|
|||
|
|||
|
#45
|
||||
|
||||
That is the datastore, not the cache. Similiar but not the same. So yes.
|
#46
|
|||
|
|||
Can i use it on 4.1.4? I have already installed the xcache on my server.
|
#47
|
|||
|
|||
What exactly is the difference?
|
#48
|
||||
|
||||
Cache is for specific bits of data, like cms articles, widgets, blocks, showgroups.
Datastore is a cache of data like options, usergroup permissions, forum permissions, etc. |
#49
|
|||
|
|||
Thanks, I look forward to hearing the results.
|
#50
|
|||
|
|||
Any chance to add memcache support? Its more faster to me,
|
#51
|
|||
|
|||
When I installed this on 4.2.0 and I pressed "What's New" it was showing blank page for some reason.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|