hellonico/timber-weblink-extension

Timber WebLink Twig 扩展。

1.0 2020-03-31 19:38 UTC

This package is auto-updated.

Last update: 2024-08-23 17:07:45 UTC


README

将 Symfony WebLink 组件引入 Timber。

提供对管理 HTTP 链接头部的原生支持,这是使用 HTTP/2 和现代网页浏览器的预加载功能提高应用程序性能的关键。.

安装

composer require hellonico/timber-weblink-extension

用法

{{ preload(asset('/css/app.css')) }}

将导致

HTTP/1.1 200 OK
Content-Type: text/html
...
Link: </css/app.css>; rel=preload

在你的 HTTP 头部中。

有关用法更多信息,请参阅 https://symfony.ac.cn/doc/current/web_link.html