StevenKowalzik / Mensa-Bremen-API

This API scrapes the Mensa Bremen website and provides a json version of the foodplan. Used by mensabremen.de
https://api.mensabremen.de
12 stars 0 forks source link

Loading Times [Performance] #14

Closed StevenKowalzik closed 11 months ago

StevenKowalzik commented 4 years ago

At the moment the html is accessed from the cache, then scraped. This leads to long loading times, even though a cache is used. Instead the data itself should be cached and html should only be requested and scraped if the cache exceeds the TTL.