Networking Forums

Networking Forums > Computer Networking > Linux Networking > Some websites do not load well on wifi

Reply
Thread Tools Display Modes

Some websites do not load well on wifi

 
 
Ignoramus4611
Guest
Posts: n/a

 
      12-26-2007, 03:24 PM
Here's an interesting problem. I am using Linux with Firefox on a
laptop (ubuntu 7.10).

It generally works just fine.

However, right now I am visiting parents and I installed a wifi router
(about 2-3 year old netgear). I am about 30 feet away from the
router. Signal strength is not great, but it works, for example, I
copied about 730 megabyte movie over scp overnight.

The problem is that Firefox is not doing too well downloading
websites. The problem mainly seems to be with sites with a lot of
iframes, javascripts, asshole "third party" javascript trackers and
some such.

The manifestation is that firefox starts downloading stuff, and then
gets stuck saying "transferring data".

It is not consistent, but some sites are particularly bad. One example
could be this page:

http://millerwelds.com/products/multiprocess/

Despite many tries, it never downloaded fully.

I think that it is some kind of a networking issue, like TCP
connections not properly following the TCP resend logic, or some such.

i
 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      12-26-2007, 08:45 PM
["Followup-To:" header set to comp.os.linux.misc.]
On 2007-12-26, Ignoramus4611 <(E-Mail Removed)> wrote:
>
>
> Here's an interesting problem. I am using Linux with Firefox on a
> laptop (ubuntu 7.10).
>
> It generally works just fine.
>
> However, right now I am visiting parents and I installed a wifi router
> (about 2-3 year old netgear). I am about 30 feet away from the
> router. Signal strength is not great, but it works, for example, I
> copied about 730 megabyte movie over scp overnight.
>
> The problem is that Firefox is not doing too well downloading
> websites. The problem mainly seems to be with sites with a lot of
> iframes, javascripts, asshole "third party" javascript trackers and
> some such.
>

Why are you running Firefox without NoScript?

 
Reply With Quote
 
johnny bobby bee
Guest
Posts: n/a

 
      12-26-2007, 10:16 PM
Ignoramus4611 wrote:
> The manifestation is that firefox starts downloading stuff, and then
> gets stuck saying "transferring data".


In Firefox, try disabling IPv6. In address bar, type about:config
then type network.dns.disableIPv6, double-click it to turn it to true.
Restart Firefox, see if that helps.

If not, then turn IPv6 off completely in Ubuntu:
<https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4>

If that doesn't work, try this:
<http://ubuntuforums.org/showthread.php?s=334b4ad7fac438a2b854ccb9b2a5c460& t=604323&page=2>

Watch line wraps.

--
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously.
--Benjamin Franklin
 
Reply With Quote
 
KR
Guest
Posts: n/a

 
      12-27-2007, 12:04 AM
Ignoramus4611 wrote:
>
> It is not consistent, but some sites are particularly bad. One example
> could be this page:
>
> http://millerwelds.com/products/multiprocess/
>
> Despite many tries, it never downloaded fully.
>
> I think that it is some kind of a networking issue, like TCP
> connections not properly following the TCP resend logic, or some such.


The fact that the problem only occurs when you're using a wireless
connection could indicate an MTU-related problem with your networking
hardware.

Try lowering the MTU on the wireless interface ("ifconfig
<your_wireless_interface> mtu 1492") and/or have iptables clamp the
tcp-mss value to the MTU. ("iptables -A OUTPUT -p tcp --tcp-flags
SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu")

KR
 
Reply With Quote
 
Ignoramus4611
Guest
Posts: n/a

 
      12-27-2007, 03:33 AM
On 2007-12-27, KR <(E-Mail Removed)> wrote:
> Ignoramus4611 wrote:
>>
>> It is not consistent, but some sites are particularly bad. One example
>> could be this page:
>>
>> http://millerwelds.com/products/multiprocess/
>>
>> Despite many tries, it never downloaded fully.
>>
>> I think that it is some kind of a networking issue, like TCP
>> connections not properly following the TCP resend logic, or some such.

>
> The fact that the problem only occurs when you're using a wireless
> connection could indicate an MTU-related problem with your networking
> hardware.


Could be. It did seem to be such that TCP protocol was not working
properly, which your explanation accounts for.

> Try lowering the MTU on the wireless interface ("ifconfig
><your_wireless_interface> mtu 1492") and/or have iptables clamp the
> tcp-mss value to the MTU. ("iptables -A OUTPUT -p tcp --tcp-flags
> SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu")


I like this. I have returned home, but when I visit them next time, I
will try this. That could be a few months.

i
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IMPORTANT WEBSITES ARE FOUND OPEN ALL WEBSITES AND MAKE MORE USE OF IT....... 1.latest antivirussoftware 2.library softwares 3.software projects 4.software cracks 5.download accelerator plus 6.mobile themes 7.mobile softwares(for nokia,samsun vp_rajan@yahoo.com Linux Networking 0 07-19-2007 05:40 PM
WiFi Connects but Browser Won't Load patetc Wireless Internet 1 07-13-2007 04:41 PM
good wifi websites BA Wireless Internet 5 07-07-2004 05:20 PM
linux websites David B Linux Networking 3 05-02-2004 02:50 PM
websites IP log Raj Windows Networking 2 12-27-2003 02:13 PM



1 2 3 4 5 6 7 8 9 10 11