Closed Bug 715191 Opened 13 years ago Closed 8 years ago

HTTP cache: compress more compressible files

Categories

(Core :: Networking: Cache, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: dagyju-199, Unassigned)

References

Details

Currently we compress, in the cache, few types of files :
TEXT_HTML, TEXT_PLAIN, TEXT_CSS, TEXT_JAVASCRIPT, TEXT_ECMASCRIPT, TEXT_XML, APPLICATION_JAVASCRIPT, APPLICATION_ECMASCRIPT, APPLICATION_XJAVASCRIPT, APPLICATION_XHTML_XML

We can add many others types of files :
APPLICATION_JSON, APPLICATION_PDF, APPLICATION_RDF, APPLICATION_POSTSCRIPT,  APPLICATION_XHTML_XML, APPLICATION_XSLT_XML, APPLICATION_MATHML_XML, APPLICATION_RDF_XML, AUDIO_WAV, IMAGE_GIF, IMAGE_BMP, IMAGE_SVG_XML, TEXT_VCARD, IMAGE_XBM, ENCODING_BINARY, ENCODING_BASE64

... and IMAGE_ICO because it's a container for BMP (bitmap).
We can add too :
* x-shader/x-fragment (this is about WebGL)
* text/cache-manifest (for .appcache, see https://developer.mozilla.org/En/Offline_resources_in_Firefox )
* application/rss+xml (for RSS)
* application/atom+xml (for Atom)
* application/x-iso9660-image (for ISO images in ISO 9660)
* text/csv (for .csv files)
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Depends on: 711849
Ever confirmed: true
Whiteboard: [necko-would-take]
Status: NEW → RESOLVED
Closed: 8 years ago
Depends on: 940747
Resolution: --- → WONTFIX
Whiteboard: [necko-would-take]
You need to log in before you can comment on or make changes to this bug.