Hi, Probably a naive question, though is there a way to verify that when we write our queries and execute them, we are actually writing them properly and not following into the n+1 problem? Basically what can we look at to see that it is having the n+1 problem and then that it isn't?
Thanks, Josh