You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This includes adding back the optimization that was removed in `7.6.0` ([#13562](https://github.com/remix-run/react-router/pull/13562))
5
5
- The issues that prompted the revert have been addressed by using the available router `matches` but always updating `match.route` to the latest route in the `manifest`
6
6
- Leverage pre-computed pre-computing flattened/cached route branches during client side route matching
7
-
- This builds on top of prior server optimizations and provides an additional set of gains (~30%):
8
-
- Original server optimizations branch
9
-
- Throughput: 952.7 req/s
10
-
- Latency mean: 8.716ms
11
-
- Latency p50: 9.452ms
12
-
- Latency p95: 11.610ms
13
-
- Latency p99: 12.544ms
14
-
- Latency min: 1.656ms
15
-
- Latency max: 15.936ms
16
-
- This branch
17
-
- Throughput: 1235.3 req/s
18
-
- Latency mean: 6.095ms
19
-
- Latency p50: 6.655ms
20
-
- Latency p95: 8.327ms
21
-
- Latency p99: 12.133ms
22
-
- Latency min: 1.066ms
23
-
- Latency max: 19.056ms
7
+
- Performance benchmarks showed roughly a 15-30% improvement in server-side request handling performance
0 commit comments