TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some ways to reduce browser repaints or reflows?

5 pointsby chrisjlee84about 11 years ago
Having some issues with jank on a website. Trying to figure out some techniques from jankfree.org.<p>What are some means or techniques in order to reduce repaint, fight jank and &#x2F; or page reflow?

1 comment

martinjonesabout 11 years ago
Always use CSS transforms to place things that are going to move rather than setting an X&#x2F;Y absolute position or changing the margins and padding.