Page 1 of 2 1 2 LastLast
Results 1 to 15 of 23

vBSEO Doesn't Detects Xcache

This is a discussion on vBSEO Doesn't Detects Xcache within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, I was advised by Brian to install Xcache on server, in order to ease off some of the server ...

  1. #1
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times

    vBSEO Doesn't Detects Xcache

    Hello, I was advised by Brian to install Xcache on server, in order to ease off some of the server load which was causing due to vBSEO. Now my host has successfully installed same but the the option in vBSEO CP still shows it as 'Unsupported'. What could be the issue?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    It is working correct on all my instances. Make sure your xCache was compiled correctly.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Hello Mert, Thanks for the response. Could you please elaborate? I'm afraid that everything has been set up fine (and assured by my webhost too). Yet, the vBSEO continues to display it as 'unsupported'. Any help will be appreciated. Thank You.

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    If you have SSH access please try php -v command to see if the output displays xCache , also please make sure xcache is displayed inside your phpinfo page
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Hello Mert, All that I could find related to xcache on PHP info page is this:

    Code:
    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
        with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
        with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd., and
        with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies
        with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
    Thanks.

  6. #6
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Any help will be appreciated. Thanks.

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    That does seem to indicate that it is available. It is an older version though. 1.3 has been out for a long time now.

    Did they upload the web interface for you as well? The varsize/etc may simply just not be above 0 so it is effectively disabled. Try to get the full settings list from php.ini (should be at the bottom)

  8. #8
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Hello Brian, Thanks for the response. I do not have access to it's admin interface. But I have messaged you the content which I could locate at bottom of php.ini (Since I wasn't sure if it's safe to post it here).

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    There's nothing private in there.

    As suspected,
    Code:
    xcache.size  =                0M
    it's set to 0.


    try 64 to start. This eats ram, so if you only have a 1gb server, you should consider using less for the cache.

    Code:
    xcache.var_size  =            0M 
    xcache.var_count =             1
    try 8 for var size
    and the count needs to match the number of CPU cores you have. Ie, a dual core cpu = 2.


    see:
    http://xcache.lighttpd.net/wiki/XcacheIni
    for more info on the vars.

    After adjusted, restart the webserver.

  10. #10
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    try 64 to start. This eats ram, so if you only have a 1gb server, you should consider using less for the cache.
    Hello Brian, My webserver has 2GB RAM now. But the load still stays around 1.0~. Will setting it to 64 be alright without stressing the server?

  11. #11
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Yeah, 64 should be ok. Just keep an eye on it.

  12. #12
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Yeah, 64 should be ok. Just keep an eye on it.
    Hi Brian, My host has done this and I have verified it too. Still it shows up Xcache as Unsupported. I don't know what's the matter?

  13. #13
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    after the setting change, was the webservice restarted?

  14. #14
    Member
    Real Name
    N/A
    Join Date
    Apr 2010
    Posts
    55
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    after the setting change, was the webservice restarted?
    My website has custom PHP.INI file as well and they also made the changes to it. But when I asked about the server restart, the response was that the webserver does not needs to be restarted after making chages to custom php.ini.

  15. #15
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    I assure you, it does.....

Page 1 of 2 1 2 LastLast

Similar Threads

  1. vBSEO + xCache
    By AHealthForum in forum Troubleshooting
    Replies: 1
    Last Post: 03-24-2009, 04:00 AM
  2. XCache in vBSEO
    By webwizzy in forum General Discussion
    Replies: 5
    Last Post: 12-01-2008, 05:14 AM
  3. Xcache and Template compressed by xcache
    By tintin74 in forum General Discussion
    Replies: 5
    Last Post: 07-25-2008, 10:09 AM
  4. xcache, vBSEO & 3.7
    By woostar in forum Troubleshooting
    Replies: 3
    Last Post: 04-12-2008, 02:19 PM

Posting Permissions

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