>>106482961 (OP)
Haha
I always knew Daiz shills were right on spot.
>>106484428
>we really take 4chan for granted sometimes
trvth nvke
>>106485620
>And 20 years ago, when bandwidth was spare, people also used png and jpeg.
20 years ago, its wasn't just the bandwidth. Even the computer were slow.
So slow that relying on anything other than raw bytes for presenting the image was a huge burden on both CPU and GPU. Vector rendering used to be absolute shit 20 years ago but since our modern computers are fast now, we can afford to rely on fancy shit like avif and reap its benefits.
>>106484554
>It's almost as if bandwith isnt much of a problem in the age of free CDNs.
>Of course cloudflare makes it cheaper to serve static images.
the point of an image board is to server images and having to serve a lot is the expected use case when the user base is huge.
And most images here are not 2K or 4K high-res shit but low-key memes. If efforts are not put into avoiding storing of duplicate image uploads, just fetching the image you are viewing on the thread form an existing behemoth of image-storage alone would literally take seconds for the backend to respond.
And reducing the bandwidth is another essential thing to deal with because it helps with fetching data faster. But then, its not as simple as "server static images". There's the DDOS and free CDNs only provide basic protection against it. For something like 4chan, free shit service just won't do.
Though avif and jpg occupy same amount of memory once they get converted into raw pixels and stored inside the RAM, it really helps with reducing the bandwidth by transmitting less information so it potentially could cut costs down and might even hold strong against DDOS shit.