<div dir="ltr">Thanks for your TTL related suggestion. I have gone through the documentation and add following for TTL<div><br></div><div>[.....]</div><div><br></div>import std; # needed for std.log<br><br>sub vcl_fetch {<br>
  if (beresp.ttl < 120s) {<br>    std.log("Adjusting TTL");<br>    set beresp.ttl = 120s;<br>  }<br>}<div><br></div><div>[...]</div><div><br></div><div>and found improvement in hit rates</div><div><br></div><div>
<div>Hitrate ratio:       10       19       19Hitrate avg:     0.9998   0.9997   0.9997</div><div><br></div><div>       45101         0.00        26.56 client_conn - Client connections accepted</div><div>       45101         0.00        26.56 client_req - Client requests received</div>
<div>       45005         0.00        26.50 cache_hit - Cache hits</div><div>          40         0.00         0.02 cache_hitpass - Cache hits for pass          56         0.00         0.03 cache_miss - Cache misses</div>
<div>          59         0.00         0.03 backend_conn - Backend conn. success</div><div>          37         0.00         0.02 backend_reuse - Backend conn. reuses</div><div>          15         0.00         0.01 backend_toolate - Backend conn. was closed</div>
<div>          53         0.00         0.03 backend_recycle - Backend conn. recycles</div><div><br></div><div><br></div><div>wonder if there is any other option for improvements. Any opinion / suggestion is very much welcome.</div>
<div><br></div><div>many many thanks </div><div><br></div><div> </div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 23, 2014 at 3:44 PM, Joydeep Bakshi <span dir="ltr"><<a href="mailto:joydeep.bakshi@netzrezepte.de" target="_blank">joydeep.bakshi@netzrezepte.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">ok, thanks</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Apr 23, 2014 at 3:37 PM, Guillaume Quintard <span dir="ltr"><<a href="mailto:guillaume.quintard@smartjog.com" target="_blank">guillaume.quintard@smartjog.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div>
    <div>On 04/23/2014 11:55 AM, Joydeep Bakshi
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Since I am completely new to varnish, may I request
        to share the knowledge doing this ?</div>
    </blockquote></div>
    I recommend reading the documentation first, alot of your answers
    are in them.<span><font color="#888888"><br>
    <br>
    <div dir="ltr">-- <br>
      Guillaume Quintard</div>
  </font></span></div>

</blockquote></div><br></div>
</div></div></blockquote></div><br></div>