Jump to main content

Nicolas Hoizey

  • articles
  • billets
  • links
  • notes
  • talks
  • archives
  • about

Microsoft Edge Team

An even faster Microsoft Edge

  • Nicolas Hoizey
  • 29 May 2024
  • WebPerf
  • 1 reaction
Screenshot of “An even faster Microsoft Edge”

https://blogs.windows.com/msedgedev/2024/05/28/an-even-faster-microsoft-edge/

JavaScript must be downloaded, then run through a JIT compiler (even if you don’t use it), and then executed, and all this must be done before any of the JavaScript can start rendering the UI. This introduces a lot of delay before users can see the UI, especially on low-end devices.

1 reaction

1 reply

  1. Benoît Launay avatar Benoît Launay
    @nhoizey let’s hope they will have some opportunity to exchange — pun intended — with their m365 colleagues and make them strip down the madness of SPFx ????
    • 7 June 2024, 17:45
    • Source
  • Older: Frozen nudity
  • Newer: “Web components” considered harmful

Related contents with similar topics

  1. screenshot of The present and potential future of progressive image rendering

    Jake Archibald avatar Jake Archibald

    The present and potential future of progressive image rendering

    • Nicolas Hoizey
    • 16 October 2025
    • image, WebPerf

    So if the browser manages to download 6 kB then stalls, then AVIF can produce a better result. But since the AVIF rendering is only two-pass, if the…

  2. screenshot of Google On Why Google Search Console LCP Is Not Wrong

    Barry Schwartz avatar Barry Schwartz and Barry Pollard avatar Barry Pollard

    Google On Why Google Search Console LCP Is Not Wrong

    • Nicolas Hoizey
    • 3 October 2025
    • WebPerf, LCP, Google Search Console

    Caching should be a "cherry on top" to boost speed, rather than the only reason you have a fast site.

  3. screenshot of View Transitions Break Incremental Rendering

    Eric Portis avatar Eric Portis

    View Transitions Break Incremental Rendering

    • Nicolas Hoizey
    • 7 May 2025
    • View Transitions, WebPerf
    • 2 reactions

    Instead of showing users that this thing is the same as that thing, we’ve told them, perhaps with extra motion/panache, that even though these the…

  4. screenshot of Web font file size study: a variable font addition

    Stoyan Stefanov avatar Stoyan Stefanov

    Web font file size study: a variable font addition

    • Nicolas Hoizey
    • 29 October 2024
    • font, variable, WebPerf
    • 2 reactions

    The sum is smaller than the parts. A variable font that has both normal and heavy (bold) weight (and also everything in between) is slightly smaller…

  5. screenshot of I wasted a day on CSS selector performance to make a website load 2ms faster

    Trys Mudford avatar Trys Mudford

    I wasted a day on CSS selector performance to make a website load 2ms faster

    • Nicolas Hoizey
    • 2 October 2024
    • WebPerf, DevTools
    • 3 reactions

    It was at this point that the second penny dropped and I realised I’d been duped by a graphing misunderstanding and my own enthusiasm for improving…

If you want to share an error or suggest an enhancement of this content, please edit the source on GitHub.

© Nicolas Hoizey

Built with Eleventy