質問

If I correctly understand how the whole memcache technology works, it caches queries to an external component of a website, most often a database. But a static site does not use a database. So does it make sense to use memcache with a static side framework such as Jekyll and Octopress?

正しい解決策はありません

他のヒント

You're better off using Nginx and/or Varnish if your site is mostly static. The typical use case for memcached is for caching database data, it's not limited to that, but Varnish in particular is great for caching entire HTML pages and all of its associated static content (js, css, images, etc).

Yes. you can use. u can cache entire page. all depends on your application

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top