Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JavaScript Debugging with Chrome DevTools (Part 2)

JavaScript Debugging with Chrome DevTools (Part 2)

A brief summary of what the "Network" and "Timeline" tabs have to offer.

Cassian LUP

October 08, 2013
Tweet

More Decks by Cassian LUP

Other Decks in Programming

Transcript

  1. JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Network insights

    into resources that are requested and downloaded over the network in real time” — https://developers.google.com/  
  2. JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Timeline complete

    overview of where time is spent when loading and using your web app or page.” — https://developers.google.com/