[ 
https://issues.apache.org/jira/browse/HADOOP-11516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297369#comment-14297369
 ] 

Ravi Prakash commented on HADOOP-11516:
---------------------------------------

Hi Haohui! Depending on the users' available bandwidth, it may well be. In my 
experience HTTP compression would have sped up my page loads.

> 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
>         Attachments: HADOOP-11516.01.patch, HADOOP-11516.02.patch
>
>
> 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)

Reply via email to