I have an news aggregator and in debug i have the following: Skipped 675 frames! The application may be doing too much work on its main thread. I am loading only from 12 sites.
Try this. It should put the function in another thread
await Task.Run(async () => { //function });