Results 1 to 4 of 4

Filecache OR Xcache

This is a discussion on Filecache OR Xcache within the General Discussion forums, part of the vBSEO SEO Plugin category; hii.. I had been using vB_Datastore_Filecache for caching datastore items. On my request, my host has installed Xcache now. 1. ...

  1. #1
    Senior Member webwizzy's Avatar
    Real Name
    Vinayak
    Join Date
    Aug 2008
    Location
    India
    Posts
    257
    Liked
    0 times

    Filecache OR Xcache

    hii..

    I had been using vB_Datastore_Filecache for caching datastore items.

    On my request, my host has installed Xcache now.

    1. So, is it good to switch my config settings to vB_Datastore_XCache? Should I do it?
    2. How will it affect performance? I read somewhere, that using Xcache will reduce 1 query globally. Is it correct?

    Thank you

  2. #2
    Senior Member webwizzy's Avatar
    Real Name
    Vinayak
    Join Date
    Aug 2008
    Location
    India
    Posts
    257
    Liked
    0 times
    anyone please ?

    and is there a way to check whether xcache is working fine for us.

  3. #3
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    If you have 'vB_Datastore_XCache' defined in your config.php and your forum is still loading then its working.
    You can also use xcache's web admin interface.
    Guide here: How-To: Compiling XCache from Source at Utter Ramblings

  4. #4
    vBSEO.com SysAdmin Danny Bembibre's Avatar
    Real Name
    Daniel Bembibre Gude @dbembibre
    Join Date
    Mar 2007
    Location
    Madrid (Spain)
    Posts
    646
    Liked
    13 times
    Blog Entries
    20
    Quote Originally Posted by webwizzy View Post
    hii..

    I had been using vB_Datastore_Filecache for caching datastore items.

    On my request, my host has installed Xcache now.

    1. So, is it good to switch my config settings to vB_Datastore_XCache? Should I do it?
    2. How will it affect performance? I read somewhere, that using Xcache will reduce 1 query globally. Is it correct?

    Thank you
    If you have 3.6 series you need patch your database class
    datastore cache to XCache - boost your vBulletin - vBulletin.org Forum
    If you have 3.7 series is already included.

    Settings for xCache in php.ini
    Code:
    [xcache]
    xcache.shm_scheme = "mmap"
    xcache.size = 48M
    xcache.count = 4
    xcache.slots = 8K
    xcache.ttl   = 7200
    xcache.gc_interval = 3600
    xcache.var_size  = 4M
    xcache.var_count = 1
    xcache.var_slots = 8K
    xcache.var_ttl   = 0
    xcache.var_maxttl   = 0
    xcache.var_gc_interval = 300
    xcache.test =                Off
    xcache.readonly_protection = Off
    xcache.mmap_path = "/tmp/xcache.xxx"
    ;xcache.coredump_directory =   ""
    xcache.cacher = On
    xcache.optimizer = On
    xcache.stat   = On
    Settings in config_vbseo.php

    Code:
    define('VBSEO_CACHE_TYPE',               3);
    To review that vBSEO is caching the data, go to your xCache admin panel www.yoursite.com/xcache
    Click in "List var Data" www.yoursite.com/xcache/?type=1 and click again in vbseo_com_storage in this way you can see that the vBSEO work
    vBSEO Success Story: bmwfaq.com 95% indexed in yahoo, 85% indexed in google and straight up and 10% indexed in bing

Similar Threads

  1. XCache
    By Martyn in forum General Discussion
    Replies: 0
    Last Post: 09-26-2008, 01:00 PM
  2. Xcache and Template compressed by xcache
    By tintin74 in forum General Discussion
    Replies: 5
    Last Post: 07-25-2008, 11:09 AM
  3. xcache, vBSEO & 3.7
    By woostar in forum Troubleshooting
    Replies: 3
    Last Post: 04-12-2008, 03:19 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •