quellenform/t3x-resourcehints

Adds external hosts to the HTML-header for DNS-refetching.

1.0.2 2024-03-06 18:54 UTC

This package is auto-updated.

Last update: 2024-04-06 19:14:46 UTC


README

Donate Latest Stable Version TYPO3 License

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

  1. Install extension with composer or directly from TER/git