Make the caching framework work for you (and your extensions)

06. August 2022ExtbaseTYPO3Talk

How often does a Developer get to the point where the site is too slow, and the fault is often custom build extensions with expensive operations going on. Utilising the TYPO3 Caching framework seems to be an underrated and often most overlooked part in extension development. This live coding session is intended for beginner to intermediate extension developers who want to learn the patterns on how to use the caching framework in an extension and how mitigate bottlenecks with good practices, as well as having strategies to get rid of the cache dynamically when it needs to be updated.

Last held at the TYPO3 Developer Days 2022

Github repository of the extension with the complete code examples. The steps are present in the different branches of this repository:

https://github.com/foppelfb/workshop/

The slides for this talk