Task: Executing the script outputs the numbers 1-1000 to the DOM 10 times
Measure execute script:
- Syncronous Main thread
- Asyncronous Main thread
- Web worker
- doesn't execute DOM job, just displays numbers with console
- Library partytown
Task: Executing the script outputs the numbers 1-1000 to the DOM 10 times
Measure execute script: