Forums › Forums › Search & Filter Pro › Search & Filter Pro Cache Corruption Issue?
Tagged: crm.zoho.com to WP Cache build
- This topic has 18 replies, 1 voice, and was last updated 7 years ago by
Anonymous.
-
Trevor(Private) March 11, 2019 at 4:27 pm #204709
You are modifying the query with our id. That means the form is set to Custom Display method.
The cache is only built/re-built when substantive changes are made to the form (what Post types are being searched, what fields).
Other than that, we only rebuild the cache for a single post as the WordPress save_post() function is triggered (either programmatically or by clicking the Update button in the post editor). We have an action that those people doing imports can trigger, but again it is done per post, not in bulk.
-
AuthorPosts