On 7/12/2013 1:40 p.m., mangpo wrote: > I have a little more information. I looked in the log file, and I found the > corresponding log messages of the two requests from the browser and > squidclient. > > squidclient: > 1386375951.551 0 127.0.0.1 TCP_HIT/200 143963 GET > http://techcrunch.com/ - > NONE/- text/html > > browser: > 1386375966.463 776 127.0.0.1 TCP_MISS/200 140682 GET > http://techcrunch.com/ - DIRECT/66.155.9.244 text/html > > Maybe the "0" and "776", or "NONE" and "DIRECT" make the two requests > different somehow. Can someone explain this? 0 and 776 are number of milliseconds Squid took to provide the response. NONE means that no upstream server was involved at all in that transaction. DIRECT means the server pointed to by DNS for techcrunch.com was contacted and provided the details necessary to provide an up-to-date response. Amos