Throttling Bandwidth on Firefox

1

I currently use Firefox as my browser, and saw there was an add-on called "Firefox Throttle" that would limit my bandwidth usage for me. As I am on an overall low data cap from my ISP, I wanted to use this plugin, but found it was outdated and broken. What other way can I limit my bandwidth?

I am using Windows 7 x64

Simon Sheehan

Posted 2011-06-14T23:32:37.433

Reputation: 8 641

Bandwidth, or data cap? Your ISP telling you that you can only use 30GB per month is a data cap, your connection being rated at 10Mbps is a bandwidth limit. – Darth Android – 2011-06-15T00:01:40.773

I have a data cap. – Simon Sheehan – 2011-06-15T00:10:35.823

Data usage monitoring is best done at the OS or network (router) level. – Darth Android – 2011-06-15T00:20:44.540

Answers

2

6 years later, a plugin is no longer needed! This has been part of the Network Monitor UI (press F12) since Firefox 55 (August 2017). Throttling allows the emulation of the bandwidth and latency of various network types, from GPRS up to WiFi:

https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor/Throttling

https://bugzilla.mozilla.org/show_bug.cgi?id=1349559

clacke

Posted 2011-06-14T23:32:37.433

Reputation: 218

1

Data usage isn't really something that an application can "throttle"-- you either use the bandwidth, or you don't. Throttling usually indicates a limit on the speed; you use the same amount of data just over a larger time.

If you're running Windows, a program called NetLimiter is really useful for monitoring how much data is being consumed by the system.

You can also do it at the network level if your router supports it. the DD-WRT and other custom firmwares (pfsense, monowall, Tomato, OpenWRT) often display data usage in the router status

Darth Android

Posted 2011-06-14T23:32:37.433

Reputation: 35 133

If you throttle the bandwidth used, it will take longer to reach the data cap. A page that loads slower may only partially download before you click the next link or close it. A slower web might change your habits and have you not opening 40 tabs (and then again it might change your habits to the opposite and have you open every link in a background tab to read later when it has loaded). The user is asking how to throttle the bandwidth, and this can definitely be done in principle, see e.g. the rsync parameter --bwlimit. The question is whether a Firefox plugin can do it anymore. – clacke – 2019-01-05T03:54:54.943

I disagree with 'data usage isn't really something that an application can "throttle"' - how are audio applications otherwise programmed, where you can choose to capture data at, say, 22kHz vs. 44.1 kHz? Similarly, all one would need is a timer for IP packets - and if the application already read enough data in a time period, it can simply refuse to execute read requests for the rest of the period - ergo, throttle. I would agree that specifically Firefox doesn't have that possibility, however. – sdaau – 2013-03-27T09:16:28.167

I wouldn't consider either of those scenarios "throttling" - Switching to a lower-bitrate audio codec or an application refusing to function are ways to reduce data usage; Throttling is where you have the same amount of data, but reduce the speed of transmission intentionally, usually with the implication that it could otherwise transmit faster. Reducing data usage is usually a way to combat how noticable the effects of throttling are. – Darth Android – 2013-03-28T16:37:37.953