Svelte Society Logo

SVELTE SOCIETY

  • home
  • recipes
  • components
  • cheat sheet
  • events
  • about

Table of Contents

Build Setup
Component Recipes
Design Patterns
Other
Publishing and Deploying
Stores
Svelte Language Fundamentals
Testing and Debugging Svelte
  • Benchmarking Svelte Components
  • Unit Testing Svelte Components

Benchmarking Svelte Components

This is a stub, if you are interested in this topic please reach out via GitHub and lets work on this together.

  1. Time taking for component to render.
  2. Response time after event is fired
  3. How much resources is the component consuming.

You may also be interested in this related benchmarking work:

  • https://svelte-scaling.acmion.com/
  • https://github.com/halfnelson/svelte-it-will-scale
© Svelte Society 2021
Want to contribute? Pick up an issue on GitHub!