You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Merge #2342
2342: Cache the API root endpoint for longer. r=tiftran a=smarnach
The information at the API root endpoints virtually never changes; it's just a list of endpoints in the API with no dynamic information. At the same time, it's the endpoint we get by far the most requests for. We can reduce the load on the origin servers considerably if we cache this endpoint for a whole day instead of just 30 seconds.
Co-authored-by: Sven Marnach <sven@mozilla.com>