Can anyone explain the performance difference between FXAA and Temporal AA

You want to use Temporal AA whenever possible, it’s far superior to FXAA visually and some rendering features rely on the blur / temporal filter to look acceptable (like SSR for example).

FXAA is faster, and doesn’t suffer from ghosting like TAA does.