|
|
|
|
|
by duncanawoods
4186 days ago
|
|
What would you suggest for this situation: a low priority admin page renders a 3000 row, 30 col table on the server using react. The query and resulting page size are pretty small < 2MB but this takes 5s for react to render. I didn't expect it to be this slow and can't use client side rendering. |
|