Hi,
I have english (au) installed and it's the only translation I need and ever will need on this install.
I haven't uninstalled the default.
When a public user (not logged in) hits my frontend page,
/ loads pretty quickly, there's the dns lookup delay, the tcp connection delay, the tls delay, there's probably little extra speed I could get with the small server and its distance from me, there's lower hanging fruit.
then a bunch of web assets are loaded in parallel.
I guess the browser then interprets the javascript as there's a delay of a second and then it does a post to /translations
and then a bunch more assets are loaded.
The question is, is there a way for odoo to assume the browser will always want english (au) and just send all the assets in one go rather than wait for the browser to post to /translations?