As far as I know Varnish will let a single request through to generate a cache and hold subsequent requests in a queue then serve everyone from the same cached data.
If your page takes long than a second or two to load when uncached you should really be moving towards a batch processing model.
Comments
As far as I know Varnish will let a single request through to generate a cache and hold subsequent requests in a queue then serve everyone from the same cached data.
If your page takes long than a second or two to load when uncached you should really be moving towards a batch processing model.