Title: json request causing slowness
Last modified: May 1, 2024

---

# json request causing slowness

 *  Resolved [Alpha Vale Tec](https://wordpress.org/support/users/donatelol/)
 * (@donatelol)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/)
 * Hello,
 * I’m seeing an API call to the file on the dashboard:
 * [https://webappick.com/wp-json/wp/v2/posts?per_page=5](https://webappick.com/wp-json/wp/v2/posts?per_page=5)
 * This is delaying the rendering of the Admin page.
 * Is it possible to block this?
 * 
   [https://prnt.sc/diETIW3ePNBq](https://prnt.sc/diETIW3ePNBq)Thanks!

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

 *  [Shahed](https://wordpress.org/support/users/shahedbd71/)
 * (@shahedbd71)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17727486)
 * 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](https://wordpress.org/support/users/shahedbd71/)
 * (@shahedbd71)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17730468)
 *     ```wp-block-code
       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 2 years, 1 month ago by [Shahed](https://wordpress.org/support/users/shahedbd71/).
 *  Thread Starter [Alpha Vale Tec](https://wordpress.org/support/users/donatelol/)
 * (@donatelol)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17731428)
 * Great.
 * Thank you for your support
 *  [Shahed](https://wordpress.org/support/users/shahedbd71/)
 * (@shahedbd71)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17734569)
 * Hello,
 * Please resolve this thread if the provided solutions work for you. Have an nice
   day 🙂
    -  This reply was modified 2 years, 1 month ago by [Shahed](https://wordpress.org/support/users/shahedbd71/).
 *  Thread Starter [Alpha Vale Tec](https://wordpress.org/support/users/donatelol/)
 * (@donatelol)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17735381)
 * Tks
 *  [Antreas Georgiou](https://wordpress.org/support/users/antrosgeor/)
 * (@antrosgeor)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17748618)
 * 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.

 * ![](https://ps.w.org/webappick-product-feed-for-woocommerce/assets/icon-256x256.
   gif?rev=3346213)
 * [Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping & Social Channels](https://wordpress.org/plugins/webappick-product-feed-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webappick-product-feed-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Antreas Georgiou](https://wordpress.org/support/users/antrosgeor/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/json-request-causing-slowness/#post-17748618)
 * Status: resolved