I heard from dcx that the images are the ones that eat the most storage(which is understandable) and yes it can eat resources quite fast. The main problem would be storage, while multiple large size, high res images being rendered could make a site load slower(but Lemmy’s performance is pretty good so it should mostly only be a storage issue, at least for now)
I was also thinking about whether to bring this up to dcx regarding image compression, but perhaps we’ll have to do that ourselves… Aside from storing a compressed version of the image, it’s also possible to decompress it for viewing(if we further compress it), but depending on the compression/decompression algorithm it can be computationally costly(it depends on how much quality you want to preserve)
Ye I was thinking of that too, but we’ll probably have to modify the source code or something unless other developers come up with that. I haven’t tried doing that before myself, but it’s certainly possible
I considered that, but viewing old posts/comments is going to be a problem… In reality I don’t think people actually delete old data but rather they stash them somewhere separately(and retrieve when necessary). But we’ll still need to allocate storage for that I think?
I heard from dcx that the images are the ones that eat the most storage(which is understandable) and yes it can eat resources quite fast. The main problem would be storage, while multiple large size, high res images being rendered could make a site load slower(but Lemmy’s performance is pretty good so it should mostly only be a storage issue, at least for now)
I was also thinking about whether to bring this up to dcx regarding image compression, but perhaps we’ll have to do that ourselves… Aside from storing a compressed version of the image, it’s also possible to decompress it for viewing(if we further compress it), but depending on the compression/decompression algorithm it can be computationally costly(it depends on how much quality you want to preserve)
Maybe it’s possible to disable direct uploads and point to image hosts like https://postimages.org/ instead?
Ye I was thinking of that too, but we’ll probably have to modify the source code or something unless other developers come up with that. I haven’t tried doing that before myself, but it’s certainly possible
Possible to auto-delete images once it’s up for, say, 2 weeks or 1 month?
I considered that, but viewing old posts/comments is going to be a problem… In reality I don’t think people actually delete old data but rather they stash them somewhere separately(and retrieve when necessary). But we’ll still need to allocate storage for that I think?