Daily Shaarli

All links of one day in a single page.

February 4, 2024

Making my website faster - Cliffle

Some tricks the author uses and explains:

  1. using <link rel="preload" as="ROLE" href="URL">` to download
  2. lazy-loading the search index (and this feature) as it is not used widely, and costs bandwidth (1.8MB)
  3. Reducing the cost of webfonts: shrinking the typeset of the font (especially for titles) + combining css files

The author reduced the page load from 11 seconds to 4 seconds with these.

There’s a standard way to make part of a page not visible until the user requests it: the

tag. You may have seen this on big code examples in some of my other posts.

Archives — David Larlet

Google will no longer back up the Internet: Cached webpages won't exist anymore. See https://arstechnica.com/gadgets/2024/02/google-search-kills-off-cached-webpages/.

The author put thoughts into caching webpages. Each link should have metadata associated to it: a favicon or an image, a description and the main language of the page.
They are already many projects for it.

Minutes to Midnight - How I learned to stop worrying and merge personal with work

Everything can be self-hosted. The author merged his professional side with its personal.