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