Pregunta

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?

No hay solución correcta

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top