Do you optimize static sites for slow connections or mostly just average mobile?
I’ve been paying more attention to how static sites feel on slower mobile connections, not just how they score on Lighthouse. Even with prebuilt html, large images, web fonts, and a few third-party scripts can still make the page feel slow. I’ve started being stricter with image sizes, font weights, and loading anything non-essential later.
For static sites, what do you usually optimize first when trying to make the site feel fast on weaker connections?