zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 7 forks source link

Cache application list in redis #444

Open prayerslayer opened 8 years ago

prayerslayer commented 8 years ago

JSON serialization in Kio takes awfully long currently and we mitigated this already a little with #422. However sometimes (when creating a new app) we have to have all existing application IDs for verification and don't want to have our users waiting 5secs until they get to the form.

hjacobs commented 8 years ago

@prayerslayer we should not do caching in the frontend, better to make Kio fast (maybe cache in Kio?).

Speeding up Kio (or caching there, ..) would help everybody and not only YOUR TURN users :smirk:

prayerslayer commented 8 years ago

I know, I know :) I thought of this to be a quick fix until we fix Kio.