Smartial Wayback Machine Text Extractor



Live version of this page DOES NOT exist (#404)


This article contains 1 images. You will find them at the very end of the article.

This article contains 225 words.

Web Directions Code '23

Breaking up long tasks

Nishu Goel epilot GmbH Software Engineer

[email protected] GmbH, Google Developer Expert, Microsoft MVP

Nishu Goel works with epilot GmbH on their micro-frontend architecture. She writes TypeScript and Golang at work with her focus on the performance aspects of the existing and upcoming codebases. She is the author of the book Angular Routing (BPB, 2019) and the JavaScript chapter of the 2021 Web Almanac. Recognised as a Google Developer Expert, and a Microsoft MVP, Nishu loves to share her work at unravelweb.dev

Breaking up long tasks

Certain tasks on a user interaction can be blocking, giving the user a broken experience, and resulting in a low INP (Interaction to Next paint) metric score.

Some ways to optimise the INP value of your page we'll explore include:

  • keeping tasks small and dedicated to what they should do.
  • using Chrome’s scheduler API to schedule tasks for browser
  • yield important tasks to the main thread

The talk dives deeper into ways of improving the potential next CWV–"Interaction to Next paint"–of a page.

Don't miss your chance to see Nishu Goel and many other inspiring speakers at Code.

Tickets start at $1295.

Register Now



Images:

The images are downsized due to limited space here. The original dimensions may differ.
Click on the image to open it on a new tab.



Please close this window manually.