vBSEO Plugin feature suggestion ...

WinCache Support

Consider adding WinCache support. This is the newest, and so far the best caching system for windows servers.

19 votes
Vote 0 votes Vote Vote
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service

    You'll receive a confirmation email with a link to create a password (optional).

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    anonymousanonymous shared this idea  ·   ·  Admin →

    4 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service

      You'll receive a confirmation email with a link to create a password (optional).

      Signed in as (Sign out)
      Submitting...
      • Søren GregersenSøren Gregersen commented  · 

        Hi there,

        I added support for wincache in about 5 minutes, by fixing the files below:

        functions_vbseocp.php,213 : add "5 => 'WinCache '.self::lang(function_exists('wincache_ucache_get') ? 'supported' : 'unsupported'),"

        functions_vbseo_cache.php.97: add "case 5:
        $rdata = wincache_ucache_get(VBSEO_CACHE_VAR);
        break;
        "
        functions_vbseo_cache.php.124: add "case 5:
        $rdata = wincache_ucache_delete(VBSEO_CACHE_VAR);
        break;
        "

        functions_vbseo_cache.php.160: add "case 5:
        wincache_ucache_set(VBSEO_CACHE_VAR, $value, VBSEO_MEMCACHE_TTL);
        break;
        "

        The line number might not be 100% accurate, so please have a backup ready of any file you change in case it dosen't work.

      • BenBen commented  · 

        I second this. Would be nice to bring VBSEO inline with all my other scripts that can utilize it :)

      Knowledge Base and Helpdesk