Caching Hat-trick: Varnish, Memcached and PHP libraries
Previously, we looked at some common caching mechanisms we can easily utilize to make our apps faster. In this part, we’ll walk through some of the additional software that we can use with PHP for caching.Memcached Memcached is an in-memory key-value store. You can use it to store things like strings, numeric value...
Recent Comments