Project

General

Profile

Actions

Bug #55991

closed

redundant calls to getClassSchema() in DataMapper::thawProperties()

Added by Michiel Roos about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
Start date:
2014-02-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

getClassSchema() is being called within a foreach loop while the $className never changes for that call.

I know that method chaining is hip and all . . . but for an extension like the Backend Log, moving the call outside of the loop can save 7046 calls of the 7548 calls to getClassSchema().

Actions

Also available in: Atom PDF