I am programming a blazor server site and I am trying to test it locally with IIS.
The site loads fast and runs fast but if I refresh the page it is extremeley slow.
I don’t face the same problem when running the site via Visual Studio.
I saw that the pages that have this problem are the ones that load google maps api.
I dont know if it is related but it seems related to me.
I worked in order to not have any errors in the console from javascript code but the problem still exists.
What is the way to find the reason which causes the problem?