Plugin block page load, often gives “cURL error 28: Resolving timed out”
-
Title pretty much says it all. If I add the widget to my site, it often takes 10+ seconds to load, and sometimes the widget shows this:
WP Strava ERROR cURL error 28: Resolving timed out after 10000 milliseconds
I guess the solution is to render the widget first, and then attempt to do DNS lookups and other things asynchronously, in the background. Much like what Disqus does. This needs to be non-blocking. Until then, I have to disable this plugin. Now my pages load within 1 second, consistently.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin block page load, often gives “cURL error 28: Resolving timed out”’ is closed to new replies.