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
@MarkWang2 let me know if I'm interpreting your results correctly.
If you run a single request, you get results in 4050ms. So 10 sequential requests would take 400500ms.
However, if you run 10 requests simultaneously, then you get results between 60~300ms, with an average around 250ms, which is around the time required to run 5 requests sequentially.
If that's accurate, then I have to ask why you suspect there's room for improvement here & what tools you would recommend in order to identify the concurrency bottlenecks are.
Also, what was the value you had set for ReactOnRails' server_renderer_pool_size?
Is your feature request related to a problem? Please describe.
Use the ab tool to test "hello wold" demo performance(same as our project), the performance dropped dramatically in Concurrency mode.
Describe the solution you'd like
Better concurrency performance.
The text was updated successfully, but these errors were encountered: