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
94
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
AIでLINEスタンプを作ってみた
eycjur
1
230
Laravel Boost 超入門
fire_arlo
2
210
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
480
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
430
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
0
170
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
120
Namespace and Its Future
tagomoris
6
700
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
240
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
120
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
220
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Rails Girls Zürich Keynote
gr2m
95
14k
Speed Design
sergeychernyshev
32
1.1k
How STYLIGHT went responsive
nonsquared
100
5.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Site-Speed That Sticks
csswizardry
10
810
Building an army of robots
kneath
306
46k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Designing for humans not robots
tammielis
253
25k
A better future with KSS
kneath
239
17k
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.