APIs being excessively spammed #35
-
Another well known plugin author has told me this Your one of the plugins "Redis Object Cache" causing this issue,it prevents the all wordpress transient from creation that causes excessive api calls not only our plugin api instead all wordpress api's. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
WordPress core will use |
Beta Was this translation helpful? Give feedback.
WordPress core will use
wp_cache_*()
functions for all Transients when Redis Object Cache is enabled. This works fine, if you API "is being spammed" than a 3rd party plugin is not compatible with WordPress' persistent object cache API.