mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-17 12:20:06 +00:00
Clarify HTTP Observatory scores
This commit is contained in:
parent
4907336d96
commit
bab75dcebc
2 changed files with 6 additions and 3 deletions
|
@ -21,7 +21,7 @@ I realize not everybody's going to ditch the Web and switch to Gemini or Gopher
|
||||||
* 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 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 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.
|
||||||
* All images labeled with alt-text. The page should make sense without images.
|
* All images labeled with alt-text. The page should make sense without images.
|
||||||
* Maybe HTTP/2. There are some cases in which HTTP/2 can make things slower. Run some tests to find out.
|
* Maybe HTTP/2. There are some cases in which HTTP/2 can make things slower. Run some tests to find out.
|
||||||
|
|
|
@ -23,7 +23,9 @@ I realize not everybody's going to ditch the Web and switch to Gemini or Gopher
|
||||||
non-exhaustive, highly-opinionated list of best practices for websites that focus
|
non-exhaustive, highly-opinionated list of best practices for websites that focus
|
||||||
primarily on text:
|
primarily on text:
|
||||||
|
|
||||||
- Final page weight under 50kb without images, and under 200kb with images. Page weight should usually be much smaller; these are upper-bounds for exceptional cases.
|
- Final page weight under 50kb without images, and under 200kb with images. Page
|
||||||
|
weight should usually be much smaller; these are upper-bounds for exceptional
|
||||||
|
cases.
|
||||||
- Works in Lynx, w3m, links (both graphics and text mode), Netsurf, and Dillo
|
- Works in Lynx, w3m, links (both graphics and text mode), Netsurf, and Dillo
|
||||||
- Works with popular article-extractors (e.g. Readability) and HTML-to-Markdown
|
- Works with popular article-extractors (e.g. Readability) and HTML-to-Markdown
|
||||||
converters. This is a good way to verify that your site uses simple HTML and works
|
converters. This is a good way to verify that your site uses simple HTML and works
|
||||||
|
@ -44,7 +46,8 @@ primarily on text:
|
||||||
free speed boost.
|
free speed boost.
|
||||||
- Supports dark mode via a CSS media feature and/or works with most "dark mode"
|
- Supports dark mode via a CSS media feature and/or works with most "dark mode"
|
||||||
browser addons. More on this below.
|
browser addons. More on this below.
|
||||||
- A good score on Mozilla's [HTTP Observatory](https://observatory.mozilla.org/)
|
- 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.
|
||||||
- All images labeled with alt-text. The page should make sense without images.
|
- All images labeled with alt-text. The page should make sense without images.
|
||||||
- Maybe HTTP/2. There are some cases in which HTTP/2 can make things slower. Run some
|
- Maybe HTTP/2. There are some cases in which HTTP/2 can make things slower. Run some
|
||||||
|
|
Loading…
Add table
Reference in a new issue