Actions
Feature #22060
closedCaching of the ExtDirect API configuration
Start date:
2010-02-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Currently the generated API configuration for ExtDirect isn't cached. This is a nogo, because the reflection mechanism needs much time to return the amount of parameters of the configured classes.
This patch solves the issue by caching of the generated javascript API configuration. The t3lib_pageSelect caching methods are used for this purpose. The patch supports the old and new caching framework.
(issue imported from #M13428)
Files
Updated by Stefan Galinski almost 15 years ago
You can find a demo extension in the attached at the bugtracker entry #22000.
Actions