سؤال

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