Varnish cache MISS

Martynas Jusevičius martynas at atomgraph.com
Wed Mar 10 21:20:35 UTC 2021


...by using

sub vcl_backend_response {
    return (deliver);
}

On Wed, Mar 10, 2021 at 10:20 PM Martynas Jusevičius
<martynas at atomgraph.com> wrote:
>
> Yes, that could be a problem, but I think I sorted this by using
>
> On Wed, Mar 10, 2021 at 10:18 PM Dridi Boukelmoune <dridi at varni.sh> wrote:
> >
> > On Wed, Mar 10, 2021 at 9:09 PM Martynas Jusevičius
> > <martynas at atomgraph.com> wrote:
> > >
> > > Nevermind :) I realized the URLs in this log are truncated and the
> > > first one contains a unique ID in it...
> >
> > You might also want to pay attention to backend response headers:
> >
> > -   RespHeader     Cache-Control: private
> >
> > If this cache-control came from the backend then there's a fair chance
> > that it made the response uncacheable.
> >
> > Dridi


More information about the varnish-misc mailing list