tiddlyhost icon indicating copy to clipboard operation
tiddlyhost copied to clipboard

Do some local disk caching for site fetches (as well as memcached)

Open simonbaird opened this issue 3 years ago • 1 comments

As well as memcached I think a file system cache would also be useful to cache S3 fetches.

Reasoning:

  • Sites are large so in memory cache needs a lot of memory and we don't have a lot. But we could easily add a few G of disk cache.
  • The benefit of caching to local disk (vs read from S3 everytime) would be significant, especially for popular sites that don't change much.

simonbaird avatar Apr 19 '21 02:04 simonbaird

I have a better idea of what's going on with memcached now, so I'm less worried about it. But I think the local disk cache is still a good idea, so I'll rename and keep it open.

simonbaird avatar Apr 21 '21 23:04 simonbaird