I have an app which is running fine in Chrome and IE11, but when I deploy it to the shinyapps.io in Edge, it slows down. In the developer tools under the networking tab I get the following, I want to know how to get rid of the time consumption of bootstrap.min.css.map, and if that has any affect on the latency of running the app in Edge?
Note: you will visualize this in the attached file above.
Thank you for getting back to me, so what you mean is that what I see of bootstrap has nothing to deal with the latency of my app?
Because I only get those in Edge which works slow, and I don't get those stuff in Chrome or IE11 and they work really fine when I deploy the app.
I don't know the answer to your question 100%, but I would be very surprised if bootstrap had that much of an effect on the latency. However, you never know with IE
It shouldn't even be downloading that .map file unless you open the Developer Tools--the only reason for that file is to let the Developer Tools' debugger give you an easier-to-read (un-minified) version of the code.