DaemonForums  

Go Back   DaemonForums > Miscellaneous > General software and network

General software and network General OS-independent software and network questions, X11, MTA, routing, etc.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 5th October 2008
bigb89 bigb89 is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 69
Default Why does BSD loads web pages slow?

Hi guys,

I have and older computer that had windows XP installed on it. I have DSL and my ISP is AT&T. Now here's the problem:

When this computer was running Windows XP, I could connect to the iternet and browse web pages really quick. So I decided to wipe XP out of the drive and load FreeBSD to use this computer as a desktop station. But for some reason, it takes so long for web pages to load (about 7-8 times more slow than when the machine was running XP) when I'm using freeBSD. Now here's what I find weird:

Before I had installed FreeBSD on this machine, I installed linux (fedora 6). And the web pages take even longer than FreeBSD for them to load.

I have also installed freeBSD on vmware on a Windows Vista host, but internet was still slow.

So why is it that FreeBSD (also linux) takes way longer to load web pages while Windows XP AND Vista load web pages really fast?

Is there anyway that I can fix this issue? (this is one of the major reason that prevents me from wanting to useBSD as a workstation).
Reply With Quote
  #2   (View Single Post)  
Old 5th October 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

The only thing I can think of is if Internet Explorer (or firefox) on the XP install had most of the page in its cache already. The fresh installs of (whatever OS) would have to pull the pages in afresh across the net. (You neglected to mention your connection's bitrate, or what browser and version you were using in XP, Vista, BSD or linux. In fact, you neglected to give us any information of any kind )
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote
  #3   (View Single Post)  
Old 5th October 2008
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

Quote:
Originally Posted by bigb89
Is there anyway that I can fix this issue?
That all depends on what the issue is, exactly. When you say the pages load slowly, do they take awhile to resolve, or do they resolve immediately and then take a long time to download the page + images?

If the former, I'd recommend trying the following:
# echo 'nameserver 208.67.222.222' > /etc/resolv.conf

Now fire up your browser and try again. Any quicker?
__________________
Kill your t.v.
Reply With Quote
  #4   (View Single Post)  
Old 5th October 2008
bigb89 bigb89 is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 69
Default

Thanks for the replies guys!

No, as far as I know, this issue doesn't have anything to do with "cache", because even with a fresh install of XP, the web pages will load just as quick.

As far as the browser I use: I use firefox on Windows XP, Vista, BSD, and Linux. But like I said, web pages load alot quicker on Windows.

Quote:
That all depends on what the issue is, exactly. When you say the pages load slowly, do they take awhile to resolve, or do they resolve immediately and then take a long time to download the page + images?
Sorry I wasn't very clear on my first post. But yes, it takes a while for the pages to resolve, but once they resolve, images, etc are loaded quick.

I'm gonna try your suggestion by adding that nameserver to /etc/resolv.conf and I'll let you guys know how it goes.
Reply With Quote
  #5   (View Single Post)  
Old 9th October 2008
corey_james corey_james is offline
Uber Geek
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 238
Default

Run your site from RAM - good old solaris trick was to point apache to /tmp and when apache starts, copy your web content into there... makes for very fast web delivery!
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison

Forum Netiquette
Reply With Quote
  #6   (View Single Post)  
Old 26th October 2008
ivanatora ivanatora is offline
Real Name: Ivan
Fdisk Soldier
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 51
Default

Quote:
Originally Posted by corey_james View Post
Run your site from RAM - good old solaris trick was to point apache to /tmp and when apache starts, copy your web content into there... makes for very fast web delivery!
Eh, could you explain that a bit further?

I have a question about browsing web pages, too. The problem is (Firefox) sometimes times out, but instead of giving the default 'Web server does not respond' message it loads the web page at example.com. It is weird and first I thought my ISP is fucking with me sending me false DNS responses. But I'm triple booting the same machine with Linux and Windows and I'm using the same name server everywhere and I have problems only with FreeBSD.
Second, I thought it is something with the Firefox build, so I tried Opera. And still the same - if a web page timed out, example.com is open instead.
Any ideas?

Last edited by ivanatora; 27th October 2008 at 06:17 AM.
Reply With Quote
  #7   (View Single Post)  
Old 26th October 2008
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

There is no useful information at al. Post your configuration and non-default settings.....
Reply With Quote
  #8   (View Single Post)  
Old 26th October 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

More than anything, that post makes no sense at all! The contents does not match the quote: It reads like it is just an attempt to polute google's pagerank info.

If the question is valid, then you appear to have spyware somewhere, although attacking firefox with this sort of thing is new to me. More reason to remove the links in that post.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote
  #9   (View Single Post)  
Old 26th October 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Quote:
Originally Posted by ivanatora View Post
Eh, could you explain that a bit further?
What he means, is for a system in service as a web server, to create a memory disk, mount it as your webservers DocumentRoot (in apache speak), and transfer your content to it. Thus making file system I/O requests to the served files made by the webserver
, happen in memory rather then seek across a hard disk.


Unless you are talking to a server that is within your administrative domain, it's a great idea (ram permitting), but useless for your situation.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote
Old 27th October 2008
ivanatora ivanatora is offline
Real Name: Ivan
Fdisk Soldier
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 51
Default

Quote:
Originally Posted by richardpl View Post
There is no useful information at al. Post your configuration and non-default settings.....
All settings are default - freshly installed FreeBSD 7, freshly built Firefox 3 from ports, no add-ons. Internet settings (nameserver, gateway, ip, mask) are entered by hand. The machine is behind NAT.
Nothing unusual.
Now lets sit and try to think a bit. Is there some service at FreeBSD that acts like a domain name resolver? I don't mean Bind or /etc/hosts, but something like that? The site name 'anything com' looks like an example in some configuration file, that is left behind. So: web page time out, local resolving service takes control, that service is polling that domain name from its cache/config. Is that a valuable scenario? If it is, please someone that knows well FreeBSD tell me if there could be such a service?

I've also checked for active firewall rules, diverting DNS traffic to foreign name servers, but nothing

Spyware under Unix? Really?

I've removed the links.

Last edited by ivanatora; 27th October 2008 at 06:26 AM.
Reply With Quote
Old 27th October 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

We'd need to know where the redirection is taking place. Is it taking place in firefox, a local names server, or a remote one.
tcpdump is your friend. # tcpdump -vv -i rl0 > ~/trafficdump (where rl0 is your network device) will create a file called trafficdump with descriptions of all your packets.
As for spy-ware under Unix; Well, it will happen. I am surprised to see how little they are targeting Firefox. But I don't think that is it. It's what I'd be looking for if a winbox was doing that, though.

My thought is that somewhere along the line, one of the name servers you have set is giving you anything-dot-com's address instead of the one you want. Why, how and where is still a mystery. (Have we got DNS cache poisoning going on here???)
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
slow io from hdd knasbas OpenBSD General 3 25th July 2009 02:51 AM
mod_gzip2 not compressing pages Weaseal FreeBSD Ports and Packages 0 23rd September 2008 11:56 PM
One small question about portupgrade (and yes I HAVE read the man-pages!) wubrgamer FreeBSD Ports and Packages 7 20th September 2008 12:45 AM
Man pages obsolete? corey_james Other BSD and UNIX/UNIX-like 13 14th July 2008 07:59 PM
Man pages for X robbak Feedback and Suggestions 0 9th May 2008 12:32 AM


All times are GMT. The time now is 03:14 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick