Project

General

Profile

Actions

Feature #86967

closed

Allow fetching uid of a LazyLoadingProxy without loading the object first

Added by Stefan Neufeind over 5 years ago. Updated over 4 years ago.

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

Also available in: Atom PDF