Viewing 6 replies - 1 through 6 (of 6 total)
  • From those tests, I’d suggest using just Database Cache, for the company I work for, we use both, but it’s all server dependant.

    Thread Starter Diiamo

    (@luislu)

    @fluxcoder thank you for your suggestion, I am only using database cache now. Since object cache is important still want to use it.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @luislu

    As you can see in the test results, you should only use DB cache in this case using Memcached and disable the Object Caching.
    In some cases, like yours for example, there is no need to enable OC as well as it may slowdown the website.

    you should only keep DB caching enabled.
    Thanks!

    Thread Starter Diiamo

    (@luislu)

    Hi @vmarko, thank you for your prompt reply, noted use database cache only. May I know why object cache will be slower on my site? Is it a matter of server memory quality or?

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @luislu

    As you can see on the testing page, this test determines how long it takes to fetch the object from the storage engine.
    This also depends on the number of objects so in your case, as mentioned before, it’s better to keep this disabled.
    Thanks!

    Thread Starter Diiamo

    (@luislu)

    Noted, thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Object cache & Database cache’ is closed to new replies.