HttpClient.GetStringAsync() is slow
Hey 
So I wanted to download some gifs from a wiki page via a console app.
Everything works and all, but when it comes to downloading the images, it's kinda slow. So here's the crucial part
Granted, I'm doing some really slow things here like two requests, I/O and Regex on a huge string, but assuming the server is 100% responsive, it shouldn't take 10s for one iteration. Not sure what's happening in the background

So I wanted to download some gifs from a wiki page via a console app.
Everything works and all, but when it comes to downloading the images, it's kinda slow. So here's the crucial part
Granted, I'm doing some really slow things here like two requests, I/O and Regex on a huge string, but assuming the server is 100% responsive, it shouldn't take 10s for one iteration. Not sure what's happening in the background
