network-monitoring
What does “Blocked” really mean in the Firefox developer tools Network monitoring?
We changed the Firefox setting (about:config) ‘network.http.max-persistent-connections-per-server’ to 64 and the blocks went away. We changed it back to 6. We changed our design/development method to a more ‘asynchronous’ loading method so as not to have a large number simultaneous connections. The blocks were mostly loading a lot of png flags for locale settings.
How to monitor network calls made from iOS Simulator
Personally, I use Charles for that kind of stuff. When enabled, it will monitor every network request, displaying extended request details, including support for SSL and various request/reponse format, like JSON, etc… You can also configure it to sniff only requests to specific servers, not the whole traffic. It’s commercial software, but there is a … Read more