Performance question
Hey guys,
I have an web app and I tried to optimize the performance of one report. One stuff that seems unefficient to me is this one:
If I understand it correctly, it'll execute the whole query 4 (5 if I count also counting but guess it's necessary) times so I tried to do optimize it to do everything in one step like this:
but according the Network in Chrome this optimalization is even a bit slower and I cant understand why. Any explanation ? Thanks
I have an web app and I tried to optimize the performance of one report. One stuff that seems unefficient to me is this one:
If I understand it correctly, it'll execute the whole query 4 (5 if I count also counting but guess it's necessary) times so I tried to do optimize it to do everything in one step like this:
but according the Network in Chrome this optimalization is even a bit slower and I cant understand why. Any explanation ? Thanks