• IphtashuFitz@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months 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.

      • IphtashuFitz@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months 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.