V5: how to speed up large fetch so returning the response to frontend can be improve? #4431
Unanswered
mtariqsajid
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i have 4 tables and all tables connected to main table
conferences
calls
user
call_status
calls table has reference of user and call_status and conference
now i am getting all conferences and preload the user, calls, and call_status and loop through to perform some action
is it possible to speed this up because every time adonis js for each row create a lucid object and that take time and resources.
Beta Was this translation helpful? Give feedback.
All reactions