Slow backwpup.com affects backend performance
-
It seems your plugin make a request with
wp_remote_gettohttps://backwpup.com/wp-json/inpsyde-messages/v1/messagewhich leads to 6 seconds and more extra loading time (caused also by a redirect from there tohttps://backwpup.com/rest-api-messages).You can clearly see this with Rarst/Laps and Query Monitor.
At the moment it seems your website backwpup.com is more offline tha online.
You should probably remove this request or make it asynchronous using AJAX.
At least this single request can potentially lead to more problems (offline and curl stops after the given timeout = backend not usable anymore = similar to a DoS).- This topic was modified 4 years, 9 months ago by .
The topic ‘Slow backwpup.com affects backend performance’ is closed to new replies.