mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Article update: mention brotli
Brotli support is more prevalent than zstd
This commit is contained in:
parent
dc4d0dd20e
commit
790f7f70ef
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ I realize not everybody's going to ditch the Web and switch to Gemini or Gopher
|
||||||
* No lazy loading (more on this below)
|
* No lazy loading (more on this below)
|
||||||
* No custom colors OR explicitly set the both foreground and background colors. More on this below.
|
* No custom colors OR explicitly set the both foreground and background colors. More on this below.
|
||||||
* A maximum line length for readability
|
* A maximum line length for readability
|
||||||
* Server configured to support compression (gzip, optionally zstd as well). It's a free speed boost.
|
* Server configured to support compression (gzip, optionally Brotli and zstd as well). It's a free speed boost.
|
||||||
* Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below.
|
* Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below.
|
||||||
* A good score on Mozilla's HTTP Observatory. A bare minimum would be 50, but it shouldn't be too hard to hit 100.
|
* A good score on Mozilla's HTTP Observatory. A bare minimum would be 50, but it shouldn't be too hard to hit 100.
|
||||||
* Optimized images. More on image optimization below.
|
* Optimized images. More on image optimization below.
|
||||||
|
|
|
@ -30,7 +30,7 @@ I realize not everybody's going to ditch the Web and switch to Gemini or Gopher
|
||||||
- No lazy loading (more on this below)
|
- No lazy loading (more on this below)
|
||||||
- No custom colors OR explicitly set the both foreground and background colors. More on this below.
|
- No custom colors OR explicitly set the both foreground and background colors. More on this below.
|
||||||
- A maximum line length for readability
|
- A maximum line length for readability
|
||||||
- Server configured to support compression (gzip, optionally zstd as well). It's a free speed boost.
|
- Server configured to support compression (gzip, optionally Brotli and zstd as well). It's a free speed boost.
|
||||||
- Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below.
|
- Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below.
|
||||||
- A good score on Mozilla's [HTTP Observatory](https://observatory.mozilla.org/). A bare minimum would be 50, but it shouldn't be too hard to hit 100.
|
- A good score on Mozilla's [HTTP Observatory](https://observatory.mozilla.org/). A bare minimum would be 50, but it shouldn't be too hard to hit 100.
|
||||||
- Optimized images. More on image optimization below.
|
- Optimized images. More on image optimization below.
|
||||||
|
|
Loading…
Reference in a new issue