Jacob 'kurtextrem' Groß (@kurtextrem) 's Twitter Profile
Jacob 'kurtextrem' Groß

@kurtextrem

Sr. Performance Engineer @Framer · webperf/UX/security · @[email protected]

ID: 45212375

linkhttps://kurtextrem.de/ calendar_today06-06-2009 20:56:15

9,9K Tweet

2,2K Takipçi

2,2K Takip Edilen

Jacob 'kurtextrem' Groß (@kurtextrem) 's Twitter Profile Photo

React 19 will warn when using the old JSX transform (incl. dependencies). If you're still using it - consider upgrading, you'll also get some perf benefit for free: github.com/facebook/react… see legacy.reactjs.org/blog/2020/09/2… + PR: github.com/facebook/react…

Tim Vereecke (@timvereecke) 's Twitter Profile Photo

Meet UNO, the missing link in any TTFB analysis. Without Unattributed Navigation Overhead you are lost, because TTFB is rarely the sum of Redirect+DNS+TCP+TLS in the field! Understanding UNO has saved me countless hours in RUM. #webperf #ttfb blog.akamai-mpulse.com/blog/2024-02-2…

Meet UNO, the missing link in any TTFB analysis.

Without Unattributed Navigation Overhead you are lost, because TTFB is rarely the sum of Redirect+DNS+TCP+TLS in the field!

Understanding UNO has saved me countless hours in RUM.

#webperf #ttfb

blog.akamai-mpulse.com/blog/2024-02-2…
tobi lutke (@tobi) 's Twitter Profile Photo

Sunday rant. For software engineering, my sense is that the phrase “premature optimization is the root of all evil” has massively backfired. Its from a book on data structures and mainly tried to dissuade people from prematurely write things in assembler. But the point was to

Jacob 'kurtextrem' Groß (@kurtextrem) 's Twitter Profile Photo

This month, at Framer, we've shipped an idea I came up with that moves expensive Lambda executions to the background to avoid slow TTFB, without any queue system. The trick? A combination of cache-control HTTP header values. Ivan has the details. Pretty cool tbh 👇🏼

Addy Osmani (@addyosmani) 's Twitter Profile Photo

In Chrome DevTools you can now find memory issues more easily. We added new filters to "Memory" to find duplicate strings, objects retained by detached DOM nodes and other reasons when taking heap snapshots.

In <a href="/ChromeDevTools/">Chrome DevTools</a> you can now find memory issues more easily. 

We added new filters to "Memory" to find duplicate strings, objects retained by detached DOM nodes and other reasons when taking heap snapshots.
Jacob 'kurtextrem' Groß (@kurtextrem) 's Twitter Profile Photo

Turns out people have slow internet in real-life and not only simulated through DevTools. Everyone act surprised! Really great article of a real life scenario, where slow internet was inevitable and how you can engineer for such cases.

Armin Ronacher (@mitsuhiko) 's Twitter Profile Photo

It absolutely blows my mind that improvements to sort algorithms can still lead to massive improvements. github.com/rust-lang/rust…

It absolutely blows my mind that improvements to sort algorithms can still lead to massive improvements. github.com/rust-lang/rust…
e18e (@e18e_dev) 's Twitter Profile Photo

We're excited to share e18e! Ecosystem Performance is a community initiative to bring together people who are passionate about improving performance in the JavaScript ecosystem. A space for knowledge sharing, contributions, and ideas. Get involved! 🙌 e18e.dev/blog/e18e

Jacob 'kurtextrem' Groß (@kurtextrem) 's Twitter Profile Photo

Google Sheets replaced JavaScript with Java - kind of. They compile Java to WasmGC to achieve a 2x speed up. Crazy case-study by Thomas Steiner 🤯 web.dev/case-studies/g…

Intent To Ship (@intenttoship) 's Twitter Profile Photo

Blink: Intent to Ship: Compression dictionary transport with Shared Brotli and Shared Zstandard groups.google.com/a/chromium.org…

Joyee Cheung (@joyeecheung) 's Twitter Profile Photo

Landed a set of Node.js APIs that aim to be a built-in alternative to v8-compile-cache & v8-compile-cache-lib with better performance and ESM support. github.com/nodejs/node/pu… Some early testing by Jake Bailey showed that it can make tsc load ~2.3x faster 🚀

Jacob 'kurtextrem' Groß (@kurtextrem) 's Twitter Profile Photo

Framer is the only *platform* out there that can automatically do this right on publish. No single visitor will download unnecessary images, and no single visitor will experience a lazy-loaded LCP image. Ivan has the details.

Phil Walton (@philwalton) 's Twitter Profile Photo

📢 New post: The State of ES5 on the Web. For years, we defaulted to transpiling to ES5 in order to support IE. But is that still necessary? I took a look at the data to find out, and I'll just say that the results were *actually* quite surprising! 🙀 philipwalton.com/articles/the-s…

Bramus (@bramus) 's Twitter Profile Photo

When doing a Chrome DevTools performance trace in Chrome Canary, it will now give you additional details for animations: 1. The animation name 2. The associated DOM node 3. Whether the animation could be composited or not and specifically why that is the case Very exciting 🤩

When doing a <a href="/ChromeDevTools/">Chrome DevTools</a> performance trace in Chrome Canary, it will now give you additional details for animations:

1. The animation name
2. The associated DOM node
3. Whether the animation could be composited or not and specifically why that is the case

Very exciting 🤩