Added short-circuit to prevent main query from running if the domainkey+url combination is invalid. The existing implementation scans a lot of data even if the domain key is known to be invalid.
If satisfied, we can roll this out to other run-queries. So far I could not find a way to handle this more narrowly only in EVENTS_V5.
Test at /run-query@ci7821/rum-dashboard. My testing showed identical results for both valid and invalid domainkeys between v3 and ci7821.
Added short-circuit to prevent main query from running if the domainkey+url combination is invalid. The existing implementation scans a lot of data even if the domain key is known to be invalid.
If satisfied, we can roll this out to other run-queries. So far I could not find a way to handle this more narrowly only in EVENTS_V5.
Test at
/run-query@ci7821/rum-dashboard
. My testing showed identical results for both valid and invalid domainkeys betweenv3
andci7821
.