I have questions regarding performance, and hopefully answered after improvements.
What is the delay cost in terms of seconds when an app runs in best connected network at the nearest possible cloud server using normal browser or popular smartphone ?
This is needed to calculate how much further cost and delay in real world app which is skewed to internet connection delays or client’s browser delays or mobile’s users delays.
- Showing custom list of collection that have 1000 records with filter to just 1 record, using text filter
- Create new record of that 1000-record collection with filling 50 properties in a record
- Update a record of that collection with all 100 properties
- Showing count of relational of that collection, to use it in empty states
- Showing all records of that collection with filter of toggle true/false
- Opening 3 related collections at the same time with cascading from logged in user, 1-to-m relationship, all three collection have 1000-records too each.
the list can go on, but for now, these can be our benchmark.
we could begin with 1000 records, and can go up to whatever number later.
Thanks.