Made a new theme on Wordpress, the new theme is very similar to the old one, meaning there shouldn't be any major SQL queries change, probably less, but the website is slow and it seems it comes from varnish.
How do I debug varnish to see which queries are not getting a cache hit? I am suspecting it's some ajax call, but there are 100 of them, so I need to know which ajax is not getting cached. How do you do that?