Deploying ionic as browser. vender.js is too big to load

Hello

I’m using ionic v3 for both app and web. I hosted it in heroku it works very well.
but the problem is that web version load too slow and I checked and found out that vendor.js takes too much time

vendor.js is about 8 MB so it takes about 20sec to load page…
How can I make my web browser load more faster?

There are several tools out there to inspect JavaScript bundles: webpack-bundle-analyzer is one. I would suggest the first step being figuring out what is hogging up so much space in your app binary.

Hello, did you end resolving this because I facing the exact same issue.