Project

General

Profile

Actions

Task #92724

closed

Add page ID prefix to page cache and lock identifiers

Added by Tymoteusz Motylewski over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-27
Due date:
% Done:

100%

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

Description

Currently page cache and page locks identifiers are md5 values.
It would be nice to be able to quickly spot which page are these entries related to,
by prefixing md5 with page id.
Identifier before:
18aa076fd39fc4b1d03d23dc4dc7c2f5

Identifier after:
108_18aa076fd39fc4b1d03d23dc4dc7c2f5

where 108 is a page id.

Thanks to that its easier to debug monitor cache related issues.

Actions

Also available in: Atom PDF