My angular material SPA website runs smoothly on Chrome, Firefox, and Edge, but experiences significant lagging on IE11.
I am aware of the issues related to angular material animations and styles in IE11, and have already made several modifications to enhance the overall performance (such as disabling animations and removing theming).
Despite these improvements, I still notice a considerable delay when loading resources in IE11. Each request seems to take an exceptionally long time to process, even though the server response time remains in the milliseconds range (similar to Chrome).
Please take a look at the network load times for IE11: https://i.sstatic.net/7JJMz.png
Compare this with Chrome: https://i.sstatic.net/tmxRy.png
Any insights into what may be causing this issue?
Thanks,