• @confusedbytheBasics
    link
    English
    -111 year ago

    Huh? I’m pretty sure nobody important is trying to make webp happen in 2023.

    • @SirQuackTheDuck
      link
      61 year ago

      Google is really pushing it through, and since it’s usually easy to get small files from webp, a lot of sites support it

      • @confusedbytheBasics
        link
        English
        11 year ago

        Thanks. I remember Google news showing an article about them already deprecating webp but now I don’t see it. I wonder what format the article was about.

    • @IphtashuFitz
      link
      English
      41 year ago

      Akamai supports it as a transparent speed optimization for clients who want it. My employers website is fairly image-heavy and we use Akamai’s Image Manager to optimize images for us. The first time an image is fetched by their CDN they analyze it to optimize it for size, compression, and image type, and all the rendered versions are cached on their CDN. When a client requests the image Akamai will look at the characteristics of the device and serve the best optimized version of the image.

      • @confusedbytheBasics
        link
        English
        -11 year ago

        That is pretty nice IMO. So if you have Safari does it autoconvert to jpeg xl?

        • @IphtashuFitz
          link
          English
          21 year ago

          Not sure, but thy might. They’re constantly looking for ways to reduce traffic by even a couple bytes. They claim their servers see something like 30% of all web traffic, so if they can squeeze even a few bytes more out of something then it can have a pretty big impact overall.

          One other thing they recently rolled out is a similar form of transparent support for Brotli compression. Many websites, CDN’s, etc. will automatically compress fonts, JavaScript, etc. using gzip if the client browser supports it (and most do). Brotli is a newer compression algorithm that sometimes is better than gzip, but not always. Many browsers now support Brotli as an option along with gzip, so Akamai will transparently convert gzipped items to Brotli, and if it generates a smaller file then they’ll serve that version to browsers that support it.