Description
Hello,
Trying 2.0.0-beta4 I suspect an issue with Memcache
Loading Admin UI with Memcached is way way slower than Redis or just filesystem.
It is easily testable with Launchpad. Here is some screenshot.
To switch from one to another I just changed the ENV vars.
From:
- CACHE_POOL=cache.memcached
- 'CACHE_DSN=memcache:11211'
to
- CACHE_POOL=cache.redis
- 'CACHE_DSN=redis:6379'
As Symfony Cache seems to be used, the only reason would be that now,
data stored in the Cache are bigger and Memcache does not really like that.
Look the difference Memcache on the right, Redis on the left
Also I have done a Backfire profile:
https://blackfire.io/profiles/0ea71da7-a023-46ec-a69f-3580b8e75552/graph
=> getMulti of Memcached is slow that is the issue.