Chapter 485: Optimizing for speed
Core Idea
On this page, a few strategies are presented for making a render on Lambda as fast as possible.
Key Concepts
- Higher concurrency
- More memory
- concurrencyPerLambda property
- Use
<Video> from @remotion/media
- Enable overwrite in renderMediaOnLambda()
- Use speculateFunctionName()
- Faster progress polling
- Bucket naming
Key Takeaways
- Understand higher concurrency when working with Optimizing for speed.
- Understand more memory when working with Optimizing for speed.
- Understand concurrencyperlambda property when working with Optimizing for speed.
- Understand use
<video> from @remotion/media when working with Optimizing for speed.
- Understand enable overwrite in rendermediaonlambda() when working with Optimizing for speed.
Connects To
- api: related page in the Lambda (@remotion/lambda) section.
- Approuterwebhook: related page in the Lambda (@remotion/lambda) section.
- Authentication: related page in the Lambda (@remotion/lambda) section.