Object-table - How can select all items in the one page

Hi @kien.tran2

Object-table performance is split into 2 broad groups.

  1. Query performance (how long it takes to get the data from the DB)
  2. Rendering performance (how long it takes to render the data in the table)

Since both of these are app and data specific, the solution/optimization will be specific to your app. Without looking at the specific code, but based on the fact that the performance issue is on state-change, I would assume that the problem is with the rendering aspect (but that depends on exactly what you are doing in your functions)

I would look at these articles below to start and then if you need more help with App Optimization then you can reach out to your JourneyApps Customer Success team as this is a service that they can provide

  1. Best Practices
  2. Improving App Performance