Skip to content

Commit 33bf923

Browse files
ci: apply automated fixes
1 parent 4367eff commit 33bf923

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ See: [#6442](https://github.com/TanStack/router/pull/6442), [#6447](https://gith
135135

136136
Like every PR in this series, this change was validated by profiling the impacted method before and after. For example we can see in the example below that the `buildLocation` method went from being one of the major bottlenecks of a navigation to being a very small part of the overall cost:
137137

138-
139138
<figure>
140139
<img src="/blog-assets/tanstack-start-ssr-performance-600-percent/build-location-before.png" alt="CPU profiling of buildLocation before the changes">
141140
<figcaption>
@@ -206,7 +205,6 @@ Taking the example of the `useRouterState` hook, we can see that most of the cli
206205
</figcaption>
207206
</figure>
208207
209-
210208
<figure>
211209
<img
212210
src="/blog-assets/tanstack-start-ssr-performance-600-percent/router-state-after.png"
@@ -263,7 +261,6 @@ See: [#4648](https://github.com/TanStack/router/pull/4648), [#6505](https://gith
263261

264262
Taking the example of the `matchRoutesInternal` method, we can see that its children's total CPU time was reduced by ~25%.
265263

266-
267264
<!-- TODO: these images aren't good. They don't really show an improvement that came from a server-only fast path. -->
268265

269266
| | |
@@ -310,7 +307,6 @@ Taking the example of the `startViewTransition` method, we can see that the tota
310307
</figcaption>
311308
</figure>
312309
313-
314310
<figure>
315311
<img
316312
src="/blog-assets/tanstack-start-ssr-performance-600-percent/delete-after.png"

0 commit comments

Comments
 (0)