File tree Expand file tree Collapse file tree 4 files changed +5
-49
lines changed Expand file tree Collapse file tree 4 files changed +5
-49
lines changed Original file line number Diff line number Diff line change 399399/security/acl_advanced /security/acl
400400/security/password_encoding /security
401401/weblink /web_link
402- /components/weblink /components/web_link
402+ /components/weblink https://github.com/symfony/web-link
403403/frontend/encore/installation-no-flex /frontend/encore/installation
404404/http_cache/form_csrf_caching /security/csrf
405405/console/logging /console
499499/components/polyfill_php72 https://github.com/symfony/polyfill-php72
500500/components/polyfill_php73 https://github.com/symfony/polyfill-php73
501501/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
502+ /components/web_link https://github.com/symfony/web-link
Original file line number Diff line number Diff line change @@ -401,6 +401,6 @@ Learn more
401401----------
402402
403403* :doc: `How to manage CSS and JavaScript assets in Symfony applications </frontend >`
404- * :doc: `WebLink component </components/ web_link >` to preload assets using HTTP/2.
404+ * :doc: `WebLink component </web_link >` to preload assets using HTTP/2.
405405
406406.. _`Webpack` : https://webpack.js.org/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44Asset Preloading and Resource Hints with HTTP/2 and WebLink
55===========================================================
66
7- Symfony provides native support (via the :doc: `WebLink component < /components/web_link >` )
7+ Symfony provides native support (via the `WebLink `_ component)
88for managing ``Link `` HTTP headers, which are the key to improve the application
99performance when using HTTP/2 and preloading capabilities of modern web browsers.
1010
@@ -178,11 +178,7 @@ You can also add links to the HTTP response directly from controllers and servic
178178 }
179179 }
180180
181- .. seealso ::
182-
183- WebLink can be used :doc: `as a standalone PHP library </components/web_link >`
184- without requiring the entire Symfony framework.
185-
181+ .. _`WebLink` : https://github.com/symfony/web-link
186182.. _`HTTP/2 Server Push` : https://tools.ietf.org/html/rfc7540#section-8.2
187183.. _`Resource Hints` : https://www.w3.org/TR/resource-hints/
188184.. _`Docker installer and runtime for Symfony` : https://github.com/dunglas/symfony-docker
You can’t perform that action at this time.
0 commit comments