reflows

reflows

 英

  • 網絡減少回流

例句

As already mentioned, browsers try to minimize the number of reflows by queuing changes and executing them in batches.

瀏覽器通過隊列修改批量運行方法盡量減少排版次數

Reflows and repaints can be expensive, and therefore a good strategy for responsive applications is to reduce their number.

排版代價昂貴所以提高程序響應速度一個策略減少操作發生機會

The developers worked to reduce DOM querying and avoid unnecessary page reflows during the initial loading process.

開發人員盡量減少DOM查詢初始加載過程避免不必要頁面回流pagereflow)。

Reflows sometimes affect only a small part of the render tree, but they can affect a larger portion, or even the whole tree.

排版有時影響渲染小部分可以影響一部分甚至整個渲染

Inline style blocks (specified with the tag) can cause reflows and shifting of content.

標記指定樣式可能導致reflows頁面跳動

Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.

頁面所有圖片指定寬度高度可以消除不必要reflows重新繪制頁面repaints】,使頁面渲染速度更快

If you omit those steps, every change you make in step 2 could cause its own reflows.

如果忽略兩個步驟那么第二每次改變引發一次排版

To prevent reflows, specify the width and height of all images, either in the HTML tag, or in CSS.

為了防止reflowsHTML標簽CSS所有圖片指定寬度高度