To whom it may concern,
I am trying to optimize my website and one of the warnings is that I need to minimize main thread work.
<thead style="-webkit-tap-highlight-color: transparent; box-sizing: border-box;">
Category
|
Time Spent
|
</thead>
<tbody style="-webkit-tap-highlight-color: transparent; box-sizing: border-box;">
Script Evaluation
|
3,778 ms
|
Rendering
|
2,176 ms
|
Other
|
735 ms
|
Style & Layout
|
520 ms
|
Parse HTML & CSS
|
130 ms
|
Script Parsing & Compilation
|
106 ms
|
Garbage Collection
|
55 ms
|
</tbody>
Can you go through the below article and guide me through on what I can do please?
https://web.dev/mainthread-work-breakdown/?utm_source=lighthouse&utm_medium=lr
Regards