Feature #86967
closedAllow fetching uid of a LazyLoadingProxy without loading the object first
100%
Description
Calling getUid() on an object which is proxied with a LazyLoadingProxy can be answered by the LazyLoadingProxy already, without fetching the real instance first. That can improve performance in cases where you simply want to compare objects (by their uid) referenced by the proxy, without loading the objects themselves.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58925
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/58925
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/58925
Updated by Gerrit Code Review over 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/58925
Updated by Stefan Neufeind about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 06e9eb79693285c6df0897ce1370138723ca15f7.