Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Enable caching in 2.1b2?

I have memcached, php5-memcache, and php5-apc installed on my server. Is there a way to make Vanilla Forums use these features? Or does it already?

Thanks!

Tagged:

Best Answer

  • Options
    x00x00 MVP
    Answer ✓

    use php5-memcached not php5-memcache, which doesn’t work with vanilla (confusing I know)

    conf/config.php

    $Configuration['Cache']['Enabled']                              = TRUE;
    $Configuration['Cache']['Method']                               = 'memcached';
    

    grep is your friend.

Answers

  • Options

    Are you talking about google webmaster caching?

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @openletter

    According to the devs

    The most common bottleneck, in my experience, is database performance, which can be addressed most easily with memcached. Vanilla will automatically use it when it is present.

    http://vanillaforums.org/discussion/comment/217374#Comment_217374

    @VizionMc

    It is good that you want to help, but please restrict responses to issues you think you can actually resolve.

  • Options
    x00x00 MVP
    Answer ✓

    use php5-memcached not php5-memcache, which doesn’t work with vanilla (confusing I know)

    conf/config.php

    $Configuration['Cache']['Enabled']                              = TRUE;
    $Configuration['Cache']['Method']                               = 'memcached';
    

    grep is your friend.

  • Options

    You need to upgrade though. 2.1 is not longer beta, and there are security updates.

    grep is your friend.

  • Options

    @x00 @VizionMc @whu606

    I'm assuming you all noticed that this question was asked in 2013?

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @openletter

    Sorry, I didn't even think to look.

    It came up on the thread list after @VizionMc replied...

Sign In or Register to comment.