1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-02-25 15:50:05 +00:00

Compare commits

..

No commits in common. "521beaebf467ad7c1948a60f0ca271f7e528cb4c" and "63c5fc4ab09e4a6fef52208a0ab0c2341860fbde" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View file

@ -163,10 +163,10 @@ Optimal loading is a complex topic. Broadly, it covers three overlapping categor
HTML is a blocking resource: images and stylesheets will not load until the user agent loads and parses the HTML that calls them. To start loading above-the-fold images before the HTML parsing finishes, send a "link" HTTP header.
my website includes a "link" header to load the image that serves as my IndieWeb photo and favicon. The header includes a "high" priority hint so the browser starts downloading the resource right away:
My website includes a "link" header to load an SVG that serves as my IndieWeb photo and favicon (hash removed from filename for readability):
```
link: </favicon.HASH.svg>; rel=preload; as=image; fetchpriority=high
link: </favicon.HASH.svg>; rel=preload; as=image
```
### Don't count on the cache

View file

@ -166,10 +166,10 @@ Optimal loading is a complex topic. Broadly, it covers three overlapping categor
HTML is a blocking resource: images and stylesheets will not load until the user agent loads and parses the HTML that calls them. To start loading above-the-fold images before the HTML parsing finishes, send a `link` HTTP header.
{{<codefigure>}} {{< codecaption >}} my website includes a `link` header to load the image that serves as my IndieWeb photo and favicon. The header includes a [priority hint](https://wicg.github.io/priority-hints/) so the browser starts downloading the resource right away. {{< /codecaption >}}
{{<codefigure>}} {{< codecaption >}} my website includes a `link` header to load an SVG that serves as my IndieWeb photo and favicon. Hash removed from filename for readability. {{< /codecaption >}}
```figure {var1="HASH" samp=true}
link: </favicon.HASH.svg>; rel=preload; as=image; fetchpriority=high
link: </favicon.HASH.svg>; rel=preload; as=image
```
{{</codefigure>}}

View file

@ -1 +0,0 @@
ads.txt