this post was submitted on 22 Jun 2026
18 points (87.5% liked)
Asklemmy
54661 readers
638 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would think that whatever browser you use would, presumably, make little difference to how much data a website tries to send you? It would only change whatβs displayed. (But happy to be corrected on that by someone more knowledgeable.)
If your connection really is limited to such a slow speed, you might need to find a proxy server that strips out as much as possible before it reaches you.
The rendering speed difference is negligible, with a bandwidth this limited the only strategy is to limit what the browser fetches. You don't need a proxy server to strip out page content (also because that would imply breaking the encryption stream), a browser could simply choose not to fetch any image or multimedia resources, override remote fonts with local ones, etc. In that sense the choice matters, because some are specialized for this purpose or can be configured to act in these manners
I needed something like this back when I lived out in the sticks. Could only get 2g - 3g on Verizon at home, had a DSL line for the desktop, high speed connections were prohibitively expensive. Back in the day you could just walk away and let sites buffer while doing other stuff, but as the rest of the world grew faster, low speed customers got left behind. Everything is set to timeout if it fails to load in a couple minutes.
Only solution I ever found was to disable JavaScript, force everything to HTML/CSS only where possible, and use a download manager with automatic retry/restart to download any videos I wanted to watch from YouTube or Facebook.
Is there ways to do it on firefox, i remember opera had this gimmick.
Well, the browser could choose not to download the images, videos and styling information. Trouble is that many modern sites load their content through JavaScript programs that can be comparatively massive.
But I guess losing those sites would be a small price to pay for OP.
Just loading the text should be really small, especially when it is compressed, which should be the standard nowadays.