codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Cache API data #376

Open goranche opened 10 years ago

goranche commented 10 years ago

now that there are more events in the database, the delay until data from the API is available is becoming quite obvious. as this data doesn't change very often, a caching mechanism should improve this issue.

something to do on wednesday, I guess... :angel:

jurecuhalev commented 10 years ago

I'll look into. Maybe using this: https://chibisov.github.io/drf-extensions/docs/#caching (or just using built-in django caching).

goranche commented 10 years ago

so will I :tongue: