The time needed to lookup is probably spend running a DNS lookup , I
doubt changes to your apache can affect this in any way. There is always
a latency associated with the network ( especially on a non-LAN ) , so
don't try to get it faster that light :) For example , measure the ping
round-trip time to the dns and to the server. You probably can't get any
faster than the sum of the two times.

On Sun, 2005-02-20 at 10:03 -0800, Grant wrote:
> I've been optimizing my site's performance by tuning the server-side
> code and watching how it affects the amount of time Firefox reports as
> "Waiting".  It seems like the "Transferring" time would be optimized
> by reducing the size of the HTML to download.  What about "Looking up"
> and "Connecting"?
> 
> I noticed that if I'm doing a lot of clicking around there is pretty
> much no time spent with either of those, but if I work on something
> and then come back to the browser after a bit, Firefox can really
> spend some time there.  I'd imagine that is apache's area.  What can I
> do to minimize the time needed to look up and connect?
> 
> - Grant
> 
> --
> [email protected] mailing list
> 
> 
-- 
Ivan Yosifov.


--
[email protected] mailing list

Reply via email to