Project

General

Profile

Actions

Task #51283

closed

Use array access instead of traversing hook array

Added by Bernhard Kraft over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2013-08-23
Due date:
% Done:

100%

Estimated time:
2.00 h
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
easy
Sprint Focus:

Description

In "TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer" in method "cObjGetSingle" the array of hook objects is traversed to look for a hook object for the currently rendered cObject. This is not fast.

Instead check if there is a hook object for the current cObject defined by making an array access.

Patch attached.


Files

patch_51283.diff (1000 Bytes) patch_51283.diff Bernhard Kraft, 2013-08-23 10:33
Actions

Also available in: Atom PDF