Skip to content

Commit 3c1e85b

Browse files
committed
last flamegraph
1 parent d6d8605 commit 3c1e85b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
63 KB
Loading
60.2 KB
Loading

src/blog/tanstack-start-ssr-performance-600-percent.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ return generalPath(input)
225225

226226
See: [#4648](https://github.com/TanStack/router/pull/4648), [#6505](https://github.com/TanStack/router/pull/6505), [#6506](https://github.com/TanStack/router/pull/6506)
227227

228+
### How we proved it internally
229+
230+
| | |
231+
| ------ | -------------------------------------------------------------------------------------------------------------------------------------- |
232+
| Before | ![CPU profiling of interpolatePath before the changes](/blog-assets/tanstack-start-ssr-performance-600-percent/interpolate-before.png) |
233+
| After | ![CPU profiling of interpolatePath after the changes](/blog-assets/tanstack-start-ssr-performance-600-percent/interpolate-after.png) |
234+
228235
## Finding 4: `delete` can be expensive
229236

230237
### The mechanism

0 commit comments

Comments
 (0)