We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef663b commit f06a99eCopy full SHA for f06a99e
docs/react-on-rails-pro/major-performance-breakthroughs-upgrade-guide.md
@@ -80,9 +80,9 @@ This optimization is particularly impactful for:
80
## 🚀 Enhanced Performance Infrastructure
81
82
### Fastify-Based Node Renderer
83
-- **3x faster** Node renderer based on Fastify instead of Express
+- **Faster Node renderer** based on Fastify instead of Express
84
- **HTTP/2 Cleartext** communication between Rails and Node renderer
85
-- **Multiplexing and connection reuse** for significantly better performance
+- **Multiplexing and connection reuse** for significantly better performance when deployed separately
86
- **No code changes required** - automatic performance boost
87
88
### Optimized Script Loading Strategies
0 commit comments