Skip to content

Commit f06a99e

Browse files
Update major performance breakthroughs upgrade guide to clarify Node renderer improvements and performance benefits
1 parent 4ef663b commit f06a99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react-on-rails-pro/major-performance-breakthroughs-upgrade-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ This optimization is particularly impactful for:
8080
## 🚀 Enhanced Performance Infrastructure
8181

8282
### Fastify-Based Node Renderer
83-
- **3x faster** Node renderer based on Fastify instead of Express
83+
- **Faster Node renderer** based on Fastify instead of Express
8484
- **HTTP/2 Cleartext** communication between Rails and Node renderer
85-
- **Multiplexing and connection reuse** for significantly better performance
85+
- **Multiplexing and connection reuse** for significantly better performance when deployed separately
8686
- **No code changes required** - automatic performance boost
8787

8888
### Optimized Script Loading Strategies

0 commit comments

Comments
 (0)