Cookies are limited to 4MB, and saving settings to a cookie takes about 2.5MB. This commit adds an option to compress the data using gzdeflate. Only available in config file, enabled by default. This reduces size by about 40%.
Note that only logged out users use cookies, and only one cookie is saved per tree.
Cookies are limited to 4MB, and saving settings to a cookie takes about 2.5MB. This commit adds an option to compress the data using gzdeflate. Only available in config file, enabled by default. This reduces size by about 40%.
Note that only logged out users use cookies, and only one cookie is saved per tree.
Resolves #365