On 2015-09-07 08:47, Adrian Kotelba wrote:
> Well, it could be useful for low-end devices with small storage
> capacity and slow networks, see https://dev.openwrt.org/ticket/14333.
> The static content, mostly text-based HTML, Java, and css files, could
> be stored as gzip or zopfli precompressed files. Thus, one reduces
> storage requirements and improves page loading times.
Serving compressed files requires a fallback codepath for browsers that
can't accept gzip encoding. Also, precompressed files that ship with the
firmware image waste storage instead of saving it, because the
filesystem is compressed using LZMA (which has a much better ratio than
gzip).

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to