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 #1

Updated by Gerrit Code Review about 12 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9241

Actions #2

Updated by Gerrit Code Review about 12 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9245

Actions #3

Updated by Gerrit Code Review about 12 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9245

Actions #4

Updated by Gerrit Code Review about 12 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9245

Actions #5

Updated by Gerrit Code Review about 12 years ago

Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9249

Actions #6

Updated by Gerrit Code Review about 12 years ago

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9251

Actions #7

Updated by Fabrizio Branca about 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF