Description
I'm not sure if the bug tracker is the best place to discuss this, but I guess I'll try anyway:
I'm maintaining servers where several people run Nextcloud and lately I'm getting more and more questions about a notice from Nextcloud that they should install a memory cache and questions whether I could enable apcu.
However I find that poorly justified. I'm trying to reduce complexity and avoid accumulating technical debt, so I'm not particularly keen on installing an external module if I don't have a good reason to.
The warning recommends a memory cache "to enhance performance". However I didn't find any good numbers on this. The best I found is some comment on an old owncloud bug report [1] but that hardly seems reliable and even if I take those numbers the impact seems at best low.
So I'd recommend to:
- Either provide some "official" benchmarks making a good case for memory caches and reference them in the documentation.
- Or consider removing that warning for default installations.