Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
JavaScript Debugging with Chrome DevTools (Part 2)
Search
Cassian LUP
October 08, 2013
Programming
1
92
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
Share
More Decks by Cassian LUP
See All by Cassian LUP
Warping Time with Async/Await
cassilup
5
95
Docker for WebDevs
cassilup
0
85
TypeScript: The Good Cop
cassilup
0
170
NodeConf London 2016 Summary
cassilup
0
29
Working with the DOM and Living to Tell
cassilup
0
50
How To Hack (Together) An Environment
cassilup
0
85
Appium • Mobile Automation Made Awesome (Part II)
cassilup
0
76
Appium • Mobile Automation Made Awesome (Part I)
cassilup
0
110
Introduction into PhoneGap
cassilup
0
70
Other Decks in Programming
See All in Programming
Catch Up: Go Style Guide Update
andpad
0
200
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
770
CSC305 Lecture 04
javiergs
PRO
0
260
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
130
株式会社 Sun terras カンパニーデック
sunterras
0
250
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.1k
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
190
CSC509 Lecture 05
javiergs
PRO
0
300
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
950
CSC509 Lecture 01
javiergs
PRO
1
440
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
How to Ace a Technical Interview
jacobian
280
24k
Six Lessons from altMBA
skipperchong
28
4k
Writing Fast Ruby
sferik
629
62k
Embracing the Ebb and Flow
colly
88
4.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Fireside Chat
paigeccino
40
3.7k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Making Projects Easy
brettharned
119
6.4k
4 Signs Your Business is Dying
shpigford
185
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Site-Speed That Sticks
csswizardry
11
890
Transcript
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Recap Elements
Resources Console
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Today Network
Timeline
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/
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Network demo
http://jsfiddle.net/QL84r/6/!
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/
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Timeline demo
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de // Next time
• Profiles • Audit
JS Meetup Group, 2013 Cassian LUP, netzinkubator.de Thank you.