Forums › Forums › Search & Filter Pro › Cache is empty sporadically
Tagged: cache, empty cache, rebuild
- This topic has 24 replies, 2 voices, and was last updated 7 years, 6 months ago by
Anonymous.
-
Trevor(Private) May 15, 2018 at 4:51 pm #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.
-
AuthorPosts


