Changes

Jump to: navigation, search

Firefox OS/Performance/App Performance Validation

15 bytes added, 21:38, 25 February 2014
2. Reflows/Restyles
'''What does it mean''':
NOTE: All the following information applies for Restyles. Consider minimizing restyles, avoiding sync style queries and batching all style changes in the frame & (or eventif possible).
Reflowing the page is the process of deciding where all the DOM elements will be positioned the page. Any changes to the page that has the potential of effecting the flow of the page will have to reflow the page again. The larger the DOM the longer this can potentially take.
Confirm
336
edits

Navigation menu