• Resolved Peter Westerlund

    (@peter-westerlund)


    I’m about to start working with caching of wp-admin and is trying to find out about how LS Cache is doing that and how I can config it. But can’t find much information. There is only a checkbox saying “Cache WpAdmin“. But no information about what type of cache that means. Object cache? Page cache? No information in the documentation about this. I have ticked that box and saved but not sure if anything is working. I’m monitoring what’s going on with the Query Monitor plugin and those object cache queries I have are all executed. And I have Redis activated so should have been saved and fetched from the cache instead of running the database query.

    So what is “Cache Wp-Admin” really doing?

    And what I would like to achieve is some kind of precaching objects when saving. Would be good if I could use some kind of cache tags or something and update all cached objects for specific cache tags on save.

Viewing 2 replies - 1 through 2 (of 2 total)
  • CACHE WP–ADMIN is in the Object Cache tab, so it is Object Cache related. WP Admin cannot be cached by HTTP Cache. Otherwise each change of setting in WP Admin cannot be stored correctly.

    For “pre-caching” or cache warmup use the built-in crawler to warmup the cache for the frontend.

    • This reply was modified 1 year, 1 month ago by supervisior.
    • This reply was modified 1 year, 1 month ago by supervisior.
    Thread Starter Peter Westerlund

    (@peter-westerlund)

    Makes sense. And maybe the object caching is actually working. It’s just so stupid that it clears after a few minutes. I will get a slow load next time. Need to find a way to use preload cache instead. But I can start another thread about that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cache wp-admin problem and questions’ is closed to new replies.