To whom it may concern,
I am trying to optimize my website and one of the warnings is that I need to reduce the time spent parsing, compiling and executing js.
<thead style="-webkit-tap-highlight-color: transparent; box-sizing: border-box;">
URL
|
Total CPU Time
|
Script Evaluation
|
Script Parse
|
</thead>
<tbody style="-webkit-tap-highlight-color: transparent; box-sizing: border-box;">
|
3,433 ms
|
2,378 ms
|
2 ms
|
|
1,985 ms
|
167 ms
|
10 ms
|
|
419 ms
|
383 ms
|
15 ms
|
|
296 ms
|
83 ms
|
1 ms
|
Unattributable
|
232 ms
|
5 ms
|
0 ms
|
…js/rs6.min.js
(fapimotors.com)
|
221 ms
|
157 ms
|
6 ms
|
|
206 ms
|
149 ms
|
2 ms
|
|
102 ms
|
73 ms
|
0 ms
|
…api2/anchor?ar=…
(www.google.com)
|
67 ms
|
53 ms
|
2 ms
|
|
65 ms
|
52 ms
|
6 ms
|
</tbody>
Can you go through the below article and guide me through on what I can do please?
https://web.dev/bootup-time/?utm_source=lighthouse&utm_medium=lr
Regards