TYPO3 Logo
StaticFileCache
Release: 12.1

Loading data.

  • Introduction
    • What does it do?
    • What does it not do?
    • Requirements
    • Recommended
    • Credits
  • Installation
  • Configuration
    • Page configuration
    • Global configuration
    • htaccess file
    • Nginx configuration
    • Routing
  • Monitoring
  • Static dynamic extensions
  • FAQ
  • The need for speed
  • Static tt_news setup
  • Known problems
  • Caching Framework with none-DB-backends
  • Clear all caches for editors
  • Hard remove of cf_* tables
  • Using Garbage Collection
  • ChangeLog

PAGE CONTENTS

  • Recommended
  1. Start
  2. Introduction
  3. Recommended
View source

Recommended¶

  • Apache mod_expires
  • TYPO3 Routing configuration or TYPO3 realurl (current version >= 2.3.1) or any other speaking URL mechanism

You have to create a smart strategy to avoid editors from hiting the clear cache button all the time (more important in Boost-Mode): I suggest this UserTsConfig:

options.clearCache.pages = 0 options.clearCache.all = 0

The user could use the clear cache in the page module or the admin have to use clearCacheCmd in a smart way.

Try to avoid this configuration:

[backend.user.isLoggedIn]
config.no_cache = 1

[global]

  • Previous
  • Next

Last updated: Aug 26, 2020 15:18

Last rendered: Jul 22, 2021 19:05

TYPO3 Theme 4.6.2

© Copyright 2018
  • Legal Notice
  • Privacy Policy