Tags: caching

Sort by: Date / Title / URL

  1. http://kly.no/posts/2009_12_08__Varnishstat_for_dummies__.html
    Great little article on how to make sense of the varnishstat output.
  2. http://mnm.uib.es/gallir/wp-cache-2/
    The WordPress WP-Cache2 caching plugin / platform. The plugin caches WordPress to static files and then serves those files instead of rebuilding the pages on every request.
  3. http://serverfault.com/questions/130185/store-varnish-cache-in-hard-disk
    Useful pointers on how to store varnish cache on disk. Very easy, recommends using ext2 and noatime / nodiratime to improve disk throughput. Smart.
  4. http://stackoverflow.com/questions/1316852/alternative-to-memcached-that-can-persist-to-disk
    Very interesting question that has lots of useful links on persistent object / value stores that are similar to memcache. Answer seems to be couchbase.
  5. http://varnish.projects.linpro.no/
    Varnish is a state-of-the-art, high-performance HTTP accelerator (reverse proxy). Varnish is designed by a BSD kernel developer to make full use of BSD / Linux kernel's ability to manage memory. It is extremely fast, up to 10 - 20 times faster than squid.
  6. http://www.couchbase.com/products-and-services/memcached
    This says it all, couchbase includes memcached as part of it, and can operate in "pure memcache" mode or can add persistence and other features behind memcached. Sounds like it'll do what we're after.
  7. http://www.danga.com/memcached/
    memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
  8. http://www.fabrizio-branca.de/magento-caching-internals.html
    Very detailed article explaining how Magento implements its caching mechanism. It seems to be some custom classes layered on top of Zend's caching framework. Useful read.
  9. http://www.nbs-system.co.uk/blog-2/magento-optimization-howto-en.html
    Very useful article outlining the broad basics of optimising Magento. Includes links to more detailed information and lots of config file examples. Very useful.
  10. https://github.com/madalinoprea/magneto-varnish/
    A magento varnish plugin that enables varnish caching on Magento sites.

First / Previous / Next / Last / Page 1 of 1