Comment Re:Better but Irrelevant (Score 1) 55
if you still want to support older Safari versions
you just increased the server load for 99.999% of users.
What website are you running where older Safari clients are 99.999% of your hits?
(of course, JPEG-XL adoption is mostly beneficial when most of your clients support it, hence the discussion here)
Even if none of your clients support it, depending on the access pattern, you could minimise server load increase if you can employ effective caching. I've done on a site where a lot of images are stored, but the vast majority of accesses only touch the latest images - most of these get served from cache, and only a few get generated on-the-fly.
Of course, you can delay such adoption until most of your clients support it.