erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

stop response when it has a large connections #1309

Open davidnguyen11 opened 7 years ago

davidnguyen11 commented 7 years ago

Hi guys! Currently I have an app. And with > 1000 requests. The server stopped response. I am trying to figure out what is happening.

anhdn commented 7 years ago

I also have this issue when handle large requests. When > 100 request the server responses is too slow. Can anybody help me?

Iuriy-Budnikov commented 7 years ago

@nndung179 try to disable http proxy

Iuriy-Budnikov commented 7 years ago

and etag

davidnguyen11 commented 7 years ago

We tried and did not work. After investigating, we recognize it may get involve into: renderToString. But we are still testing on it.

Iuriy-Budnikov commented 7 years ago

mm... what server do you have?

Iuriy-Budnikov commented 7 years ago

@nndung179 did you use https://github.com/aickin/react-dom-stream ?

davidnguyen11 commented 7 years ago

I already used it. But it did not working yet. We are trying to use cache component, right now

Iuriy-Budnikov commented 7 years ago

@nndung179 please let me know if you will find solution :)

Iuriy-Budnikov commented 7 years ago

@nndung179 what is params of your server?