I have several kanban views and form views that have a lot of computed fields that cannot be stored and significantly slow down page load time. Also, these fields cannot be stored as they require a real time computation. Is there any existing method to 'lazy load' these fields while the rest of the page opens?
Thanks for your input.