Forums Forums Search & Filter Pro Cache is empty sporadically

Viewing 10 posts - 1 through 10 (of 24 total)
  • 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.
    Trevor
    #177694

    Ah. I see that you use WP Engine, which gives me an idea.

    There is a setting to override a feature of WP Engine hosting, that truncates long SQL queries (which ours are). Edit the site wp-config.php file and add this at the top, after line 1 (on a new line 2):

    define('WPE_GOVERNOR', false);

    (also see here for another related support note about this – https://support.searchandfilter.com/forums/topic/killed-query-errors-in-log/#post-64826)

    I would just say though, that rather than adding this in blindly, to research and make sure this setting doesn’t adversely affect anything in your site.

Viewing 10 posts - 1 through 10 (of 24 total)