Does anyone know if there a way to speed up cache misses when varnish goes
to the back end?

I have a two servers, one running varnish and one not.

*Average over 24 hours:*

server1(varnish):
cache hit: 3ms
cache miss: 52ms

server2(no varnish):
request: 24ms

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.

Any suggestions on this one?

Thanks :)
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to