Considering JS object which is creating 40 new actions: https://onenr.io/0oQDqnmGNwy
Each action is created with createAction function call. From the traces above we can see that if create action takes ~17s of time, 1st component takes around ~14s, 2nd component takes around 2s and last one takes around few ms.
This task is to optimise 2nd component, where we are fetching the page object from the DB
SubTasks
SubTasks
The log analysis is done by following the traces mentioned here: https://onenr.io/0VwgZL0K0QJ
Considering JS object which is creating 40 new actions: https://onenr.io/0oQDqnmGNwy Each action is created with createAction function call. From the traces above we can see that if create action takes ~17s of time, 1st component takes around ~14s, 2nd component takes around 2s and last one takes around few ms.
This task is to optimise 2nd component, where we are fetching the page object from the DB