Marcus
Well-known member
For a single server, on which runs everything (PHP, MariaDB, nginx, elastisearch), how much faster are the more advanced back end caches in comparison to file cache?
The file cache is already in RAM (assumed the server has enough of it). So in this case, most likely redis or memcache are slower? This is all for a one-server-setup. Maybe apcu is faster, but I had huge stability issues a few years ago.
I use simple file cache now and I wonder what is your setup and did you measure the performance differences.
The file cache is already in RAM (assumed the server has enough of it). So in this case, most likely redis or memcache are slower? This is all for a one-server-setup. Maybe apcu is faster, but I had huge stability issues a few years ago.
I use simple file cache now and I wonder what is your setup and did you measure the performance differences.