Project

General

Profile

Actions

Bug #82408

closed

Improve TCA cache

Added by Helmut Hummel over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-09-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Currently TCA is cached as serialized string using
the core cache, which is in fact a PHP code cache.

This is done hacking around the fact that code cache
always starts with a "

This has two disadvantages. One is this hack is required,
despite other caches are configured with variable frontend
and file backend. Last but not least, an additional
unserialize is needed, where we could just require one
PHP file that returns an array, which can be pretty fast with
an opcode cache enabled

Actions

Also available in: Atom PDF