Confirmed users
336
edits
No edit summary |
|||
| Line 50: | Line 50: | ||
* For Javascript related slowdown: Add function duration logging throughout the code. | * For Javascript related slowdown: Add function duration logging throughout the code. | ||
* Disable some functionality of your app to see if that reduces the event loop lag (jank). | * Disable some functionality of your app to see if that reduces the event loop lag (jank). | ||
== 4. Load Time == | |||
'''What does it mean''': The duration, in millisecond, require to load the app. | |||
'''Verification Steps''': | |||
== 5. Layer Tree == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||
== 6. Styles == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||
== 7. Checkerboarding == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||
== 8. Compositor FPS == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||
== 9. Memory usage == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||
== 10. Profiling == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||
== 11. Power usage == | |||
'''What does it mean''': | |||
'''Verification Steps''': | |||