Why a Card Run Query Again in Dashboard

Hi,

I'm looking for how to make dashboard faster and I found that even if one of cards are not linked with filter, the query for the card run again.

What I expected was when user enters value on second filter, the card should stay as it is without any re-run, but the situation is the card also run query again.

Is there any way not to make the card run query again when some filter is not linked with it?

any idea or advice will be appreciated.

Hi @daniel.lee
You're seeing this issue:
https://github.com/metabase/metabase/issues/8030 - upvote by clicking :+1: on the first post
You can use caching to avoid the extra run:
https://www.metabase.com/docs/latest/administration-guide/14-caching.html