Closed
Bug 104819
Opened 23 years ago
Closed 23 years ago
DNS Lookup slow
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: wislam, Assigned: neeti)
Details
User-Agent: Win95; rv:0.9.5+ Gecko/20011014 08
i'm not sure if anyone else noticed it, but mozilla's layout engine has become
bloody slow!
I'm sorry i can't give further details as to what happens, you just have to go
to various sites to notice, such as slashdot (!).
the dns lookup has always been slow for some reason, even though there is a file
sitting in \windows\ called hosts, containing many frequently used entries. --
which are updated daily, but mozilla doesn't seem to use.
and when transferring data or just basically displaying the page, it takes, much
longer than it used to with build 0.9.3/4 or something.
i guess what i'm asking is, has anyone else noticed this?
machine: p3, 267megs RAM, with 10mbps connection.
so you can't say moz is slow due to connection.
and it's not a poor connection either, because ie4 is now faster than mozilla...
much faster :(
Comment 1•23 years ago
|
||
I am not observing this slowness. (build 2001101503 on Windows 95)
Some questions:
> the dns lookup has always been slow for some reason, even though there is a file
> sitting in \windows\ called hosts, containing many frequently used entries. --
> which are updated daily, but mozilla doesn't seem to use.
Do you manually edit your \windows\hosts file daily or something? Are you
running some special software that alters it? Normally \windows\hosts only
comtains entrys that you put there manually. Mozilla has no problems reading the
entrys I put in mine.
This sounds like a problem with your DNS server. Perhaps Mozilla is failing to
cache DNS lookups?
Reporter | ||
Comment 2•23 years ago
|
||
yea, i use software which verifies all dns entries.
.. you'd be mad to go through (changing manually) about 100 entries.
ermm, ah so moz DOES use hosts. I find that hard to believe since ie only says
"resolving" for like a second, whereas mozilla stays there like it's resolving
it, it self.
...perhaps because IE is integrated and already has the hosts file in memory. so
that it's a faster lookup.
whereas mozilla probably opens the file, goes through entries until it finds the
appropriate and gets the ip??
Comment 3•23 years ago
|
||
No, Both IE, Mozilla, and any other windows program just call out to the
operating system for a DNS lookup. NO normal program should read the hosts file
directly, rather DNS calls that pass through Windows do it internally.
Well, this reminds me of bug 74153 and bug 87811 , but both of those have been
marked duplicate of bugs that are now marked fixed, so that doesnt explain
anything :P
Question:
How does Mozilla behave if you disable your hosts-file-manipulating software,
and temporaraly delete or rename your hosts file? Does working with an empty
hosts file make any difference for better or for worse?
Comment 4•23 years ago
|
||
Old summary:
"slow layout with generally any site"
New summary:
"DNS Lookup slow"
-> Networking
Assignee: asa → neeti
URL: http://anything
Component: Browser-General → Networking
QA Contact: doronr → benc
Summary: slow layout with generally any site → DNS Lookup slow
Comment 6•23 years ago
|
||
Marking as dupe of bug 97097. Reporter: If you disagree, please reopen this bug.
*** This bug has been marked as a duplicate of 97097 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
Comment 8•23 years ago
|
||
Good call, bbaetz. Marking as such.
Reopening...
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 9•23 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•23 years ago
|
||
> How does Mozilla behave if you disable your hosts-file-manipulating software
in fact, it seems to take exactly the same time to resolve even though the hosts
file is disabled.
which means that it could well in fact be how fast the status bar updates.
... i agree with this being a dup of <a
href="http://bugzilla.mozilla.org/show_bug.cgi?id=85551">85551</a> especially
due to the fact that sometimes, the 'Resolving bugzilla.mozilla.org" (or
whatever) stays there for up to 3 seconds (bloody long)!
Comment 11•23 years ago
|
||
Waheed: please describe why you think DNS is slow. Is it because the "resolving"
status is longer now? Or because all page loading is longer in a certain build?
Reporter | ||
Comment 12•23 years ago
|
||
no, it's not about a certain build. the problem has been there for a while. and
as stated, I think the dns resolving is probably fine, it's just the status bar
which needs to be refreshed / updated more frequently.
Comment 13•23 years ago
|
||
Waheed: you can update your summary to reflect the actual problem as the
discussion develops... if this is not a DNS problem, but a status bar problem,
you should change it (this bug is a dupe, but it's good practice :)
You need to log in
before you can comment on or make changes to this bug.
Description
•