Hello all! The project I'm currently working on is very sluggish moving from page to page. I'm trying to figure out what could be slowing it down. I have a single index.html file with 1900+ lines and 32 pages. I'm assuming this could be one of the bottlenecks as it could be overloading the DOM. Also, I'm doing a lot of work in pagebeforeshow for each of these pages. Any suggestions or other places to look in order to speed things up would be amazing. Thanks in advance!
Navigation Sluggish