bigqueri.es/t/1mb-of-http-overhead-due-to-towerdata-cookies/479

Evite is delivering 1MB+ in HTTP cookies, the bulk of which is due to 150+ TowerData tracking requests with large cookies... Is that a bug, or a recurring pattern? SELECT * FROM ( SELECT , SUM(reqHeaders+respHeaders+respBody) OVER(PARTITION BY pages.url) as total FROM ( SELECT pages.url, pages.rank, COUNT() as numRequests, SUM(reqHeadersSize) as reqHeaders, SUM(respHeadersSize) as respHeaders, SUM(respBodySize) as respBody, FROM httparchive:runs.2014_11_15_...


Comments (0)

Sign in to post comments.