Live data from Hacker News

Chrome Developer Tools – Easy Web Debugging You Need to Know

dirkstrauss.com

11–15 of 15 posts

Re: Chrome Developer Tools – Easy Web Debugging You Need to Know

#11

Nothing new showed here. It's the same stuff which can done with firefox devtools for internet centuries. Just use Firefox because you don't want to have a Google bug watching you surfing ... don't you? ;)

Chrome’s ability to dig into frames when debugging web-sockets is something I haven’t seen in Firefox mind you.

Re: Chrome Developer Tools – Easy Web Debugging You Need to Know

#12
post #2

Another extremely useful feature is Network latency modifier. You should always test every website on at least a 3G connection, and make sure users can see important parts of your site in reasonable time. For advanced users, you should NEVER use the Network latency modifier in Chrome, and use something like Network Link Conditioner on Mac. This is because Chrome applies the modifier after all the packets have arrived…

Do you know if Firefox's Network Throttling feature works the same as Chrome's?

Re: Chrome Developer Tools – Easy Web Debugging You Need to Know

#14
post #2

Another extremely useful feature is Network latency modifier. You should always test every website on at least a 3G connection, and make sure users can see important parts of your site in reasonable time. For advanced users, you should NEVER use the Network latency modifier in Chrome, and use something like Network Link Conditioner on Mac. This is because Chrome applies the modifier after all the packets have arrived…

You can you Fiddler on Windows. Ensure to enable streaming mode in Fiddler as well.

Re: Chrome Developer Tools – Easy Web Debugging You Need to Know

#15
post #12
post #2

Another extremely useful feature is Network latency modifier. You should always test every website on at least a 3G connection, and make sure users can see important parts of your site in reasonable time. For advanced users, you should NEVER use the Network latency modifier in Chrome, and use something like Network Link Conditioner on Mac. This is because Chrome applies the modifier after all the packets have arrived…

Do you know if Firefox's Network Throttling feature works the same as Chrome's?

Sorry but I don't know. If you need to be certain, don't use it.
Post reply on HN