#3326 [RFE] [Web UI] Use gzip compression for Web UI files and JSON-RPC communication
Closed: Fixed None Opened 11 years ago by pvoborni.

Text based resources like JavaScript HTML, CSS files or JSON-RPC output are currently transmitted in uncompressed form. Output compression is one of most recommended and widely use optimization techniques for web pages.

Rough test shows that it can reduce the amount of data transferred from 2MB to 360KB. The compression has the biggest impact on JSON communication, mainly downloading of metadata (reduction from 1MB to 50KB).


Master:
- c19af96 Enable mod_deflate

  • Fixed design link.
  • Apache configuration change - no UI design needed

design doc indicates - no change to end user or to tests - so no clone

ipa-3-1:
- 69cbbd1 Enable mod_deflate

Metadata Update from @pvoborni:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 3.2 - 2013/01

7 years ago

Login to comment on this ticket.

Metadata