You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating the BrowseMedia Object to display the contents of a particular media_content_id, return time increases when having many (50+) children to display.
Before trying to build something for a platform I'm working on, is there anything in the makes to provide automatic pagination of a big list of children? ie 1000+
I've tested reaction times by creating loops without actually fetching info, which points me to believe the issue is somewhere in the exchange of the backend to the frontend, or the frontend itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When creating the BrowseMedia Object to display the contents of a particular media_content_id, return time increases when having many (50+) children to display.
Before trying to build something for a platform I'm working on, is there anything in the makes to provide automatic pagination of a big list of children? ie 1000+
I've tested reaction times by creating loops without actually fetching info, which points me to believe the issue is somewhere in the exchange of the backend to the frontend, or the frontend itself.
Beta Was this translation helpful? Give feedback.
All reactions