# Improving performance with incremental frame loading

DevFeed: [Improving performance with incremental frame loading](<https://devfeed.tech/articles/improving-performance-with-incremental-frame-loading-9839.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/incremental-frame-loading/>)

Author: Matthew Huang; Andrew Chan

Published: 2024-01-23T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [App](<https://devfeed.tech/topics/app.md>), [data](<https://devfeed.tech/topics/data.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [design-systems](<https://devfeed.tech/tags/design-systems.md>), [devices](<https://devfeed.tech/tags/devices.md>), [figma](<https://devfeed.tech/tags/figma.md>), [memory](<https://devfeed.tech/tags/memory.md>), [performance](<https://devfeed.tech/tags/performance.md>), [process](<https://devfeed.tech/tags/process.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>)

## AI overview

Figma describes how incremental frame loading improved the performance and stability of its prototype player. Instead of loading an entire prototype into memory, the system downloads and stores only the content needed for the current screen, reducing load times and memory usage, especially on mobile devices.

## Source excerpt

Large prototypes took minutes to load, and users took notice. Here's how we overhauled our prototype player to improve load time and stability.