The number of filters that you have applied to the records affects the speed of the ISEMPTY function. The fewer the number of filters, the faster the system performs the operation.
When you are using SQL Server, this function is faster than using the Record.COUNT function and then testing the result for zero.
RTFM