• mode1:
    like this plugin now.
    mode2:
    make different function system instead of [wp_cache_*],named like “focus_file_cache*”,and remove “object-cache.php” from wp-content directory.

    to big size,long term data. FOCUS file based cache is very useful and additional to REDIS.but REDIS use “object-cache.php” too.

    in mode2,FOCUS can work with REDIS plugin without conflicts.

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

    (@emrikol)

    Hi!

    A caching layer isn’t necessarily a good place to store large or long term data since normally caches don’t promise the data will always be available. In cases like that, storing data in a database may be better.

    As an example, the plugin WP Large Options stores large amounts of data as a custom post type in the database where it can be accessed in a way similar to the WordPress Options API.

    Thread Starter motherofdragons

    (@motherofdragons)

    It is always lower querying data from MYSQL than read data from files in efficiency.
    So,I storage some data on disk instead of MYSQL.
    example: product descriptions, galleries,”results of recently 7 days new posts”, etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘suggestion:split to 2 mode with admin setting’ is closed to new replies.