Strange behaviour adaptative caching

Hello, I’ve enabled adaptive caching with a coefficient of 100 and a minimum TTL of 1 second. When I load my dashboard, the questions load correctly. However, when I click on a specific question to open it, it reloads from scratch instead of using the cache. I am currently using version 0.57.3.2

Metabase monitors how often queries are run and increases the hold time for higher traffic queries.

With a 1 second min TTL, you won’t get any caching for infrequently used or ad-hoc queries.

Either give it some time to build up history or increase the min TTL.