• I believe your performance issue is related to the following OR statement:
    OR IS_MEMBER('domain\DEV_ADMIN') = 1;

    An option is the use disjunction in the predicate. Please look at that: