select resp_content_encoding, count(*) as num, round(avg(respSize)/1024) as size_KB from httparchive:runs.latest_requests
where firsthtml = true group by resp_content_encoding order by num desc
Results for July 1 2013:
select resp_content_encoding, count(*) as num, round(avg(respSize)/1024) as size_KB from httparchive:runs.latest_requests
where firsthtml = true group by resp_content_encoding order by num desc
Results for July 1 2013: