How are you making the production build for your application? Views are loaded synchronously in development mode causing the app to block while loading but in production they should be precompiled into your JavaScript anyway.
↧