Project

General

Profile

Actions

Task #77411

closed

Remove extbase table column cache

Added by Benni Mack over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
Start date:
2016-08-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The extbase table column cache "extbase_typo3dbbackend_tablecolumns"
stores all DB fields of all DB tables to detect if the TCA table contains
a field named "pid".

However, if a DB table has a TCA definition but no PID, then it fails
on so many places. No need to execute a admin_get_fields call on every
method call (which caches this information - ironically - in the database).

The cache can be removed without substitution as the superfluous
check on the DB field "pid" is removed.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #77604: Keep configuration of extbase table column cache in 7.6Closed2016-08-23

Actions
Actions

Also available in: Atom PDF