Ravi Prakash created HADOOP-11516: ------------------------------------- Summary: Enable HTTP compression on all hadoop UIs Key: HADOOP-11516 URL: https://issues.apache.org/jira/browse/HADOOP-11516 Project: Hadoop Common Issue Type: Improvement Reporter: Ravi Prakash
Some of our UI pages (e.g. # of jobs, # of task attempts, logs) are extremely big. It would drastically improve their load times if we used HTTP compression. There exists a GzipFilter for jetty that can be added so that if the browser includes "Accept-Encoding: gzip, deflate" in the request header, the server will respond with the resource compressed and a response header "Content-Encoding: gzip" (or deflate). http://www.eclipse.org/jetty/documentation/current/gzip-filter.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)