React: Compress en.model.json
Fetching the en.model.json is around 3MB causing long initial load times for the app.
I see the "Accept-Encoding" request header allows: gzip, deflate, and br. I'd like to add "Content-Encoding": "br" to the request to compress the text, but I see the request is handled by aem-spa-page-model-manager. Is there anyway around this?
We want to keep the structure depth the same, so reducing that to reduce the json is not an option.