Hey everyone! š I'm Nahid, the creator of API Performance Profiler.
As backend developers, we often fly blind when building APIs locally. You write a route, but you don't really know how fast it runs until you leave your editor, set up Postman, or configure a heavy APM tool.
I wanted performance testing to feel native and frictionless, so I built an open-source, zero-dependency local profiling extension for Node.js (Express & NestJS).
Here is what it brings directly to your editor:
š¢ Inline Latency Metrics: See real-time execution speeds (e.g., š¢ 84ms) rendered right beside your route definitions in the code.
š 1-Click Load Testing: A 'ā¶ Load test' CodeLens sits directly above your route. Click it to replay the last recorded request 1000 times under heavy load.
š Routes Dashboard: A dedicated VS Code sidebar showing all observed routes in your app, sorted from slowest to fastest.
š 100% Local & Secure: Everything is stored in local memory. No cloud accounts, no external dashboards.
It takes less than a minute to set up. Iād love for you to try it out!
š VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=nahid625.api-profiler-vscode
š GitHub Repo: https://github.com/Nahid625/api-performance-profiler
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)