CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #2915

Make tx_ptlist_genericDataAccessor store its cache to a local database

Added by Fabrizio Branca about 4 years ago. Updated over 2 years ago.

Status:New Start date:2009-03-19
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

tx_ptlist_genericDataAccessor is used to fetch data from an external database. This can be slow, escpecially if a lot of things have to be "looked" up in single request. The tx_ptlist_genericDataAccessor class supports caching into the users session data. That means, that data will only be fetched the first time and stored to the session afterwards. (Have a look at the mechanism. You can set timespans how long this record should stay in the cache. The cache will be written in the eof-Hook).

Cached should also (configurable) be stored to the local database, to speed up everything. After caching only a single request would be necessary to restore the whole cache.

Associated revisions

Revision 19103
Added by Oliver Klee about 4 years ago

[Bug 2915] The CLI module also selects deleted FE users, r=niels

Revision 19300
Added by Oliver Klee about 4 years ago

[Bug 2915] The CLI module also selects deleted FE users, r=saskia

Also available in: Atom PDF