vote up 64 vote down star
49

Is there a Firefox plugin available that will simulate various connection speeds (especially when testing from http://localhost)?

I know there are standalone applications to do it, but I'd rather have a plugin.

Thanks

Edit: Thanks to @UselessAdmin - FirefoxThrottle has now been updated to work on localhost!

flag

80% accept rate
250 points for a quick google search? – ck Jan 27 at 11:09
1  
@ck if you have an answer, write it below and get an easy 250 points – Greg Jan 27 at 11:26
1  
I sure hope it's not a "quick google search," because I've attempted that numerous times just getting my answer formulated. – Jonathan Sampson Jan 28 at 0:07
By slow do you mean low bandwidth or high latency? – Chris Upchurch Feb 3 at 0:21
Jonathan's answer should work fine. Just use your local IP address. – geowa4 Feb 3 at 4:44
show 2 more comments

14 Answers

vote up 72 vote down check

Firefox Throttle Now works on localhost

"Firefox Throttle is a small plug-in for your favorite Web Browser, that allows you to cap download/upload rates and monitor current bandwidth utilization. "

Internet Explorer Throttle (As of 2009/01/23, doesn't work for localhost)

"IE Throttle is a small plug-in for your Microsoft Internet Explorer, that allows you to cap download/upload rates."

link|flag
2  
The Mozilla homepage for the addon is at: addons.mozilla.org/en-US/firefox/… – TravisO Jan 23 at 16:20
@TravisO - I just thought to use that link instead too. Thank you for the suggestion though. – Jonathan Sampson Jan 23 at 16:21
Hmm I can't get it to work... I've unchecked "automatically exclude all local networks" but it's still not throttling localhost (internet sites are throttled OK though) – Greg Jan 23 at 16:29
Read the mozilla.org comments and it seems it doesn't work on localhost :( – Greg Jan 23 at 16:34
@RoBorg, perhaps you should consider throttling with your local installation of Apache? – Jonathan Sampson Jan 23 at 16:37
show 8 more comments
vote up 33 vote down

For several *NIX distros there are packages called 'iprelay'.

Debian

For example Debian you could do the following:

$ iprelay -b2500 8000:localhost:80
# Point browser at http://localhost:8000

and you can see your website creations as a poor modem user would...

Ubuntu

or a link for an Ubuntu package: http://manpages.ubuntu.com/manpages/gutsy/en/man1/iprelay.1.html

Windows

Another tool which works on Windows: Internet Speed Simulator

link|flag
The question stated, "I know there are standalone applications to do it, but I'd rather have a plugin."... – Nik Reiman Jan 27 at 11:15
6  
it might help someone else, stackoverflow is a wiki after all. – tharkun Jan 27 at 11:26
iprelay works great. Thank you very much. – pi Jan 30 at 15:22
vote up 6 vote down

I think you would be better off by using a purpose built proxy as it would work in all browsers and/or any other applications. So I think you should have a look at Sloppy.

Basically, all you need to do is launch Sloppy, enter the address of your site and then it will open it in your default browser and simulate a dial-up speed. As a plus side, it's written in Java so it would work on Mac or Linux as well.

link|flag
vote up 5 vote down

Use NetLimiter to limit your internet bandwidth upload/download per program.

Simply checkmark the Incoming/Outgoing limit checkbox next to Firefox, type in a speed limit in the current units (Kbits/KB per sec/kbits per sec).

Firefox's connection speed is limited to your setting so you can simulate slow download speeds, etc!

link|flag
vote up 4 vote down

Adding to DrJokepu's answer, set up Sloppy (or a similar proxy) then use the FoxyProxy plugin for firefox, which supports sending particular addresses through particular proxies, as well as easy toggling if you don't want to use them at all.

link|flag
Hehe, Sloppy... Lol. – Jonathan C Dickinson Jan 28 at 13:40
vote up 0 vote down

There could be a way to trick the plugins mentioned in @Jonathan Sampson's answer to do throttling also for your local server.

If you have a high-speed connection and you're behind a modem/router that you are willing to configure (one time set up):

  1. Add an entry in your hosts file to point localhost to your external IP (that hopefully doesn't change much). You mentioned that you're using virtual hosts. You should add them as well.
  2. In your router, map external accesses to port 80 (or whatever) to port 80 of your local machine.
  3. Hopefully, the plugin won't think that the server you're trying to access is on a local IP and therefore won't throttle the connection.

Assuming your external IP doesn't chance all the time (especially if you're in an office with a dedicated line), this solution will help you to use those plugins, with a one-time or one-in-a-while setup in your modem/router.

link|flag
vote up 10 vote down

The "Charles Web Debugging Proxy" has no problem throttling localhost. It works on windows, mac and linux. The trial version is fully functional and a licence costs only $50. I highly recommend it.

http://www.charlesproxy.com/download.php

link|flag
vote up 12 vote down

The solution I use is a combination of FireFox throttle and Sloppy

  1. Install FireFoxThrottle. This will display the speed in the FireFox status bar.

  2. Now in firefox go to the address you want to throttle and get the EXACT URL.

    • Alot of websites have redirects which can throw sloppy off.
    • Go to the start page for the site you want to throttle.
    • Copy the exact URL into the windows clipboard. The exact URL will include the http:// and the www parts if they are part of the URL,

example: I'm in Canada so if I type "google.com" in the FireFox URL it actually takes me to http://www.google.ca/

  1. Start Sloppy (it is a java webstart) so just double click the sloppy.jnlp file

  2. Now paste the URL into sloppy (i.e. Paste the entire "http://www.google.ca/" string).

  3. Firefox will take you to http://127.0.0.1:7569/ which is a throttled version of the site.

  4. FireFox Throttle will display in the FireFox status bar the speeds you are getting.

link|flag
vote up -2 vote down

Get your cable modem from Time Warner, and you won't have to simulate a slow connection, it will just happen.

link|flag
Funny, but not ultimately helpful. – Kibbee Jan 28 at 21:14
Yeah, but since there are plenty of great answers that haven't been accepted, I figured it couldn't hurt. – Paul Tomblin Jan 28 at 21:19
None of the answers do what the question is asking for, unfortunately... – Greg Jan 29 at 14:57
I thought bike-fan's or AndrewDotHary's answers would do exactly what you want. – Paul Tomblin Jan 29 at 16:02
They both involve extra applications - I'd really like just a plugin. That's looking increasingly unlikely to happen though. – Greg Jan 29 at 18:55
show 1 more comment
vote up 10 vote down

Fiddler can similulate slow modem connections:

Here's how to modify the delays in the request and response.

Here's how to use Fiddler with Localhost.

link|flag
vote up 2 vote down

Perhaps what you actually need is the YSlow addon for FireBug?

link|flag
vote up 0 vote down

You might be able to use the DelayPools feature from Squid proxy.

Another possibility is the bandwidth throttle feature from Charles Proxy. Charles Proxy includes an Add-On for Firefox which will automatically configure the proxy settings.

link|flag
vote up 3 vote down

Due to overwhelming popular demand Firefox Throttle has been updated, it can now throttle localhost connections.

link|flag
Excellent news! I'll try it out ASAP – Greg May 5 at 17:36
vote up 0 vote down

Run a proxy server, config firefox to use the proxy server, and control the bandwidth on the proxy server.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.