Is the app script file optimised?

Our app is comprised of a single Javascript file.

This is very convenient to minimise the app loading times, as all app code is loaded in a single request.

It also minimises the risk of conflicting with some other app or tool code.

Furthermore, the app script is:

That allows our app code to load in milliseconds into your store:

Finally, the app script is also cached for the subsequent requests, so it will only be downloaded once during a visit.