Actions
Feature #86967
closedAllow fetching uid of a LazyLoadingProxy without loading the object first
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2018-11-21
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions