Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Jun 28, 2024
1 parent 8dd2cee commit 05ae44c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,19 @@ And for the loading of offers, we've got a 2s improvement.
src="leveraging-the-idle-until-urgent-technique-to-improve-performance/first-offers-received.png"
/>

But the most impressive improvement was on the LCP metric:

- General LCP: improved in ~700ms
- Android Webview: improved in ~1.5s
- Android Web: improved in ~700ms

<SideBySideImages
images={[
'/leveraging-the-idle-until-urgent-technique-to-improve-performance/lcp.png',
'/leveraging-the-idle-until-urgent-technique-to-improve-performance/lcp-mobile.png',
]}
/>

## Resources

The code is a TypeScript version of the [idlize](https://github.com/GoogleChromeLabs/idlize) package. The TypeScript support was implemented by Redbus in their [idlefy](https://github.com/redbus-labs/idlefy) package.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05ae44c

Please sign in to comment.