-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The payload for management operations tends to become quite big especially if you execute (recursive) r-r-d ops. This leads to latency for the management console. This is not a major problem when the management console runs locally. But since we have support for CORS now and the console can connect to arbitrary management endpoints a more compact format would reduce latency.
Adding a GZIP handler will reduce the base64 encoded payload dramatically.