More about "performance"

Resource coverage in the browser

2020-06-17

One of the performance wins for the websites is the deferred loading of JS or CSS which are not required at the first load. While starting a…

Get started with web workers

2019-12-28

Javascript is single-threaded ie. all of the javascript code written is executed in a single thread. All the functions are executed…