Fixing scope id in serviceinfo results in a significant performance reduction
It looks like it's spending a lot more time converting ip addresses to string which is an algorithmically complex operation for IPv6 addresses
We could likely subclass the ip address module and only stringify once l