imrehg / friendcare

New friends, lost ones, know about them.
https://friendcare.herokuapp.com
1 stars 0 forks source link

Do render caching #24

Open imrehg opened 12 years ago

imrehg commented 12 years ago

Prepare data needed for rendering and cache that, like in memchached. Just use relevant data, and do graceful degradation.

Will have to remove all variable elements, e.g. change to do "last update" time on the client side instead of server side for this to work.

Also can do pre-cache upon update.