• I can’t use the plugin, the “Run Scan” page takes hours to load and after the loading the browser is frozen. I tried on Safari and Chrome with a M1 Mac. The server is a dedicated 16cpu/32gb.

Viewing 1 replies (of 1 total)
  • Same. Worked great first time I ran it.
    But returning to the page, it never loads. 100% cpu core usage, eventually timing out or crashing.

    By breaking the plugin code down, piece by piece, I have found that it stems from: meta_box_diagnostics() on line 518

    Simply adding “return;” at the top of it, fixes the problem.

    I believe it’s the recursive file counter.
    For me, the diagnostics area is entirely pointless, so the above hack-fix works just fine for me. I don’t need diagnostics about my own server.
    I don’t have any symlinks, so not sure why it’s looping infinitely. But not my job to find out nor fix it.
    Figured I’d share though. Plugin is amazing and does a great job with everything else. Just not that.

    p.s. on second thought, maybe this has something to do with open_basedir.

    • This reply was modified 1 year, 10 months ago by ensemblebd.
    • This reply was modified 1 year, 10 months ago by ensemblebd.
Viewing 1 replies (of 1 total)
  • The topic ‘Plugin stuck’ is closed to new replies.