Managing Resource URIs with Cache Busting
TYPO3
Show in appDescription
The f:uri:resources ViewHelper creates URIs to resources. It can be used for extension resource files.
This ViewHelper automatically appends a timestamp for file versioning. This ensures that browsers fetch updated files when necessary, even if the file name has not changed.
Goals
- I know how to use the f:uri.resource ViewHelper to generate resource links in TYPO3.
- I understand the purpose of the useCacheBusting attribute and how it ensures updated resources are loaded by clients.
- I know the difference between applying cache busting using queryString or versionNumberInFilename (rewrite rules are necessary).
Maintainer
Oliver Thiele
Web Development Oliver Thiele