Jump to main content

Nicolas Hoizey

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

Joe Liccini

Why Your Cached JavaScript Is Still Slow and Incurs Performance Overhead

  • Nicolas Hoizey
  • 13 September 2022
  • WebPerf, JavaScript
  • 4 reactions
Screenshot of “Why Your Cached JavaScript Is Still Slow and Incurs Performance Overhead”

https://www.webperf.tips/tip/cached-js-misconceptions/

Caching assets is a fantastic way to optimize the network overhead of your web application, there is still plenty of computational overhead associated with cached JavaScript.

4 reactions

3 likes

  1. Guy Fernando 📌 avatar
  2. zobjobs - Work From Home Jobs avatar
  3. Joachim ᕙ👨🏻ᕗ avatar

1 repost

  1. Developer Bot 🤖 avatar
  • Older: Take Care of Your Blog
  • Newer: Using :has() as a CSS Parent Selector and much more

Related contents with similar topics

  1. screenshot of Why We're Breaking Up with CSS-in-JS

    Sam Magura

    Why We're Breaking Up with CSS-in-JS

    • Nicolas Hoizey
    • 3 November 2022
    • JavaScript, CSS, WebPerf
    • 5 reactions

    Thanks for reading this deep dive into runtime CSS-in-JS. Like any technology, it has its pros and cons. Ultimately, it's up to you as a developer…

  2. screenshot of Async Alpine — Asynchronous Alpine component loading

    Alistair Shepherd avatar Alistair Shepherd

    Async Alpine — Asynchronous Alpine component loading

    • Nicolas Hoizey
    • 14 October 2022
    • JavaScript, WebPerf
    • 10 reactions

    Async Alpine is a wrapper for the fantastic Alpine.js JavaScript library, giving you greater control of component loading and adding asynchronous/lazy…

  3. screenshot of Speeding Up Async Snippets

    Harry Roberts avatar Harry Roberts

    Speeding Up Async Snippets

    • Nicolas Hoizey
    • 13 October 2022
    • WebPerf, JavaScript
    • 5 reactions

    For all the resulting script is asynchronous, the `` block that creates it is fully synchronous, which means that the discovery of the script is governed…

  4. screenshot of Hydration is Pure Overhead

    Miško Hevery

    Hydration is Pure Overhead

    • Nicolas Hoizey
    • 21 July 2022
    • WebPerf, JavaScript

    The re-execution of code on the client that the server already executed as part of SSR/SSG is what makes hydration pure overhead: that is, a duplication…

  5. screenshot of Why Your Cached JavaScript Is Still Slow and Incurs Performance Overhead

    Joe Liccini

    Why Your Cached JavaScript Is Still Slow and Incurs Performance Overhead

    • Nicolas Hoizey
    • 12 July 2022
    • WebPerf, JavaScript
    • 54 reactions

    Most developers still don't understand that large JavaScript code is really hurting performance, let's hope this great explanation by Joe, that this…

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