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 #1

Updated by Tymoteusz Motylewski over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66327

Actions #3

Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66327

Actions #4

Updated by Tymoteusz Motylewski over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF