• Resolved pembo13

    (@pembo13)


    NewRelic logging shows Meow_WR2X_Core::log as the primary source of the slowdown.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Noticed the same thing with a handful of sites I manage. Breaking some sites, all others are experiencing extreme latency.

    Thread Starter pembo13

    (@pembo13)

    @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.

    Thread Starter pembo13

    (@pembo13)

    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

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi guys! Sorry about this; please use the 6.4.7 version, it fixes it.

    Thread Starter pembo13

    (@pembo13)

    Much appreciated @tigroumeow. I’m guessing the fix is “Logs will be only enabled if the option is checked” ?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Exactly @pembo13!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘6.4.6 is bringing website to a crawl’ is closed to new replies.