Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: Optimise page fetch time taking during Js object action creation #37567

Open
sneha122 opened this issue Nov 19, 2024 · 1 comment · May be fixed by #37668
Open

[Task]: Optimise page fetch time taking during Js object action creation #37567

sneha122 opened this issue Nov 19, 2024 · 1 comment · May be fixed by #37668
Assignees
Labels
Integrations Pod General Issues related to the Integrations Pod that don't fit into other tags. Integrations Product Issues related to a specific integration Query & JS Pod Issues related to the query & JS Pod Task A simple Todo

Comments

@sneha122
Copy link
Contributor

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.
Screenshot 2024-11-11 at 8 04 03 PM

This task is to optimise 2nd component, where we are fetching the page object from the DB

@sneha122 sneha122 added Task A simple Todo Javascript Product Issues related to users writing javascript in appsmith Integrations Pod General Issues related to the Integrations Pod that don't fit into other tags. labels Nov 19, 2024
@github-actions github-actions bot added Integrations Product Issues related to a specific integration Query & JS Pod Issues related to the query & JS Pod and removed Javascript Product Issues related to users writing javascript in appsmith labels Nov 19, 2024
@sneha122 sneha122 self-assigned this Nov 21, 2024
@sneha122
Copy link
Contributor Author

Moving this to sprint backlog because of release blocker issue here: #37776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integrations Pod General Issues related to the Integrations Pod that don't fit into other tags. Integrations Product Issues related to a specific integration Query & JS Pod Issues related to the query & JS Pod Task A simple Todo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant