sled theoretical performance guide
Embracing Slow Networks: Improving User Experience
How web devs can tackle high latency networks and enhance UX and the role React Server Components plays in this.
Speeding up the JavaScript ecosystem - npm scripts
'npm scripts' are executed by JavaScript developers and CI systems all around the world all the time. Despite their high usage they are not particularly well optimized and add about 400ms of overhead. In this article we were able to bring that down to ~22ms.
Memory Management Every Developer Should Know
What data is put on the stack and what data is put on the heap?
romgrk
romgrk's personal blog
How analyzing your codebase can save you time and money | nicolae.tech
A comprehensive guide about hotspots in your codebase, cognitive complexity and avoiding disasters by being proactive. An article inspired by the book "Your Code as a Crime Scene" by Adam Tornhill with practical examples.
Offloading JavaScript With Custom Properties: HeydonWorks
How many bytes is "normal" for a web font: a study using Google fonts
TL;DR: If your font file is significantly larger than 20K you may ask yourself "How did I get here?".For images I think we (web developers) have a sense of how many bytes we can expect an image we see on a page to be. A JPEG photo? 100-ish K is ok for a decent quality. Less is nice. How about 200K?
The Performance Inequality Gap, 2024 - Infrequently Noted
How much HTML, CSS, and JavaScript can we afford? More than in years past, but much less than frontend developers are burdening users with.
Best Practice: Limit the number of third-party services - Greenspector
Reading Time: 5 minutes Share on FacebookShare on TwitterShare on Linkedin Content in 3 minutes What is a third party service? They are services that allow to integrate a functionality or a complex content via code that we have little control over. The 10 most frequent third-party services block the loading of sites for about 1.4s. Google fonts are […]
A New Technique for Image Optimization: SVG Short Circuiting—zachleat.com
How Trendyol reduced INP by 50%, resulting in a 1% uplift on click-through rate | web.dev
How Core Web Vitals affect application SEO: Understanding Google page experience ranking and Lighthouse scores – Vercel
Guide to fast websites with Next.js: Tips for maximizing server speeds and minimizing client burden – Vercel
Common mistakes with the Next.js App Router and how to fix them – Vercel
All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more - Tristan Hume
Taylor Beseda /blog/super-helpful-server-timing-http-response-headers
LCP & FCP for Single Page Applications on Soft Navigations
Bridging the Digital Divide using Web Performance by Matt Hobbs
SpeedCurve | Does Interaction to Next Paint actually correlate to user behavior?
Improving Node.js loader performance
Improve Web Browser Performance - Find the JavaScript code causing slowdowns
How fast is your shell?
setTimeout(0) vs requestAnimationFrame — Phuoc Nguyen
I replaced npm, yarn and nvm with pnpm | pawelgrzybek.com
How Uber Computes ETA at Half a Million Requests per Second
Improving Performance with HTTP Streaming
Code Splitting in React: Boosting Performance and Speed
jsPerf - Online JavaScript performance benchmark - jsPerf.com mirror
Getting started with Web Performance 🚀 - HTMHell