The front-end optimization problem Content Download takes too long

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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34f7d-2bf4a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34f7d-2bf4a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?