Skip to content

Commit 84d0332

Browse files
committed
doc: remove poor-performance content
Following up: nodejs/nodejs.org#4928
1 parent e378560 commit 84d0332

File tree

5 files changed

+1
-118
lines changed

5 files changed

+1
-118
lines changed
Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
# Poor Performance
22

3-
In this document you can learn about how to profile a Node.js process.
4-
5-
- [Poor Performance](#poor-performance)
6-
- [My application has a poor performance](#my-application-has-a-poor-performance)
7-
- [Symptoms](#symptoms)
8-
- [Debugging](#debugging)
9-
10-
## My application has a poor performance
11-
12-
### Symptoms
13-
14-
My applications latency is high and I have already confirmed that the bottleneck
15-
is not my dependencies like databases and downstream services. So I suspect that
16-
my application spends significant time to run code or process information.
17-
18-
You are satisfied with your application performance in general but would like to
19-
understand which part of our application can be improved to run faster or more
20-
efficient. It can be useful when we want to improve the user experience or save
21-
computation cost.
22-
23-
### Debugging
24-
25-
In this use-case, we are interested in code pieces that use more CPU cycles than
26-
the others. When we do this locally, we usually try to optimize our code.
27-
28-
- [Using V8 Profiler](./step1/using_v8_profiler.md)
29-
- [Using Linux Perf](./step2/using_linux_perf.md)
30-
- [Using Native Tools](./step3/using_native_tools.md)
3+
See: https://github.com/nodejs/nodejs.org/tree/main/locale/en/docs/guides/diagnostics/poor-performance

documentation/poor-performance/case_study.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

documentation/poor-performance/step1/using_v8_profiler.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

documentation/poor-performance/step2/using_linux_perf.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

documentation/poor-performance/step3/using_native_tools.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)