3.6.0
✨ resource hints
With this release, you can give the browser some resource hints: Globally via the settings Carbon.IncludeAssets.ResourceHints
or via adding a special type ((preloadasset)
, (preloadcss)
, (preloadscript)
or (modulepreload)
) at the end of a file
entry.
You have also a new Fusion prototype:
Carbon.IncludeAssets:ResourceHints
Per default, this prototype read the Settings.yaml
. But you can also pass preloadNodes
or prerenderNodes
(Array, FlowQuery or a single node) for further optimization.