priority flag on above-the-fold images

This commit is contained in:
2022-01-09 23:35:16 -05:00
parent f56006d627
commit 58321a3844
18 changed files with 20 additions and 3 deletions
@@ -21,6 +21,7 @@ import Tweet from "./components/embeds/Tweet";
width="865"
height="180"
alt="Archive.today screenshot"
priority
/>
A [recent post on Hacker News](https://news.ycombinator.com/item?id=19828317) pointed out something I've noticed myself over the past year — the [Archive.is](https://archive.is/) website archiving tool (aka [Archive.today](https://archive.today/) and a few other TLDs) appears unresponsive when I'm on my home network, where I use Cloudflare's fantastic public DNS service, [1.1.1.1](https://1.1.1.1/). I didn't connect the two variables until I read this post, where somebody noticed that the Archive.is domain resolves for [Google's 8.8.8.8](https://developers.google.com/speed/public-dns/) DNS, but not 1.1.1.1. An interesting and timeless debate on [privacy versus convenience](https://www.adweek.com/digital/why-consumers-are-increasingly-willing-to-trade-privacy-for-convenience/) ensued.