Task #52304

Performance issues

Added by Christian Kuhn almost 2 years ago. Updated over 1 year ago.

Status:Resolved Start date:2012-03-15
Priority:Won't have this time Due date:
Assigned To:- % Done:

100%

Category:Caching Spent time: -
Target version:6.2.0 Estimated time:8.00 hours
TYPO3 Version:6.2 Complexity:
PHP Version:5.4 Sprint Focus:

Description

Umbrella issues of current performance issues.


Subtasks

Bug #51116: Massive speed problem from TYPO3 version 6.x at the first...Resolved

Bug #34886: t3lib_cache_backend_FileBackend don't support 0 has liftimeResolvedDominique Feyer

Task #52295: Use SimpleFileBackend for t3lib_l10n cacheResolved

Task #52305: Configure main extbase caches for unlimited entry lifetimeResolved

Task #52312: Remove "Clear language cache" menu itemResolved

Bug #43540: TS is fetched from cache incorrectly sometimesResolvedDmitry Dulepov

Task #53404: Page cache saves the hash_baseResolvedAlexander Opitz


Related issues

related to Core - Bug #52949: Speed decrease since 4.5 Resolved 2013-09-19

Associated revisions

Revision 690a3713
Added by Christian Kuhn almost 2 years ago

[BUGFIX] Configure main extbase caches for unlimited entry lifetime

The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change or are updates. The
extension manager takes care of flushing in this case.
Currently, the default lifetime of those cache entries is only one
hour, so they are recalculated pretty often. This is especially a
problem if the site was not accessed for more than an hour, since
tons of cache entries exceeded their lifetime and require
recalculation.
The patch moves the cache configuration of the required extbase
extension to DefaultConfiguration and sets unlimited default
lifetime for object and reflection cache.

Change-Id: I671692645aeb104f7fa73595cc79b25ed5984b85
Resolves: #52305
Related: #51116
Related: #52304
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://review.typo3.org/24069
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

Revision bb94fe09
Added by Christian Kuhn almost 2 years ago

[BUGFIX] Configure main extbase caches for unlimited entry lifetime

The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change or are updates. The
extension manager takes care of flushing in this case.
Currently, the default lifetime of those cache entries is only one
hour, so they are recalculated pretty often. This is especially a
problem if the site was not accessed for more than an hour, since
tons of cache entries exceeded their lifetime and require
recalculation.
The patch moves the cache configuration of the required extbase
extension to DefaultConfiguration and sets unlimited default
lifetime for object and reflection cache.

Change-Id: I671692645aeb104f7fa73595cc79b25ed5984b85
Resolves: #52305
Related: #51116
Related: #52304
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://review.typo3.org/24069
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
(cherry picked from commit 690a3713830fc25e39e9f26937376b0aba10412d)
Reviewed-on: https://review.typo3.org/24081

Revision 0deefa07
Added by Christian Kuhn almost 2 years ago

[BUGFIX] Configure main extbase caches for unlimited entry lifetime

The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change or are updates. The
extension manager takes care of flushing in this case.
Currently, the default lifetime of those cache entries is only one
hour, so they are recalculated pretty often. This is especially a
problem if the site was not accessed for more than an hour, since
tons of cache entries exceeded their lifetime and require
recalculation.
The patch moves the cache configuration of the required extbase
extension to DefaultConfiguration and sets unlimited default
lifetime for object and reflection cache.

Change-Id: I671692645aeb104f7fa73595cc79b25ed5984b85
Resolves: #52305
Related: #51116
Related: #52304
Releases: 6.2, 6.1, 6.0
Reviewed-on: https://review.typo3.org/24082
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

History

#1 Updated by Markus Klein over 1 year ago

  • Status changed from New to Resolved

The list of subtasks is continued in #52949.

Also available in: Atom PDF