Does the Turbo theme performance mode affect the app?

The Turbo theme has a particular mechanism for loading the pages which may cause apps stop working under certain circumstances. This issue is documented in the Turbo theme documentation at https://help.outofthesandbox.com/hc/en-us/articles/115006912607-What-s-the-Difference-Between-Ludicrous-and-Sport-Mode-

For that reason, we suggest setting Sport as the performance mode to ensure compatibility with third-party apps:

If you decide to use the Ludicrous mode our app should still work out-of-the-box. However, if you detect that it is not refreshing correctly on every click, you can still make our app work properly by adding the following code:

if (window.codeblackbelt) {delete window.codeblackbelt['also-boughtLoaded'];}

to the Custom third-party scripts section in the theme configuration:

Our app will do our best to set these properties properly during the installation process but if you still cannot make them work as expected, contact us and we will help with the configuration.