Now uses permission combination id's rather than user ids for determining if the database requires querying for permissions.
If all the users on a page are in the same set of groups, then it will only issue 1 query. If the viewing user is in the same set of groups, then no extra queries will be issued.
Guest users or posts with no owner, do not trigger any extra queries as they are hardcoded to never be able to issue warnings.