7.2 (opcache enabled) • MariaDB 10.4 (not tuned) • Nginx 1.14 • Typo3 9.5.8 • Shiny new Website, with lots of uncached USER_INT - because the Editor can’t wait to see the changes online (and we have lots of user input)
gets cached for the specified time, even uncached content • Cache-Control Headers are ignored • There is no easy way to purge the cache for a specific page
virtual=„“—> to have a pageType call render the uncached content in a separate call Supports as well ESI (Varnish and Cloud flare) and AJAX Sudhaus7 EXTENSION FOR TYPO3
by nginx • Uncached Content will be delivered directly, but the surrounding page will stay cached • Extensions can send their own Cache-Control headers based on their needs • Extensions can make better use of the Typo3 Cache • Multiple uncached extensions in a single Page can be handled separately
cache enabling Failover Servers or Multiple Frontend Servers using the same cached content • using the proxy_ variations of the configuration commands can be used to set up a distributed cloud system • or using a docker-based backend, with the same advantages as shown in this talk • The SSI technology can be used as well to include Widgets from other frameworks or even technologies. Sudhaus7 OTHER COOL STUFF