Project

General

Profile

Actions

Bug #34299

closed

stdWrap caching

Added by Fabrizio Branca about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
Start date:
2012-02-26
Due date:
% Done:

100%

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

Description

Problem:

  • Cacheable content is always page specific. Pages cannot share cached content.
  • Cacheable content has no individual lifetime but is bound to the lifetime of the page where it is placed.

Solution:

Introduce new configuration options that will store the content into the caching framework:

5 = TEXT
5 {
    cache.key = mycurrenttimestamp
    cache.tags = tag_a,tag_b,tag_c
    cache.lifetime = 3600
    data = date : U
    strftime = %H:%M:%S
}

See details on http://www.fabrizio-branca.de/typo3-individual-cobject-caching.html


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #49329: Content caching with page data key not workingClosed2013-06-21

Actions
Actions

Also available in: Atom PDF