JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Untitled
Dev tools
Accessibility tracker
More
Share
Explore
Dev tools
Performance
https://developer.chrome.com/docs/devtools/performance
Always do the performance measurements in Incognito mode. as the browser runs on a clean slate without any extensions creating noise.
Overview section (with FPS, CPU and NET)
fps should be around 60
CPU colors resemble the pie chart of summary tab below
hover on CPU or NET for scrubbing to analyze the animations manually
Frame section
shows fps value for any screenshot
Realtime FPS meter
from rendering tab
cmd+ shift+ P and type show rendering or Settings → More tools → Rendering
enable Frame rendering stats
Main section
shows activity of main thread
zoom in
the events that have a triangle to top-right implies it has issues
click on such event and summary tab gives more info
Initiator highlights the Reveal event from flame graph that initiated this Animation Frame Fried event
app.js:96 takes directly to the line in source code
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.