<div dir="ltr">Hi, <div><br></div><div>I'm trying to understand the following behavior I'm seeing with Squid running in accelerator mode. In short, I'm seeing some TCP_MISS for requests to a static javascript file which is initially cached and returned as a cache hit. I suspect the missed cache hits are due to the cache size being too small and the file eventually getting evicted. However, I'm confused about what I'm seeing in the Squid access log. For some of the cache misses I can see in the access log that Squid fetches the file from the configured origin server but for a vast majority of them I see HIER_NONE even though Squid is actually returning the file.<div><br></div><div>Under what situations would Squid fetch content from the origin server during a cache miss but print HIER_NONE?</div><div><br></div><div>Sample Requests from Access Log (actual values have been replaced with placeholders/fake values)</div><div><br></div><div>#What I would expect to see for TCP_MISS - Squid fetches from the origin server</div><div>TIMESTAMP 1.2.3.4 TCP_MISS/200 17310 GET <a href="http://www.domain.com/myFile.js">http://www.domain.com/myFile.js</a> FIRSTUP_PARENT/<a href="http://2.4.6.8">2.4.6.8</a> application/javascript</div><div><br></div><div>#Squid still appears to be fetching from the origin server however it prints HIER_NONE in the access log</div><div>TIMESTAMP 4.3.2.1 TCP_MISS/200 17310 GET <a href="http://www.domain.com/myFile.js">http://www.domain.com/myFile.js</a> HIER_NONE/- application/javascript</div></div><div><br></div><div>Thanks in advance for any help you can provide.</div></div>