Closed KirkMcDonald closed 7 years ago
Partial progress: Became more aggressive about dropping settings from the fragment which are still set to their default value.
More partial progress: The URL fragment now uses shortened module names.
As of 328151a304f4e947b75d694474982fbb21d21636, it will now deflate+base64 long fragments.
The URL fragments can quickly become unwieldy when there are many end-products or modules in use. Find a way to shorten them.
The brute force solution would be to compress and base64-encode the existing string. It may also be possible to find a more compact representation without resorting to that.