silverstripe / silverstripe-globaltoolbar

Embeddable toolbar showing at the top of *.silverstripe.org community sites
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

CURL failing to fetch toolbar with timeout error is far too prevalent #53

Open robbieaverill opened 5 years ago

robbieaverill commented 5 years ago

This kind of error comes regularly from all of our community sites:

Exception: Could not fetch toolbar from www.silverstripe.org/assets/global-nav-addons.html?globaltoolbar=true: Operation timed out after 2000 milliseconds with 0 out of 0 bytes received

We could add caching to this module when it's fetching (if there isn't any already) so it doesn't need to try and do this as often. Perhaps also increasing the timeout to more than 2 seconds...

This would heavily reduce the load on our community sites Raygun accounts.

sminnee commented 5 years ago
sminnee commented 5 years ago

This would heavily reduce the load on our community sites Raygun accounts.

It would also make our site more reliable :P