Opened 14 years ago
Last modified 10 years ago
#115 new enhancement
Supporting HTTP compression with GZip
Reported by: | naoki iimura | Owned by: | naoki iimura |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.0 |
Component: | User Interface | Version: | 1.1.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
It is good if POPFile supports HTTP compression with GZip.
I think we can use Compress::Zlib to do this:
http://search.cpan.org/~pmqs/IO-Compress-2.020/lib/Compress/Zlib.pm#Compress::Zlib::memGzip
We should check if the web browser supports HTTP compression. If we find 'Accept-Encoding: gzip,deflate' header, we can use HTTP compression.
Change History (2)
comment:1 by , 12 years ago
Component: | Database → User Interface |
---|---|
Milestone: | → 2.0.0 |
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
Gzip may be more useful for large multiuser installations of PF 2.0. For now most of POPFile's traffic is POP or IMAP and POPFile's interface is pretty lightweight, for most users the UI is not something they visit daily, and mostly access is done via localhost or a local network.
If we get to that point, how much would adding the libraries increases the size of the installer and slow down startup?