Using `any?` here translated each lookup into two queries, one to check if the aliases/implications existed and one to actually load them. Using `present?` avoids the existence check.
Using `any?` here translated each lookup into two queries, one to check if the aliases/implications existed and one to actually load them. Using `present?` avoids the existence check.