I put an application in Angular 4.3 in production and I realize that the first load is quite slow for the application size (2.93 mb)
The site does not connect to API Rest at the moment, it's just the visual part.
I took a look at the Chrome development tool and realized that the file that takes the most time to load is the vendor . I also noticed that it can not read fonts with .woff2 extension.
Does anyone have any idea what is causing this and how to solve it?
link: link