Chapter 127: Performance Tips
Core Idea
Video rendering is one of the most heavy workloads a computer can take on. Remotion aims to at least perform similarly than traditional video editing programs.
Key Concepts
- Videos
- Concurrency
- GPU effects
- Slow JavaScript code
- Data fetching
- Codec settings
- Resolution
- Considerations for Lambda
Key Takeaways
- Understand videos when working with Performance Tips.
- Understand concurrency when working with Performance Tips.
- Understand gpu effects when working with Performance Tips.
- Understand slow javascript code when working with Performance Tips.
- Understand data fetching when working with Performance Tips.
Connects To
- Chromium Flags: related page in the Rendering & SSR section.
- Compare ssr: related page in the Rendering & SSR section.
- Dataset Render: related page in the Rendering & SSR section.