• I have the plugin running for a few weeks now, and today I remembered about it and went to Tools > Option Optimizer and it just times out after 90 seconds.

    I’m on a dedicated VPS just for this website, and I don’t believe this is lack of resources, but rather a huge amount of information for the plugin to process, but I don’t think raising the PHP timeout to more than 90 seconds is a wise decision.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Taco Verdonschot

    (@tacoverdo)

    Hey @webdados,
    Thanks for your report!
    Could you give a bit of an indication of the size of the site? This will hopefully help us better understand where/what we need to optimize.

    Thanks,
    Taco

    Thread Starter Marco Almeida | Webdados

    (@webdados)

    What exactly are the numbers you’re looking for? I suspect wp_options entries? That’s 2559. Not too much I think.

    Thread Starter Marco Almeida | Webdados

    (@webdados)

    I’ve also disable all the other plugins, one by one, and the problem always persists.

    Commenting $option_optimizer = get_option( 'option_optimizer', [ 'used_options' => [] ] ); on src/class-admin-page.php function render_admin_page makes the page load correctly, so it seems the option just got too big. It’s now more than 5.5MB in size – I shared the content of the option with you privately and I deleted it.

    Plugin Author Taco Verdonschot

    (@tacoverdo)

    Thank you so much for the information provided, here and via Slack.

    The latest status update:
    We’re currently investigating performance improvements that should resolve this problem. We’ll keep you posted!

    Plugin Author Taco Verdonschot

    (@tacoverdo)

    @webdados We’ve just released version 1.4 which includes a significant performance optimization. Can you please test it on your site and let me know if it’s enough to resolve the problem for you?

    Thanks!

    Plugin Author Taco Verdonschot

    (@tacoverdo)

    Hey @webdados, as we haven’t heard from you in a while, I’m going to mark this thread as resolved.
    Should the problem persist on your side, don’t hesitate to reach out again.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Timeout accessing Tools > Option Optimizer’ is closed to new replies.