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 399
399
/security/acl_advanced /security/acl
400
400
/security/password_encoding /security
401
401
/weblink /web_link
402
- /components/weblink /components/web_link
402
+ /components/weblink https://github.com/symfony/web-link
403
403
/frontend/encore/installation-no-flex /frontend/encore/installation
404
404
/http_cache/form_csrf_caching /security/csrf
405
405
/console/logging /console
499
499
/components/polyfill_php72 https://github.com/symfony/polyfill-php72
500
500
/components/polyfill_php73 https://github.com/symfony/polyfill-php73
501
501
/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
401
401
----------
402
402
403
403
* :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.
405
405
406
406
.. _`Webpack` : https://webpack.js.org/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
Asset Preloading and Resource Hints with HTTP/2 and WebLink
5
5
===========================================================
6
6
7
- Symfony provides native support (via the :doc: `WebLink component < /components/web_link >` )
7
+ Symfony provides native support (via the `WebLink `_ component)
8
8
for managing ``Link `` HTTP headers, which are the key to improve the application
9
9
performance when using HTTP/2 and preloading capabilities of modern web browsers.
10
10
@@ -178,11 +178,7 @@ You can also add links to the HTTP response directly from controllers and servic
178
178
}
179
179
}
180
180
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
186
182
.. _`HTTP/2 Server Push` : https://tools.ietf.org/html/rfc7540#section-8.2
187
183
.. _`Resource Hints` : https://www.w3.org/TR/resource-hints/
188
184
.. _`Docker installer and runtime for Symfony` : https://github.com/dunglas/symfony-docker
You can’t perform that action at this time.
0 commit comments