discourse/app
Rafael dos Santos Silva 2d1dbc6f96
FEATURE: Preload resources via link header (#18475)
Experiment moving from preload tags in the document head to preload information the the response headers.

While this is a minor improvement in most browsers (headers are parsed before the response body), this allows smart proxies like Cloudflare to "learn" from those headers and build HTTP 103 Early Hints for subsequent requests to the same URI, which will allow the user agent to download and parse our JS/CSS while we are waiting for the server to generate and stream the HTML response.

Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
2022-10-07 13:19:50 -03:00
..
assets DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
controllers FEATURE: Preload resources via link header (#18475) 2022-10-07 13:19:50 -03:00
helpers FEATURE: Preload resources via link header (#18475) 2022-10-07 13:19:50 -03:00
jobs PERF: Move dominant color calculation to separate job (#18501) 2022-10-06 13:26:08 +01:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FEATURE: Add dark mode option for category logos (#18460) 2022-10-07 11:00:44 -04:00
serializers FEATURE: Add dark mode option for category logos (#18460) 2022-10-07 11:00:44 -04:00
services DEV: Use AR enums in reviewables related code 2022-09-22 14:44:27 +02:00
views FEATURE: Preload resources via link header (#18475) 2022-10-07 13:19:50 -03:00