Page MenuHomePhabricator

Use APCu cache adapter instead of Redis
Closed, ResolvedPublic3 Estimated Story Points

Description

APCu is apparently faster and the Symfony recommendation. Furthermore we apparently can't connect to Toolforge's Redis from the VPS instances, so we'd have to create our own Redis server anyway.

The Symfony cache component should be used in the event we switch backends at a later time.

Event Timeline

MusikAnimal edited projects, added Community-Tech-Sprint; removed Grant-Metrics.
MusikAnimal moved this task from Holding to High value ideas on the Event Metrics board.

This needs to be done before we can fully migrate to VPS.

Self-merged so we could use the "Edit list" (formerly "revision browser" or "all data" page) on the VPS instances. We can make more changes to the caching system as needed.