Minimize main-thread work

The “Main-thread”refers to where the browser does most of the work needed to display a page, such as parsing and executing HTML, CSS, and JavaScript.

  • Regularly remove unnecessary functionality, including plugins.
  • Investigate the main-thread work to determine if there are any items that can be eliminated.

(For Developer) Refer to the following article for more information on how to investigate the main-thread work: “Do less main thread work“.