TYPO3 Logo
Static File Cache
Release: 12.4

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
    • TypoScript
  • Monitoring
  • Static dynamic extensions
  • FAQ
  • The need for speed
  • Static tt_news setup
  • Known problems
  • ChangeLog
  • Sitemap
  • Index

PAGE CONTENTS

  • Recommended
  1. Start
  2. Introduction
  3. Recommended
View source How to edit Edit on GitHub

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 hitting 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
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Apr 15, 2022 19:50

Last rendered: Apr 15, 2022 19:51

TYPO3 Theme 4.6.2

© Copyright since 2016 by Tim Lochmüller & Contributors
  • Legal Notice
  • Privacy Policy