cividi / TransparenZRH

Smart City Zürich. Digitale Transparenz im öffentlichen Raum.
https://www.stadt-zuerich.ch/prd/de/index/stadtentwicklung/smart-city/transparenz.html
GNU Affero General Public License v3.0
4 stars 1 forks source link

api caching #10

Open n0rdlicht opened 3 years ago

n0rdlicht commented 3 years ago

To improve response times we can include a Cache-Control header set to s-maxage=900 for 15min caching as that is currently the most frequent data update.

n0rdlicht commented 3 years ago

More details: https://vercel.com/docs/edge-network/caching

n0rdlicht commented 3 years ago

Improved with #120