charkost / prosopite

:mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Apache License 2.0
1.48k stars 45 forks source link

Short circuit unless there's a single fingerprint #33

Closed ghiculescu closed 2 years ago

ghiculescu commented 2 years ago

Since checking the entire call stack for the allow list could be expensive, we should short circuit before that check if necessary.

charkost commented 2 years ago

Thank you @ghiculescu :rocket: