Comment on Why it redownloads files that are rendered in my app\browser?

zoostation@lemmy.world ⁨1⁩ ⁨week⁩ ago

It’s simpler code to re-download the file than retrieve what cached version may or may not exist in memory or on disk. Developers often like to keep code simple at the expense of some kinds of efficiency, like this.

An image is usually small enough to be downloaded in no time on a fast connection, which is what developers usually have and don’t stop to think that others might not have.

A video is probably being streamed so earlier segments may no longer be present locally.

source
Sort:hotnewtop