• Resolved briandd

    (@briandd)


    Hello

    I wanted to say you should review and test properly your “general sitemap” feature because it’s going to crash every website that has thousands of posts, as you are doing very heavy queries, and a lot of them.

    Apart from that a recent version also is causing a lot of load on the WP dashboard widget, it consumes hundreds of MB of memory.

    I would advise to generate a test site with thousands of posts, that have content and test the plugin

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter briandd

    (@briandd)

    Removing all dashboard widgets solved my problem, for anyone:

    add_filter( ‘aioseo_show_seo_setup’, ‘aio_remove_dashboard_widgets’, 10);
    add_filter( ‘aioseo_show_seo_overview’, ‘aio_remove_dashboard_widgets’, 10);
    add_filter( ‘aioseo_show_seo_news’, ‘aio_remove_dashboard_widgets’, 10);
    function aio_remove_dashboard_widgets() {
    return false;
    }

    help further but disabled the feature

    • This reply was modified 5 months, 3 weeks ago by briandd.
    • This reply was modified 5 months, 3 weeks ago by briandd.
    • This reply was modified 5 months, 3 weeks ago by briandd.
    • This reply was modified 5 months, 3 weeks ago by briandd.
    Thread Starter briandd

    (@briandd)

    Edit: i see you updated the plugin and put a performance fix, thanks!

    I will try it

    • This reply was modified 5 months, 3 weeks ago by briandd.
    Plugin Support MD. Sakib Khandaker

    (@numbnerd14)

    Hi @briandd ,

    Thank you for reaching out and for providing detailed feedback about the issues you encountered with the “general sitemap” feature and the WP dashboard widget. I apologize for the inconvenience this has caused.

    We appreciate your patience and your proactive approach in finding a temporary solution. We’ve recently released an update with performance fixes, and I’d like to know if these updates have resolved the issues on your website.

    Could you please confirm if the latest update has improved the performance and if the sitemap feature and dashboard widget are now functioning as expected? Your feedback is invaluable in helping us ensure our plugin performs optimally for all users.

    Thank you once again for your patience and cooperation. We’re here to help if you need any further assistance.

    Plugin Support J Burns

    (@subiewrx)

    Hi @briandd,

    We haven’t heard back from you in a couple of days. I’m going to go ahead and close this thread for now. But if you’d like us to assist, please feel welcome to continue the conversation.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.