Slow IE8 Start-up due to LDAP DNS queries
Posted
by MikeJ-UK
on Server Fault
See other posts from Server Fault
or by MikeJ-UK
Published on 2009-09-17T16:08:53Z
Indexed on
2010/04/01
22:03 UTC
Read the original article
Hit count: 434
Recently (in the last few days), my installation of IE8 has been taking 15 to 20 seconds to load my home page. Specifically, the sequence of events (as reported by WireShark) is:-
- Browser issues a
DNS A
query to resolve the home page server's IP address. - Browser then spends the next 15-20 seconds broadcasting
DNS SRV _LDAP._TCP
queries, (roughly on a 2 second tick) to which it receives no answer (we have no LDAP servers). - Browser re-issues the
DNS A
query and resolves the server's IP address again. - Finally, the browser issues an
HTTP GET
for the home page.
Does anyone know why this is happening?
- Possibly related to this question
EDIT:
@Massimo, LDAP query is :-
Domain Name System (query)
Transaction ID: 0x11c5
Flags: 0x0100 (Standard query)
Questions: 1
Answer RRS: 0
Authority RRS: 0
Additional RRS: 0
Queries
_LDAP._TCP: type SRV, class IN
Name: _LDAP._TCP
Type: SRV (Service location)
Class: IN (0x0001)
© Server Fault or respective owner