Title: What are these errors?
Last modified: March 15, 2022

---

# What are these errors?

 *  Resolved [parakeet](https://wordpress.org/support/users/parakeet/)
 * (@parakeet)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/what-are-these-errors-6/)
 * Seeing a variety of red errors in Debug Bar.
 * Running this on LocalWP, local Mac install. But I just checked and am also seeing
   errors on an equivalent online install of the site.
 * Initially, I [thought it was an issue with SSL](https://community.localwp.com/t/what-do-i-need-to-do-about-ssl-seeing-errors/30829).
 *     ```
       |Toggle|475.9 ms|705.8 ms|GET|https://dashboard.wppusher.com/api/releases/latest?v=3.0.13|200|
       |---|---|---|---|---|---|
       |Toggle|1,244.5 ms|718.4 ms|POST|https://api.wordpress.org/plugins/update-check/1.1/|200|
       |Toggle|2,017.2 ms|489.5 ms|POST|https://api.wordpress.org/themes/update-check/1.1/|200|
       |Toggle|2,515.3 ms|468.3 ms|POST|https://api.wordpress.org/core/version-check/1.7/?version=5.9.2&php=7.4.1&locale=en_GB&mysql=8.0.16&local_package=&blogs=1&users=29&multisite_enabled=0&initial_db_version=49752|200|
       |Toggle|3,001.3 ms|17.5 ms|HEAD|https://mysite.local/wp-content/plugins/wp-debugging/vendor/afragen/wp-dismiss-notice/js/dismiss-notice.js|http_request_fail|
       ```
   
 * I note this earlier from [https://wordpress.org/support/topic/red-debug-bar-on-first-login-to-local-site/](https://wordpress.org/support/topic/red-debug-bar-on-first-login-to-local-site/)
   [@joyously](https://wordpress.org/support/users/joyously/) in which you said 
   it is because of a SLOW connection… so, not necessarily an error?
 * I echo her… how can local be slow? Is the threshold too low? Is this the speed
   of remote connections that are being made?
 * Either way, are these really errors I need to worry about?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Andrija Vučinić](https://wordpress.org/support/users/aidvu/)
 * (@aidvu)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/what-are-these-errors-6/#post-15603024)
 * Hey [@parakeet](https://wordpress.org/support/users/parakeet/).
 * > Initially, I thought it was an issue with SSL.
 * Don’t think it’s an issue with SSL.
 * > I echo her… how can local be slow? Is the threshold too low? Is this the speed
   > of remote connections that are being made?
 * Let’s take a look at this one:
    `|Toggle|1,244.5 ms|718.4 ms|POST|https://api.
   wordpress.org/plugins/update-check/1.1/|200|`
 * The request is not local. It’s from the server where your site is running (it
   can be a localhost) to this url: [https://api.wordpress.org/plugins/update-check/1.1/](https://api.wordpress.org/plugins/update-check/1.1/).
   This request took 718ms, which means your page load is delayed those 718ms. That’s
   because `WP_Http::request` [is blocking](https://developer.wordpress.org/reference/classes/WP_Http/request/),
   i.e. the page load waits for the URL to load before continuing.
 * > Either way, are these really errors I need to worry about?
 * While they are not errors per-se, it would be good to figure out why they are
   slow on your server. In general, a slow loading site is perceived as bad and 
   has higher bounce rates than fast loading ones. I’m also guessing you saw these
   in /wp-admin?
 * Also, sometimes it’s simply not something you can fix. If a plugin checks for
   updates this way, and the server is slow to respond you are stuck with it.
 * Hope that helps.
    -  This reply was modified 4 years, 1 month ago by [Andrija Vučinić](https://wordpress.org/support/users/aidvu/).
      Reason: block quotes :)

Viewing 1 replies (of 1 total)

The topic ‘What are these errors?’ is closed to new replies.

 * ![](https://ps.w.org/debug-bar/assets/icon.svg?rev=3050748)
 * [Debug Bar](https://wordpress.org/plugins/debug-bar/)
 * [Support Threads](https://wordpress.org/support/plugin/debug-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-bar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrija Vučinić](https://wordpress.org/support/users/aidvu/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/what-are-these-errors-6/#post-15603024)
 * Status: resolved