Performance

Performance

332 bookmarks
Custom sorting
How large DOM sizes affect interactivity, and what you can do about it
How large DOM sizes affect interactivity, and what you can do about it
Large DOM sizes can be a factor in whether interactions are fast or not. Learn more about the relationship between DOM size and INP, and what you can do to reduce DOM size and other ways to limit rendering work when your page has lots of DOM elements.
·web.dev·
How large DOM sizes affect interactivity, and what you can do about it
Scaling the Instagram Explore recommendations system
Scaling the Instagram Explore recommendations system
Explore is one of the largest recommendation systems on Instagram. We leverage machine learning to make sure people are always seeing content that is the most interesting and relevant to them. Usin…
·engineering.fb.com·
Scaling the Instagram Explore recommendations system
Time-Travel Debugging Production Code
Time-Travel Debugging Production Code
An overview of time travel debugging and how it relates to debugging your production code execution.
·temporal.io·
Time-Travel Debugging Production Code
Automating dead code cleanup
Automating dead code cleanup
Meta’s Systematic Code and Asset Removal Framework (SCARF) has a subsystem for identifying and removing dead code. SCARF combines static and dynamic analysis of programs to detect dead code from bo…
·engineering.fb.com·
Automating dead code cleanup