Hello again ![]()
I am upgrading an old umbraco site to U17, and for the most part the front end UI is zippy fast. The back office is a bit slower but that’s not new news.
However when I go to query CurrentPage.Children() the site grinds to a halt. And sure, there are quite a few children to call but I had other sites in U13 that have had similar numbers that are fast, in that they take no more than 30 seconds. However CurrentPage.Children() is currently taking in excess of 5+ minutes to load.
And sure, once loaded into memory the pages are zippy fast again… but then when I restart my project as and when I make code changes it slows down again.
Are there any settings we should be adding to Umbraco so that caches aren’t lost on a restart of VS?