Improve Blocking Time.
Unanswered
Masai Lion posted this in #help-forum
Masai LionOP
I have next js application with a product list page which Isomorphic render means the same code can run both in client and server and content is dynamic. When I visit this page I store all the data in redux and the click one product that takes me to detail page, but when I come back to same page again like doing a browser back, it stays in the detail page for some time before coming to list page.When I debug I found that the main thread is blocked and busy in rendering the list page before moving to list page. The url has changed but screen changes after 2 seconds. Anyone have any suggestion to tackle this issue. Plz reply. Thanks in advance.
4 Replies
Do you mean it's fetching slow @Masai Lion ?
Masai LionOP
I mean there is a lot of rendering going on on list page. show transition from detail page to list page is slow. When hit browser back I see rendering has already started. But screen has not changed.
@Muhammed Khal ^^
Because of the many renderings