The speed of opening a web page is too slow

My project is springframework . The speed of opening a web page is too slow。Ususally, it’s need one minute when we open the page firstly, and sometimes thirty seconds secondly. The first half of pom.xml is like this. Why is it so slow?
Thanks

You should try profiling your project with, for example, VisualVM: https://visualvm.github.io/

That should give the answer to your question.