Fibrelite Example

Synchronous

Runs expensive code in the main thread. Warning: Janky!



0 bytes in user input

requestIdleCallback

Runs expensive code during browser's idle periods to avoid jank



0 bytes in user input

Fibrelite

Runs expensive code in a Web Worker off the main thread.
Please click to clear off remaining requestIdleCallbacks from above.

Mode:




0 bytes in user input