Noticed the same thing with a handful of sites I manage. Breaking some sites, all others are experiencing extreme latency.
@mseidlinger I “solved” this by short circuiting the log()
function with an immediate “return;”
My suspicion is that hosting providers that may have a network filesystem underneath the “uploads” folder (which WordPress does allow relocating) aren’t expecting this may writes, and definitely not low latency writes.
Sounds about right. I work with a lot of sites on Pantheon which does indeed move the uploads folder and has limited writable folders. I do loathe making direct code modifications to plugins, but this may be the only recourse until the plugin developers come out with another update/fix.
This client of mine is on Pantheon as well. I could not find a hook/action that would allow me to stop the issue any other way unfortunately, and rolling back the update seemed more of a pain
Hi guys! Sorry about this; please use the 6.4.7 version, it fixes it.
Much appreciated @tigroumeow. I’m guessing the fix is “Logs will be only enabled if the option is checked” ?