We are currently in the process of creating a single page web application using angular js. We have encountered an issue where as we navigate through different URLs, more and more JavaScript is being loaded into the browser memory, causing the application to slow down over time. Is there any method or technique that can be used to enhance the performance of our single page application, especially as it continues to grow in size?