node-clinic icon indicating copy to clipboard operation
node-clinic copied to clipboard

Clinic.js diagnoses your Node.js performance issues

Results 118 node-clinic issues
Sort by recently updated
recently updated
newest added

Is it possible to use clinic.js with Electron? I love the way this works but am dealing with some performance bottlenecks in an Electron application.

## Current Behavior `clinic doctor -- npm start` does not work because there are compilation/bundling/etc steps going on that clinicjs cannot read into. The `start` script for my setup is...

I have a test suite (using mocha) which I want to profile. Is this use case supported? If I run `clinic flame -- node ./node_modules/mocha/bin/mocha.js`, only thing I get in...

Bumps [commist](https://github.com/mcollina/commist) from 1.1.0 to 3.0.0. Release notes Sourced from commist's releases. v3.0.0 v3 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commist&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

dependencies
javascript

## Expected Behavior Should show "profiling time to short" when the clinic running bellow 30-1 minute. ## Current Behavior throwing error `Error: No files matching the pattern found at notFound...

waiting info

I am running a test with Clinic.js where I have 30 concurrent connections to the Node.js process. Why is Clinic.JS considering this as a problem? 30+ Active Handles is exactly...

confirmed bug

## Expected Behavior Installation of clinic should work per instructions provided with success and no errors. ## Current Behavior I get npm errors telling my it can't connect to the...

## Expected Behavior clinic doctor opens a browser, where I can see CPU usage, memory usage, event loop delay and active handles. Using `worker_threads` it should show reasonable results, like...

duplicate

## Expected Behavior Bug: 'Ctrl+C' stops the doctor, and doesn't even reach to the analyzing part. ## Current Behavior I am trying to run clinic against a script, which needs...

duplicate

## Expected Behavior Commands other than the doctor command work inside docker containers. ## Current Behavior I am running node clinic with a project at work. The doctor command work...