my thoughts

thinking about tech, politics, and life

  • Home
  • About
  • Blog

mod cache

Caching

June 18, 2017 / Leave a Comment

I was thinking the other day: Why do we add caching services in front of apache, when apache already supports caching? For low memory systems, we can just enable mod_cache, which can cache PHP scripts. For example, I spent several minutes trying to make my wordpress site as slow as possible by adding as many … [Read more…]

Posted in: bits of technology, Blog Tagged: back to the basics, mod cache, performance