Project

General

Profile

Actions

Feature #90234

closed

Introduce CacheHashConfiguration and matching indicators

Added by Oliver Hader about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2020-01-28
Due date:
% Done:

100%

Estimated time:
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:

Description

$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash'] = [
  'excludedParameters' => [
    'utm_source',
    'utm_medium',
    '^utm_', // making previous two obsolete
  ],
  'excludedParametersIfEmpty' => [
    '^tx_my_plugin[aspects]',
    'tx_my_plugin[filter]',
  ],
];

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #87120: More flexible way to exclude arguments from cHash calculationClosed2018-12-11

Actions
Related to TYPO3 Core - Task #92597: Fix documentation rendering of issue #90234Closed2020-10-19

Actions
Actions

Also available in: Atom PDF