Overview
The modern developer workflow often starts with authoring a simple page, followed by a live push, but often concludes with a bottleneck discovery. With near certainty, the application was not tested, despite the availability of a testing tool a keystroke away: option-command-i bka Developer Tools (or Web Inspector for you know who).
Devtools should be as quotidian as a morning cup of coffee. Once a simple complement to the browser, it’s now a powerful application capable of providing immediate and revealing data of your site’s performance.
‘Slashing Bad User Experience’ will equip developers with the capacity to correctly conduct a site analysis, expanding on known features, exposing new ones, and provide solutions in the dissolution of performance bottlenecks and poor user experiences.
Objective
This talk will demonstrate how devtools is the first line of defence in battling offensive UX & performance bottlenecks
Target Audience
All developers who deploy to the web
Assumed Audience Knowledge
Some basic familiarity with devtools.
Level
Beginner to intermediate
Five Things Audience Members Will Learn
- Interpreting network waterfalls, and other such tabs and details
- Link conditioning and CPU throttling
- Responsive design testing and validation
- Remote debugging on mobile
- Resource parsing and decoding timelines