Actions
Feature #90234
closedIntroduce CacheHashConfiguration and matching indicators
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]', ], ];
Actions