matomo_preload
Security covered
Features
This module automatically adds preload link tags to every page:
<link rel="dns-prefetch" href="https://matomo.example.com/" />
<link rel="preload" href="https://matomo.example.com/matomo.js" as="script" />
This ensures the browser starts loading the Matomo script as soon as possible.
Post-Installation
The module does not require any configuration. It should work automatically if the matomo module is configured.