Actions
Bug #104946
closedTCASchema Caching not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2024-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For me, every backend request leads to the file:
/var/cache/code/core/TcaSchema_82b0be7b11a988a5.php
being written anew. The file is the same, every time.
I suppose though, the write operation should be triggered on changes only?
Updated by Gerrit Code Review 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86075
Updated by Nikita Hovratov 2 months ago
- Related to Bug #104521: TcaSchemaFactory force flag does not work added
Updated by Gerrit Code Review 2 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86075
Updated by Benjamin Franzke 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e30be3792497efc1a53671fd8abc67a54c82f8cb.
Actions