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
95
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
100
Docker for WebDevs
cassilup
0
88
TypeScript: The Good Cop
cassilup
0
180
NodeConf London 2016 Summary
cassilup
0
32
Working with the DOM and Living to Tell
cassilup
0
60
How To Hack (Together) An Environment
cassilup
0
93
Appium • Mobile Automation Made Awesome (Part II)
cassilup
0
86
Appium • Mobile Automation Made Awesome (Part I)
cassilup
0
110
Introduction into PhoneGap
cassilup
0
71
Other Decks in Programming
See All in Programming
Nostalgia Meets Technology: Super Mario with TypeScript
manfredsteyer
PRO
0
110
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
1.6k
それはエンジニアリングの糧である:AI開発のためにAIのOSSを開発する現場より / It serves as fuel for engineering: insights from the field of developing open-source AI for AI development.
nrslib
1
640
AI 開発合宿を通して得た学び
niftycorp
PRO
0
180
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
140
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
430
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
340
20260315 AWSなんもわからん🥲
chiilog
2
180
[PHPerKaigi 2026]PHPerKaigi2025の企画CodeGolfが最高すぎて社内で内製して半年運営して得た内製と運営の知見
ikezoemakoto
0
310
2026-03-27 #terminalnight 変数展開とコマンド展開でターミナル作業をスマートにする方法
masasuzu
0
240
Geminiをパートナーに神社DXシステムを個人開発した話(いなめぐDX 開発振り返り)
fujiba
0
120
「接続」—パフォーマンスチューニングの最後の一手 〜点と点を結ぶ、その一瞬のために〜
kentaroutakeda
4
2.1k
Featured
See All Featured
Optimizing for Happiness
mojombo
378
71k
For a Future-Friendly Web
brad_frost
183
10k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
83
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.8k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
220
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
330
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
490
Ethics towards AI in product and experience design
skipperchong
2
240
Build your cross-platform service in a week with App Engine
jlugia
234
18k
The Cult of Friendly URLs
andyhume
79
6.8k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
290
Large-scale JavaScript Application Architecture
addyosmani
515
110k
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.