ah right. yes, there’s no event for that, might be worth introducing.
last time i tested with my messaging app it received 2000 local events in 8 seconds, so yes it does become quite slow when you start using it for anything more serious.
especially if you want one small specific item, which would have been superquick to fetch in 0.8.3 and now have to wait for all the other events to come by…
If you want a specific item you can use getObject and that should fetch that one first and fulfill the promise as soon as it’s fetched instead of waiting for the whole tree to be synced.