this post was submitted on 07 Aug 2023
12 points (100.0% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No, in fact this is my concern. It’s hard to know considering javascript is in the mix.
I should have been more clear-- it’s actually Tor Browser on the desktop. I said firefox to simplify, but then it occurred to me it could be relevant. Although I think the tor overhead is negligible.
You can check the dev tools to see if the images are still being loaded
thanks for the tip. Yes I can see that there is an attempt to load images but there is a little prohibited icon. So I’m not sure what that really means. If images are disabled in the browser settings, then I think there should not even be an attempt to fetch them. I wonder if javascript is bypassing the config and fetching the image, but then the browser is simply blocking them from display.
if it's showing that icon then it's likely blocking the request to load the image fine. I believe the dev tools should also show you how much data was transferred. Looking at loading the frontpage of lemmy it seems that it uses about 80kb of data.
Ah, well if the front page is 80kb that might explain it. So apparently there’s just some really heavy text especially if each subsequent page is anywhere near 80kb.