Forums › Forums › Search & Filter Pro › Is 2.3.2 compatible with memcached?
- This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by
Trevor.
-
Anonymous(Private) March 8, 2017 at 12:17 am #95410
After upgrading Search and Filter Pro from 2.2.0 to 2.3.2 we started having intermittent issue: upon performing search from SF widget, results page is served broken: practically 75% of html is missing. Basically everything after SF widget’s <form> tag is missing.
We are using Memcached for caching needs in our blog (https://wordpress.org/plugins/memcached/). The suspicion is that it is related to using memcached because issue is only reproducible when it’s on.
The issue occurs intermittently, and more often in one environments vs. others. E. g. I could not reproduce it locally on my local machine with exact same code base and db as the test environment where we are seeing it. Disabling transients didn’t seem to help.Trevor(Private) March 8, 2017 at 11:04 am #95459As my server also has memcached, and I do not see this, so that would suggest it is not directly responsible. However, you may be running out of resources.
Each WordPress install has the potential to have a different amount of memory allocated from PHP to be available to WordPress (set with the optional
WP_MEMORY_LIMITvariable inwp-config.phpOur plugin System Status reports WP Memory, but I think it incorrectly shows PHP Memory instead. I use a simple plugin that puts a more detailed server report on the dashboard.
-
AuthorPosts