hitrate at 1.00 but backend still getting traffic
    BUSTARRET, Jean-francois 
    jfbustarret at tf1.fr
       
    Wed Oct 14 14:50:58 CEST 2009
    
    
  
> But if there is still traffic going to the backend I dont understand why the hitrate is 1.00
Hitrate = number of hits/number of *cacheable* requests
The requests you see going to the backend are non-cacheable requests.
By default, varnish does not cache if a request contains a cookie. You might want to add some rule to cache those requests (when possible).
Jean-François
    
    
More information about the varnish-misc
mailing list