M
MeshWorld.
Back to Tags
Topic View

#Performance.

2 posts filed under this topic.

HowTo 6 min read

How to Debug a Slow SQL Query in PostgreSQL

Step-by-step: find slow queries with pg_stat_statements, read EXPLAIN ANALYZE output, identify missing indexes, fix N+1 queries, and diagnose lock contention.

Vishnu Damwala
Docker 6 min read

Docker Desktop Was Killing My Laptop. Here Is What Fixed It.

Docker Desktop using 6GB RAM and spinning the fan constantly. A few targeted config changes — memory caps, layer caching, dev vs prod images — fixed it completely.

Vishnu Damwala