Neriderc / GVExport

Repository for GVExport module for Webtrees
GNU General Public License v2.0
15 stars 6 forks source link

Add option to compress cookie #371

Closed Neriderc closed 1 year ago

Neriderc commented 1 year ago

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