Today I learned
Squoosh App
This is not an actual Today I learned, because I already know about this tool for several months. Nevertheless I want to share it with you…
Read moreWeb Vitals Element
As a frequent reader of Stefan Judis blog ↗ I often come across the stats in the bottom right of his website. It shows for example the…
Read moreEfficiently load third-party JavaScript
Third-Party JavaScript is one of the number one things that slows down modern websites. And it's often hard to improve as you are unable to…
Read moreReact Suspense Lazy Loading Components
While Suspense for Data fetching is still an experimental feature in React and is not yet available in a stable release, React 16.6 also…
Read morePerformance and useMemo
The React Hook useMemo ist not the solution for all your performance problems. In most cases memoizing costs more CPU power than not doing…
Read more