Generally quite slow response times within the UI

I've noticed recently that UI actions can lag for 2-5 seconds, including:

  • Clicking (when in visualisation view) on filters / summarise
  • Switching back into the notebook view from the visualisation view (clicking "show editor")
  • Updating filters in visualisation view or notebook view

Unfortunately I don't have anything much more helpful to share other than the above. I don't have any problems with general navigation, clicking on any of the visualisation / settings buttons nor switching charts or settings.

It's only a noticeable issue when several models are joined / generally a larger dataset is being used.

Diagnostic information:

{
  "browser-info": {
    "language": "en-GB",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.16.1+1",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.16.1",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.16.1+1",
    "os.name": "Linux",
    "os.version": "5.4.209-116.367.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "googleanalytics",
      "postgres",
      "bigquery-cloud-sdk"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "11.13"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.5.0"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2022-11-01",
      "tag": "v1.44.6",
      "branch": "release-x.44.x",
      "hash": "5c6ae21"
    },
    "settings": {
      "report-timezone": null
    }
  }
} 

Hi @jack_c
Please use the support email if you are on the Pro/Enterprise plan.
It very much sounds like you are experiencing this issue, which is complicated to fix as it requires a lot of code refactoring before we can specifically address the issue:
https://github.com/metabase/metabase/issues/12378

Not a problem - will do next time, and thanks for linking that thread. Would enabling reduced motion help?

@jack_c It would likely not make a difference if you have a lot of sections or summarize fields, since that problem is caused by the field functions exponentially growing during validation.
The older problem, which was caused by an animation has been removed many versions ago.