Transients and Caching
-
I have an issue with the plugin that I’m not sure how to address. I am using WPEngine as our host and after some advanced support requests we saw that AAM is creating a large number of user transients, see below.
The issue it is causing is that logged in users see a cached page whenever they view a post, even after updating it. This only occurs when the click a link to view the page. If they refresh the page then the updates will appear.
Is there a solution for this bug? Thanks!
—-
mysql> SELECT LENGTH(option_value),option_name FROM wp_options WHERE autoload=’yes’ ORDER BY length(option_value) DESC LIMIT 10;
512253 _transient_aam_post_cache_user_visitor
250232 _transient_aam_post_cache_user_957
228545 _transient_aam_post_cache_user_513134
226398 _transient_aam_post_cache_user_512207
224324 _transient_aam_post_cache_user_434674
221049 _transient_aam_post_cache_user_7
207041 _transient_aam_post_cache_user_4
201873 _transient_aam_post_cache_user_8
169259 _transient_aam_post_cache_user_22417
- The topic ‘Transients and Caching’ is closed to new replies.