Search code examples
javaspring-cloudspring-cloud-dataflow

Why web dashboard so slow after i deploying a stream or task


I'm new to Spring Cloud Data Flow.Web dashboard seems so slow after deployed a stream or task.What's the reason? I built the local machine on windows as the official guide. https://dataflow.spring.io/getting-started/

I tried restart docker but it doesn't work


Solution

  • Apparently, there could be many reasons for the slow responsiveness of the SCDF dashboard. Here are some of the things you can check:

    • Check if you have sufficient resources in your docker setup (CPU & memory)
    • Check if the slowness is related to the backend doing some operation (downloading the application artifact etc., this is especially true for local setup)