Our internal application website that is hosted on a LAMP is very slow to load.

With firebug, we get this : alt text

Most of those files are .js and everything is on the same domain. We can't find why there are so many DNS Lookup, it's insane !

Can you please help us ? Thanks !

link|improve this question

54% accept rate
Id the graph you posted showing DNS lookups, because I don't see that? – joeqwerty Dec 3 '10 at 14:51
The DNS lookups are in blue. – Bastien974 Dec 3 '10 at 14:54
Is the graph showing a single connection\session to the web site? – joeqwerty Dec 3 '10 at 15:01
how many js\css files are there and now are they included in the webpages? – Sage Dec 3 '10 at 15:17
2  
Well my suggestion at this point would be to run a packet capture on the client and see what all of the DNS lookups are for. – joeqwerty Dec 3 '10 at 16:12
show 1 more comment
feedback

2 Answers

up vote 1 down vote accepted

We found that the KeepAlive was at off on the Apache conf, this partially solve our issue because now our website isn't working on Chrome/Safari.

link|improve this answer
feedback

Check out this answer where someone had a similar issue, turned out it was iptables causing a bottleneck. Turn off any firewalls and see what you get!

link|improve this answer
Thx but I already saw this post and tried, no luck :( – Bastien974 Dec 3 '10 at 15:51
feedback

Your Answer

 
or
required, but never shown

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