DEV Community

Performance

Tag for content related to software performance.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
At the edge, the number that matters is memory - not throughput (specially in Ramageddon)

At the edge, the number that matters is memory - not throughput (specially in Ramageddon)

Comments
12 min read
A 100 PageSpeed score does not contain INP, and that is the most expensive thing about it

A 100 PageSpeed score does not contain INP, and that is the most expensive thing about it

Comments
7 min read
My FDCServers VPS Was Online. Disk Reads Were Taking 18.7 Seconds

My FDCServers VPS Was Online. Disk Reads Were Taking 18.7 Seconds

Comments
11 min read
DuckDB vs Pandas: Why Your Analytics Script Runs 10x Faster After One Switch

DuckDB vs Pandas: Why Your Analytics Script Runs 10x Faster After One Switch

Comments 2
3 min read
Why Local LLMs Don't Need C++ or Python: Building a 15MB Native AOT Inference Engine in .NET 10

Why Local LLMs Don't Need C++ or Python: Building a 15MB Native AOT Inference Engine in .NET 10

1
Comments 5
5 min read
Bun 1.4's Rust rewrite cuts script startup time from 10.5ms to 4.2ms

Bun 1.4's Rust rewrite cuts script startup time from 10.5ms to 4.2ms

5
Comments 1
6 min read
A warm pip install took me 13 seconds. uv took 56 milliseconds.

A warm pip install took me 13 seconds. uv took 56 milliseconds.

6
Comments 1
5 min read
Voice AI Doesn't Have a Voice Problem. It Has a Conversation Problem.

Voice AI Doesn't Have a Voice Problem. It Has a Conversation Problem.

Comments 1
5 min read
ESLint took 4.4s to lint Vue's core. oxlint took 0.24s. Then I turned on the type-aware rules.

ESLint took 4.4s to lint Vue's core. oxlint took 0.24s. Then I turned on the type-aware rules.

1
Comments
5 min read
How I Made My Language 130 Faster by Transpiling to Python AST

How I Made My Language 130 Faster by Transpiling to Python AST

1
Comments
5 min read
Database Indexing Mistakes That Are Quietly Killing Your App's Performance

Database Indexing Mistakes That Are Quietly Killing Your App's Performance

Comments
3 min read
Data Modelling, Relationships And Joins In Power BI

Data Modelling, Relationships And Joins In Power BI

Comments
7 min read
Power BI Technical Article: Data Modelling, Relationships & Joins

Power BI Technical Article: Data Modelling, Relationships & Joins

1
Comments
12 min read
I misspelt 12 footballers' names. Postgres full-text found 4, Meilisearch found all 12.

I misspelt 12 footballers' names. Postgres full-text found 4, Meilisearch found all 12.

5
Comments 1
6 min read
canvas.toBlob('image/avif') silently returns a PNG. Here's how I shipped AVIF export anyway

canvas.toBlob('image/avif') silently returns a PNG. Here's how I shipped AVIF export anyway

Comments 3