Question: Optimization: [5 marks] You have a large JavaScript file (over 15MB) loading in the of the page. This is blocking DOM parsing and delaying rendering.
![Optimization: [5 marks] You have a large JavaScript file (over 15MB)](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f50a00d4751_91266f50a00728eb.jpg)
Optimization: [5 marks] You have a large JavaScript file (over 15MB) loading in the of the page. This is blocking DOM parsing and delaying rendering. Your visitors are unhappy. (a) Small part (1MB) of the script manipulates DOM, (b) other part (500kB) registers a service worker and (c) rest of it serves complex calculation based on users input. What are the steps you can take to make this script non-blocking? Make sure that your changes don't hamper the original performance requirement of the JavaScript file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
