When you’re trying to optimize JavaScript execution time, keep an eye out for Long Tasks that might be monopolizing the UI thread for long periods of time. These can block critical tasks from executing even if the page looks visually ready. Break these up into smaller tasks. By splitting up your code and prioritizing the order in which it is loaded, you can get pages interactive faster and hopefully have lower input latency. | |
|
Phil introduces the Layout Instability API, its key concepts, and explains how to use the API and provide feedback. |
|
C J tells her perspective on what’s going to happen with JavaScript package management going forward. | |
|
npm CEO sends “reassuring” message about how they “removed the threat” of running out of money until 2020. Or put another way, npm is in shambles and the community needs a solution, fast. |
|
You’re running a stranger’s code inside your applications. Do you know which packages you’re running? Do you know if the authors understand or care about security? Do you know if they have vulnerabilities? | |
|
|
Comments