|
|
CachingTYPO3 uses caching in order to improve the performance and the responsiveness of the website.Table of contentsEnabling cacheCaching is activated by default in any TYPO3 instance. Cache for exact period of timeOne can set the page cache to expire after a certain amount of time. To do this there are two possiblities
Disabling cacheCache can be disabled in the following ways
What is cachedFor performance reasons TYPO3 will cache lots of things. For example:
Where is cachedTYPO3 saves the cache by default into the cache_* tables. As of TYPO3 4.2? this behavior can be changed if the option pageCacheToExternalFiles? is used. This can be set from the Install Tool or from localconf.php to save the cached pages to the typo3temp / cache_pages? directory: $TYPO3_CONF_VARS[FE][pageCacheToExternalFiles] Further readingAllow users to clear cache Automatically clear cache after editing records General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |