in the vue single-page application, the route is loaded lazily, but one route is packaged with a fast 1m, which is particularly slow to load, as shown below. How should this be optimized? Thank you
in the vue single-page application, the route is loaded lazily, but one route is packaged with a fast 1m, which is particularly slow to load, as shown below. How should this be optimized? Thank you
1. Take a look at the network problems, it seems that 1m is not normal for so long
2. Have you done any common optimizations? Cdn, js compression, server gzip
3. There is really no way to shorten this time. Can it be divided into two or more documents? If not, do a forced cache?
the server is too far away. There's nothing we can do about it.