[TYPO3-english] Re: Page rendering 3 x slower and 5 x more cpu used in TYPO3 6.2-dev

Kasper Ligaard kasperligaard+typo3.org at gmail.com
Wed Sep 25 07:25:38 CEST 2013


My caches are currently set as seen below, i.e. a combination of database, files, memcached and APC. Still I find it odd that the same settings on a 4.7 system produces so different results.

[cacheConfigurations]
[cache_core]
[backend]=TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\PhpFrontend
[options]
[cache_hash]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\VariableFrontend
[options]
[servers]
[0]=localhost:11211
[cache_pages]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\VariableFrontend
[options]
[servers]
[0]=localhost:11211
[cache_pagesection]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\VariableFrontend
[options]
[servers]
[0]=localhost:11211
[cache_phpcode]
[backend]=TYPO3\CMS\Core\Cache\Backend\FileBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\PhpFrontend
[options]
[cache_rootline]
[backend]=TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\VariableFrontend
[options]
[cache_runtime]
[backend]=TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\VariableFrontend
[options]
[extbase_datamapfactory_datamap]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[options]
[servers]
[0]=localhost:11211
[extbase_object]
[backend]=TYPO3\CMS\Core\Cache\Backend\ApcBackend
[extbase_reflection]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[options]
[servers]
[0]=localhost:11211
[extbase_typo3dbbackend_tablecolumns]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[options]
[servers]
[0]=localhost:11211
[fluid_template]
[backend]=TYPO3\CMS\Core\Cache\Backend\FileBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\PhpFrontend
[static_info_tables]
[backend]=TYPO3\CMS\Core\Cache\Backend\FileBackend
[frontend]=TYPO3\CMS\Core\Cache\Frontend\PhpFrontend
[t3lib_l10n]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[options]
[servers]
[0]=localhost:11211
[workspaces_cache]
[backend]=TYPO3\CMS\Core\Cache\Backend\MemcachedBackend
[options]
[servers]
[0]=localhost:11211


More information about the TYPO3-english mailing list