I am testing my app in Chrome. Using Dev Tools I can throttle the connection to simulate a slower connection. Unfortunately this also applies for the whole app files, and not only external requests my app will do.
Is there a way to only throttle external requests so I can simulate how my app will behave with a slow connection in Chrome Dev Tools?
If not, what are the best alternatives?