Phacility instances do a policy check for InstancesManageCapability::CAPABILITY when verifying a viewer can examine an instance.
Administrators and deployment agents reach this check and query it serially if it's a custom policy. This negatively impacts performance of administrative operations ("list all instances") and deployment operations ("get all instances on this host").
For example, when querying instances on a host, we fetch and evaluate the same policy hundreds of times. Querying and deployment could be faster by fixing this.