I'm looking to collect data on page load speeds via Google Analytics, and would like to split this between pages that have been returned having HIT the Varnish cache, and those that have MISSED the cache.
Before looking into this I just assumed I'd get JS to have a look at the varnish headers in the page response, and create a GA custom var to track this on a per-page basis. Of course, JS doesn't have access to the page headers, so I'm at a bit of a loss currently. I've made server-side GA tracking work ing the past (via php-ga) but this needs to tie in to real-world page load time.