I have created an element using the TradingView Widget API in JavaScript. However, the API takes some time to finish, causing the screen to freeze while waiting for a response. This issue occurs only once per tab, so subsequent openings of the tab are faster. I assume this is because the element is stored in the browser cache.
Can the form view be rendered to allow the user to see the data until the TradingView widget is displayed? I want to make the user experience no frozen page