• Resolved parakeet

    (@parakeet)


    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.

    |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.www.ads-software.com/plugins/update-check/1.1/|200|
    |Toggle|2,017.2 ms|489.5 ms|POST|https://api.www.ads-software.com/themes/update-check/1.1/|200|
    |Toggle|2,515.3 ms|468.3 ms|POST|https://api.www.ads-software.com/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://www.ads-software.com/support/topic/red-debug-bar-on-first-login-to-local-site/ @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?

    (@aidvu)

    Hey @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.www.ads-software.com/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.www.ads-software.com/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, 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 2 years, 6 months ago by Andrija Vu?ini?. Reason: block quotes :)
Viewing 1 replies (of 1 total)
  • The topic ‘What are these errors?’ is closed to new replies.