mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Update improving-performance.rst to reflect current state of PHP ecosystem #6180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Majkl578 on GitHub (Feb 20, 2019).
This page should be updated to be more up to date with how PHP applications are used in 2019:
Follow-up from https://github.com/doctrine/orm/pull/7610#issuecomment-465361513.
@lcobucci commented on GitHub (Nov 15, 2019):
Being handled by https://github.com/doctrine/orm/pull/7500. As I mentioned there, I don't think we need to drop APCu there.
@Majkl578 commented on GitHub (Nov 15, 2019):
APCu is useless, OPcache superior for metadata & query caches in all ways. :)
@lcobucci commented on GitHub (Nov 15, 2019):
I don't disagree but there are people who can't rely on opcache for weird reasons but are just fine with apcu
@beberlei commented on GitHub (Jan 15, 2020):
https://github.com/doctrine/orm/pull/7500 is merged