Project

General

Profile

Actions

Bug #27227

closed

Bug #20473: Starttime/endtime is not taken into account when caching

Use Runtime Cache in tslib_fe::get_cache_timeout

Added by Steffen Gebert almost 13 years ago. Updated almost 11 years ago.

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

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Thanks to #20473, start and stop times of records are now taken into account during a page's cache lifetime calculation.
To prevent repeated computations, the value is cached inside tslib_fe::get_cache_timeout, using a class variable getCacheTimeoutCache.

The Runtime Cache (#27208) not only offers a cleaner way to do so, it also provides a remedy against the currently existing problem that get_cache_timeout() does its job exactly twice: Once during menu generation (which seems to work with a cloned copy of TSFE) and once before putting the page contents into the cache. As both class instances share the runtime cache, the second calculation can be safed.


Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Feature #27208: Add a runtime cacheClosed2011-06-04

Actions
Actions #1

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I0b241749639a678ba6c1addd8d57e2256cf52bc2 has been pushed to the review server.
It is available at http://review.typo3.org/2531

Actions #2

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change I0b241749639a678ba6c1addd8d57e2256cf52bc2 has been pushed to the review server.
It is available at http://review.typo3.org/2531

Actions #3

Updated by Steffen Gebert almost 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Steffen Gebert almost 13 years ago

  • Target version set to 1281
Actions #5

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions #6

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (1281)
Actions

Also available in: Atom PDF