Skip to content

Commit c8015f7

Browse files
committed
comment
1 parent 6986af2 commit c8015f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blog/tanstack-start-5x-ssr-throughput.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ flame run ./dist/server.mjs
7979

8080
The resulting flamegraph can be read with a tool like [Speedscope](https://www.speedscope.app/):
8181

82+
<!-- TODO: this section is not good. It doesn't teach anything. Methodology has already been explained. Either teach about flamegraphs, show an easy to understand example, link to a tutorial... or just remove it. -->
83+
8284
- Focus on **self time** first. That is where the CPU is actually spent, not just where time is waiting on children.
8385
- Fix one hotspot, re-run, and re-profile.
8486
- Prefer changes that remove work in the steady state, not just shift it.

0 commit comments

Comments
 (0)