Firefox OS/Performance/App Performance Validation

< Firefox OS‎ | Performance
Revision as of 18:45, 25 February 2014 by Bgirard (talk | contribs) (Created page with "This page outlines a simple process for manually auditing and improving the performance of an app. Section listed first have a higher priority. This means that for example fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page outlines a simple process for manually auditing and improving the performance of an app.

Section listed first have a higher priority. This means that for example fixing over-invalidation and responsiveness will lead to vastly improved checker-boarding thus should be performed first when possible.

Over-invalidation

What does it mean: Over-invalidation means that we're repainting content that isn't changing. This leads to higher CPU usage & bandwidth. Verification Steps: