• I am a newbie.

    FOCUS Cache is based on [wp object cache + io] ,Redis object cache is based on [wp object cache + redis].

    Is my thought right?

    Redis is a very complex system, Focus is very clear and readable.

    what different between them on efficiency?

    thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Derrick Tennant

    (@emrikol)

    Hi!

    To be completely honest, FOCUS is very inefficient ?? It relies on the filesystem to cache data, with nothing stored in memory. Redis on the other hand is an in-memory cache (for the most part), and will be much faster. Unfortunately though, it usually requires more technical setup and a VPS or private server.

    Using FOCUS can be better than no cache, depending on how speedy the database server is. It’s worth doing some testing (but not in any production environment) to see if it works well for your needs.

    Let me know if you have any other questions!

    Thread Starter motherofdragons

    (@motherofdragons)

    I think FOCUS is a very good base to develop a feature about redis.
    hope you have a plan to do that.
    thank you.

    @motherofdragons There’s no point, the purpose of FOCUS is to have object caching on low-end web hosts where memcached/Redis/etc in-memory storage backends aren’t available.
    Besides that, there’re 2 Redis plugins available.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘io VS redis ?’ is closed to new replies.