Story Details

  • A decade later, a decade lost (2024)

    Posted: 2025-02-14 23:10:36

    Eric Meyer reflects on the ten years since the release of his book, "Designing for Performance," lamenting the lack of significant progress in web performance. While browsers have gotten faster, web page bloat has outpaced these improvements, resulting in a net loss for users. He points to ever-increasing JavaScript execution times and the prevalence of third-party scripts as primary culprits. This stagnation is particularly frustrating given the heightened importance of performance for accessibility, affordability, and the environment. Meyer concludes with a call to action, urging developers to prioritize performance and break the cycle of accepting ever-growing page weights as inevitable.

    Summary of Comments ( 127 )
    https://news.ycombinator.com/item?id=43054069

    Commenters on Hacker News largely agree with Eric Meyer's sentiment that the past decade of web development has been stagnant, focusing on JavaScript frameworks and single-page apps (SPAs) to the detriment of the core web platform. Many express frustration with the complexity and performance issues of modern web development, echoing Meyer's points about the dominance of JavaScript and the lack of focus on fundamental improvements. Some commenters discuss the potential of Web Components and the resurgence of server-side rendering as signs of positive change, though others are more pessimistic about the future, citing the influence of large tech companies and the inherent inertia of the current ecosystem. A few dissenting voices argue that SPAs offer legitimate benefits and that the web has evolved naturally, but they are in the minority. The overall tone is one of disappointment with the current state of web development and a desire for a return to simpler, more performant approaches.