Is there a way to enable/disabled audio effect runtime for performance?

Is there a way to enable/disabled audio effect on AudioMixer runtime for performance reasons?

yes,there is.
create a
public AudioSource audio;
audio.enabled=false;
audio.enabled=true;
you can use a mix of these statements whether you want to enable or disabling your audio through script.