I’ve been noticing my web app has been loading pretty slowly, up to 10 seconds to load a page in some cases. No huge images (only one has some images). Mostly just buttons, labels, and listboxes. There are some calculations and resetting properties, loading listboxes, etc, but nothing too wild
I am wondering if the problem is because I have one main webpage and all other “pages” are container controls nested in the main page’s PagePanel. Would converting them to a webpage and not making use of them being nested within the pagepanel make it more responsive? Just wanting to check first before making any major changes
5 posts - 4 participants