• Resolved David

    (@miladk)


    Hello,
    Where is the cache stored? In the database?
    I’m asking this because we have more than 20K posts and i want to know where the cache is stored and how much space it will generate for 20K posts.
    Also will be the cache purged or is it stored without any expiration time? If yes, how and when will it be purged?

    Thank You

Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    The cache is stored in meta fields for each post. Each display of related posts has one entry against its name. So if you use the automatic and the widget, you’ll have two cache entries.

    There are two types of caches: The full HTML output or just the post IDs. The latter is smaller size.

    Cache has an expiration time. By default it is a month, but you can override it.

    It is purged if the time is expired but is triggered only if the post with the expired cache is loaded.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache Storage Location’ is closed to new replies.