Inactive relay report

NO! Both session relevance and client relevance do lazy evaluation. The order in which you write both matters!!!

Read these:

Both of these examples have to do with session relevance, but the concepts of lazy evaluation apply to client relevance as well.

In general, you want the fastest to evaluate relevance to be run first, particularly if it eliminates the majority of endpoints before moving on to relevance that takes longer to evaluate. You can substantially optimize your evaluation loops of your clients by doing this.