<div dir="auto">Amos, thank you for the details. <div dir="auto">Need pointers for caching the dynamic contents. My app has static n dynamic cache n static am able to cache it . For dynamic the URL is getting appended with query string.  Is there a way to cache dynamic contests n what would be configuration changes to cache dynamic ones.</div><div dir="auto">Thanks a lot.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11-Jan-2017 8:12 PM, "Amos Jeffries" <<a href="mailto:squid3@treenet.co.nz">squid3@treenet.co.nz</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/01/2017 12:44 a.m., anand wrote:<br>
> Hello Vinay,<br>
><br>
> Please verify the web content is "Static/Dynamic", if the content is<br>
> Static, user requests will be logged TCP_HIT/TCP_REFRESH.<br>
><br>
> If the web content is "Dynamic", user requests will be refreshed from<br>
> web server.<br>
<br>
That is not an accurate description of current HTTP/1.1 traffic nor of<br>
Squid behaviour.<br>
<br>
The separation of static vs dynamic is irrelevant for the purposes of<br>
caching and *does not* impact on the MISS situation.<br>
<br>
REFRESH is a sign of the content being either dynamic, private or stale.<br>
HIT is seen on both static and dynamic types of object. Neither is a<br>
sign of being static and MISS can occur for many reasons unrelated to<br>
data being either static or dynamic.<br>
<br>
The only difference between them is that dynamic is HIT for shorter<br>
times and REFRESH happens more often, compared with longer HIT period on<br>
static content.<br>
<br>
Amos<br>
<br>
______________________________<wbr>_________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/<wbr>listinfo/squid-users</a><br>
</blockquote></div></div>