200 PHP 5.6 PHP 7.0 PHP 7.1 Transactions per Second Quelle: https://github.com/martin-helmich/php7-benchmark Mehr = Besser 1,44 s 0,59 s 0,60 s 0 0,5 1 1,5 2 PHP 5.6 PHP 7.0 PHP 7.1 Average Response Time Weniger = Besser
cache/redis-adapter \ cache/chain-adapter $redis = new Redis(); $redis->connect( '<redis-addr>', 6379 ); $pool = new CachePoolChain([ new ApcuCachePool(), new RedisCachePool($redis) ]);