Does anyone know if there a way to speed up cache misses when varnish goes to the back end?<br><br>I have a two servers, one running varnish and one not.<br><br><b>Average over 24 hours:</b><br><br>server1(varnish): <br>cache hit: 3ms<br>
cache miss: 52ms<br><br>server2(no varnish):<br>request: 24ms<br><br>The miss on the Varnish server takes longer to process than the server that does not have varnish. Varnish misses take longer to process than no varnish at all. The servers are exactly the same and the Varnish server uses itself as a back end. However the back end in default.vcl is an ip address not localhost, but im not sure if that has anything to do with the processing time.<br>
<br>Any suggestions on this one?<br><br>Thanks :)<br>