Task #66758
closedStatically compile property accessors
100%
Description
When a compiled template is rendered for the first time we can use the data to generate information about the object access chain and add that to the compiled template. Rerendering of the template will result in improved property access times.
Updated by Christian Müller over 9 years ago
- Target version set to 7.3 (Packages)
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39148
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39148
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39148
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3bebd954624564ea64ee5e49bbbadf0a407947eb.
Updated by Christian Kuhn over 9 years ago
- Status changed from Resolved to Accepted
This patch will be reverted with #66808
Updated by Christian Kuhn over 9 years ago
- Status changed from Accepted to Rejected
The proposed solution turned out to be not optimal - patch was reverted again. Issue is close as "rejected" for now.