Project

General

Profile

Actions

Feature #28902

closed

Configurable ACCESS_TIME precision

Added by Markus Blaschke about 13 years ago. Updated over 6 years ago.

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

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:

Description

Make the precision of $ACCESS_TIME configurable for better query_cache efficiency.

eg. in t3lib/config_default.php:

// default
$TYPO3_CONF_VARS['SYS']['ACCESS_TIME_PRECISION'] = 60;

[...]

$ACCESS_TIME = $EXEC_TIME - ($EXEC_TIME % $TYPO3_CONF_VARS['SYS']['ACCESS_TIME_PRECISION']);

would be nice to see this feature in 4.5 tree.

Actions

Also available in: Atom PDF