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
可変性を制する設計: 構造と振る舞いから考える概念モデリングとその実装
a_suenami
10
1.7k
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
290
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.2k
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
780
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
620
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
5
590
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
230
The State of Fluid (2025)
s2b
0
130
JetBrainsのAI機能の紹介 #jjug
yusuke
0
200
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
480
Go製CLIツールをnpmで配布するには
syumai
2
1.2k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
850
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Done Done
chrislema
185
16k
Typedesign – Prime Four
hannesfritz
42
2.8k
Facilitating Awesome Meetings
lara
54
6.5k
We Have a Design System, Now What?
morganepeng
53
7.7k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
YesSQL, Process and Tooling at Scale
rocio
173
14k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Being A Developer After 40
akosma
90
590k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
For a Future-Friendly Web
brad_frost
179
9.9k
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.