Capítulo 485 de 988

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

  1. Understand higher concurrency when working with Optimizing for speed.
  2. Understand more memory when working with Optimizing for speed.
  3. Understand concurrencyperlambda property when working with Optimizing for speed.
  4. Understand use <video> from @remotion/media when working with Optimizing for speed.
  5. 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.