Code: Select all
$ php -v
PHP 5.6.28 (cli) (built: Dec 1 2016 01:23:07)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
Code: Select all
Redis 3.2.4
Code: Select all
Global lifetime: 5 (minutes)
Redis performance looks much more better on big killboards. I have 4 killboard instances and I started to use Redis instead of Memcached. Also I have 2 cronjobs to fetch killmails from EVE API (00,30 * * * *) and 2 cronjobs to fetch killmails from ZKB (15,45 * * * *). As I known cache will be cleared when new killmail will be added. Unfortunately, I catch a lot of cases when killboard didn't clear cache and main page "freezes" for 1 or 2 hours
