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

    (@shahedbd71)

    Hello,

    Thanks for reaching us,

    Thank you for bringing to our attention the issue with the third-party API call that was causing your website to slow down. We have been working diligently to identify and resolve this issue. Hopefully, you will find the issue resolved within our upcoming version.

    Shahed

    (@shahedbd71)

    function remove_meta_boxes() {
    	remove_meta_box('aaaa_webappick_latest_news_dashboard_widget','dashboard','side');
    }
    add_action('wp_dashboard_setup','remove_meta_boxes');

    You can use the above code snippet to avoid the external API call you mentioned.

    • This reply was modified 10 months ago by Shahed.
    Thread Starter Alpha Vale Tec

    (@donatelol)

    Great.

    Thank you for your support

    Hello,

    Please resolve this thread if the provided solutions work for you. Have an nice day ??

    • This reply was modified 9 months, 4 weeks ago by Shahed.
    Thread Starter Alpha Vale Tec

    (@donatelol)

    Tks

    How can I run the above code only in one specific xlm file ? I need it for skrourz

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘json request causing slowness’ is closed to new replies.