Task #39539

Restructure core php code cache

Added by Christian Kuhn 10 months ago. Updated 10 months ago.

Status:Resolved Start date:2012-08-05
Priority:Should have Due date:
Assignee:- % Done:

100%

Category:Caching
Target version:6.0.0-pre-beta1
TYPO3 Version:6.0 Complexity:medium
PHP Version:5.3
Votes: 0

Description

This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker simple file cache backend.
This backend has no tagging functionality. If an entry needs to be
dropped, the whole cache is flushed now.

Associated revisions

Revision 3ee50860
Added by Christian Kuhn 10 months ago

[TASK] Use simple file backend for core php cache

This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker simple file cache backend.
This backend has no tagging functionality. If an entry needs to be
dropped, the whole cache is flushed now.

Change-Id: I33c9e1dc01c6a8c6ec463cd795657833a4ea7646
Resolves: #39539
Releases: 6.0
Reviewed-on: http://review.typo3.org/13468
Reviewed-by: Philipp Gampe
Reviewed-by: Wouter Wolters
Tested-by: Philipp Gampe
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

Revision c653618f
Added by Christian Kuhn 10 months ago

[TASK] Use simple file backend for core php cache

This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker simple file cache backend.
This backend has no tagging functionality. If an entry needs to be
dropped, the whole cache is flushed now.

Change-Id: I33c9e1dc01c6a8c6ec463cd795657833a4ea7646
Resolves: #39539
Releases: 6.0
Reviewed-on: http://review.typo3.org/13468
Reviewed-by: Philipp Gampe
Reviewed-by: Wouter Wolters
Tested-by: Philipp Gampe
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

Revision 8e1912a7
Added by Christian Kuhn 9 months ago

[TASK] Use simple file backend for core php cache

This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker simple file cache backend.
This backend has no tagging functionality. If an entry needs to be
dropped, the whole cache is flushed now.

Change-Id: I33c9e1dc01c6a8c6ec463cd795657833a4ea7646
Resolves: #39539
Releases: 6.0
Reviewed-on: http://review.typo3.org/13468
Reviewed-by: Philipp Gampe
Reviewed-by: Wouter Wolters
Tested-by: Philipp Gampe
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

History

Updated by Gerrit Code Review 10 months 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/13468

Updated by Christian Kuhn 10 months ago

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

Also available in: Atom PDF