TYPO3 Logo
Static File Cache: Speed up TYPO3 Frontend
Options
Give feedback View source How to edit Edit on GitHub Full documentation (single file)

Static File Cache: Speed up TYPO3 Frontend

  • Introduction
    • What does it do?
    • What does it not do?
    • Requirements
    • Recommended
    • Need Support?
    • Sponsoring
    • Credits
  • Installation
  • Configuration
    • Page configuration
    • Global configuration
    • htaccess file
    • Nginx configuration
    • Routing
    • TypoScript
  • Extended
  • Monitoring
  • Static dynamic extensions
  • FAQ
  • The need for speed
  • Static tt_news setup
  • Known problems
  • ChangeLog
  • Sitemap
  • Index
  1. Static File Cache: Speed up TYPO3 Frontend
  2. Introduction
  3. Recommended
Give feedback 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
Copied!

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]
Copied!
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned. You can make a pull request on GitHub to suggest an anchor. The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

  • Home
  • Contact
  • Issues
  • Repository

Last rendered: May 22, 2025 18:26

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