Performance

Performance

349 bookmarks
Custom sorting
What’s the difference between API Latency and API Response Time?
What’s the difference between API Latency and API Response Time?
Your app’s networking directly affects the user experience of your app. Imagine having to wait a few seconds for the page to load. Or even worse, imagine waiting for a few seconds every time you perform an action. It would be infuriating! Before you go on a fixing adventure, it’s a good idea to understand what causes that waiting time. So let’s do that!
·blog.sentry.io·
What’s the difference between API Latency and API Response Time?
Analyzing Data 170,000x Faster with Python
Analyzing Data 170,000x Faster with Python
The article, Analyzing Data 180,000x Faster with Rust, first presents some unoptimized Python code, and then shows the process of rewriting and optimizing the code in Rust, resulting in a 180,000x speed-up. The author notes:
·sidsite.com·
Analyzing Data 170,000x Faster with Python
I made JSON.parse() 2x faster
I made JSON.parse() 2x faster
Adventures in hacking Hermes VM’s C++ internals for fun and profit
·radex.io·
I made JSON.parse() 2x faster
Fast builds, secure builds. Choose two.
Fast builds, secure builds. Choose two.
Stripe's continuous integration system is responsible for orchestrating build pipelines and executing tens of thousands of test suites. To meet our exceptionally high security bar, we lean on a combination of open-source tech and novel engineering.
·stripe.com·
Fast builds, secure builds. Choose two.
How a one line change decreased our build times by 99%
How a one line change decreased our build times by 99%
Urvashi Reddy | Software Engineer, Engineering Productivity Team Adam Berry | Tech Lead, Engineering Productivity Team Rui Li | Software…
·medium.com·
How a one line change decreased our build times by 99%
Speeding up the JavaScript ecosystem - Tailwind CSS
Speeding up the JavaScript ecosystem - Tailwind CSS
Since its inception, Tailwind CSS has become a super popular way to style web projects. This time we will be taking a look at the architecture that powers it and what can be done to improve it.
·marvinh.dev·
Speeding up the JavaScript ecosystem - Tailwind CSS
The Fight For The Main Thread — Smashing Magazine
The Fight For The Main Thread — Smashing Magazine
Having access to a free reporting tool like Lighthouse in DevTools is a great start for diagnosing performance issues by identifying bottlenecks on the main thread. Even better are paid tools like [SpeedCurve](https://www.speedcurve.com/?utm_source=smashingmag&utm_medium=magazine&utm_campaign=sm7_2023&utm_id=sm7_2023&utm_term=sm7_2023) to dig deeper into the data for more targeted insights and to produce visual reports to help make a case for performance improvements for your team and other stakeholders.
·smashingmagazine.com·
The Fight For The Main Thread — Smashing Magazine
What does the image decoding attribute actually do?
What does the image decoding attribute actually do?
An in-depth look at the decoding attribute and how it affects web performance differently when using sync, async or not at all
·tunetheweb.com·
What does the image decoding attribute actually do?