Problem
isFilterSupported takes ~25ms per render and contributes to slow Reports page navigation.
Solution
Optimize the function (e.g. memoization, reducing work per render, or moving work off the critical path). Use React Profiler / Chrome DevTools to validate improvements.