quellenform / t3x-resourcehints
Adds external hosts to the HTML-header for DNS-refetching.
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.2.0
- typo3/cms-core: ^10.4 || ^11 || ^12 || ^13
Replaces
- typo3-ter/resourcehints: 1.0.2
README
Resource Hints
TYPO3 CMS Extension "resourcehints"
What does it do?
This Extensions adds external hosts to the HTML-header for DNS-refetching. It simple adds "dns-prefetch" to the header by iterating through existing Resources of the type:
- jsLibs
- jsFooterLibs
- jsFiles
- jsFooterFiles
- cssLibs
- cssFiles
This task is done via a PageRenderHook. Simple.
Read more: Resource Hints - What is Preload, Prefetch, and Preconnect?
Installation/Configuration
- Install extension with composer or directly from TER/git