Forums Forums Search & Filter Pro Cache is empty sporadically

Viewing 10 posts - 1 through 10 (of 25 total)
  • Anonymous
    #177496

    I have 2 different S&F forms on a site.

    One of them works fine as the posts are dynamically pulled in each night and the cache is built per post. No issues with this one.

    On the other hand, I have a second S&F filter which is filtering static posts created in a custom post type module.

    To preface, this morning around 2:30 AM, I checked the page where the filter is setup and all of the posts were missing. I rebuilt the cache and the posts showed fine. This morning again at 9 AM (about 7 hours later), the page was again empty, so I rebuilt the cache and everything is fine.

    It’s not very practical to have to do this manually each day multiple times per day.

    Any reason why this would be happening? Never seen this issue previously.

    I’m using a custom post type archive with a loop, which fetches a loop template for the custom post type, no custom WP queries in the loop that I know of. Using infinite scroll, submitting the form automatically, and using AJAX to load the posts.

    Thoughts?

    Thanks

    Anonymous
    #177497

    Settings 1

    Settings 2

    Settings 3

    Trevor
    #177506

    Is _member_name an ACF field?

    Anonymous
    #177508

    In the actual ACF module, it’s “member_name” not “_member_name”, but yes it is.

    Anonymous
    #177510

    There is a “member_name” in the dropdown though, good call.

    Trevor
    #177514

    Did that fix it? Each custom field in ACF uses 3 meta keys, only of of which (the one you just found) has the data. If you try to search on any meta key those without a value will disappear from the cache.

    Anonymous
    #177516

    Interesting. I won’t know if it’s fixed until tonight (when whatever cron or refresh runs that’s actually causing the cache to wipe out), but I’ll be keeping an eye on it. That sounds right though, I’ll update any progress.

    Anonymous
    #177660

    Looks like that didn’t do it. Emptied out again this morning.

    Trevor
    #177662
    This reply has been marked as private.
    Anonymous
    #177687
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 25 total)