Networking/Archive/DataReduction: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "==Goal== Reduce the amount of data Firefox Mobile uses")
 
Line 1: Line 1:
==Goal==
==Goal==
Reduce the amount of data Firefox Mobile uses
Reduce the amount of data Firefox Mobile uses
==Projects==
===Image proxy===
* Spec a proxy which can downsize large image
* Implement a prototype of the proxy
* Implement support for Firefox Mobile to use the proxy for small images
** proxy should be configurable in about:config
** proxy use should be determined based on the size of the image, which is discoverable in the first few packets
===Compressed HTTP Proxy===

Revision as of 19:11, 24 September 2012

Goal

Reduce the amount of data Firefox Mobile uses

Projects

Image proxy

  • Spec a proxy which can downsize large image
  • Implement a prototype of the proxy
  • Implement support for Firefox Mobile to use the proxy for small images
    • proxy should be configurable in about:config
    • proxy use should be determined based on the size of the image, which is discoverable in the first few packets

Compressed HTTP Proxy