TYPO3 Logo
Static File Cache
Release: 13.1

Loading data.

  • Introduction
    • What does it do?
    • What does it not do?
    • Requirements
    • Recommended
    • Need Support?
    • Sponsoring
    • Credits
  • Installation
  • Verify the functionality
  • Third Party Extensions
  • 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

Display settings


Color scheme of code blocks:


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

Page last updated: Sep 29, 2023 11:05

Last rendered: Sep 29, 2023 11:06

  • TYPO3 Theme 4.9.0
  • DRC v3.2.1
© Copyright since 2016 by Tim Lochmüller & Contributors
  • Legal Notice
  • Privacy Policy
  • Code of Conduct