Terrible performance in admin interface when activity log is of some size #50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When accessing predi over a slowish line, it seems the websocket times out several times when first logging in as an admin. It looks like this has to do with transfering the activity log (currently about 9000 entries). On a related note, opening the activities view is slow too, but this time around it is computing the page that takes some time.
I would expect the same to show up for users once there are several thousand trades in the log.
Currently looking into best practices for solving this at https://bulletproofmeteor.com/
That article didn't really help. Turns out pagination packages for Meteor such. Looks like https://atmospherejs.com/percolate/paginated-subscription is the best bet.
Still need to implement display of log entries in admin interface. Will now use one at a time collection filtered by session variable. Delayed for now to deal with more pressing issues. Leaving ticket open.