Вопрос

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