github-badge icon indicating copy to clipboard operation
github-badge copied to clipboard

Pre-cache user values

Open BYK opened this issue 14 years ago • 1 comments

When a badge is tried to be fetched after a cache expiration, the first load time is pretty high. This may be prevented by smart pre-caching via Tasks API.

BYK avatar Feb 01 '12 15:02 BYK

Resources:

  • https://cloud.google.com/appengine/articles/deferred
  • https://cloud.google.com/appengine/docs/standard/python/taskqueue/
  • https://cloud.google.com/appengine/docs/standard/python/taskqueue/pull/

berkerpeksag avatar Apr 20 '19 00:04 berkerpeksag