On the performance Optimization of large-scale vuejs applications

I have a project with a lot of functions and complicated business .
page structure uses vue+vue-router+webpack ,
the business code of each page is mostly two or three thousand lines ,
at the same time, because only IE supports ocx control , the usage environment of
project is mostly in IE browser ,
now the page operation is very stuttering,
memory has reached 7-800m,

Mar.11,2021

the business code of each page is mostly two or three thousand lines
can you actually reduce the code by abstracting components outside the business or in other ways through mixin,?

if not
then set vue to multi-page entry
one module one entry
if there is a problem
you can even have one entry per page


Let's see why memory is so high.


you can use v-if

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-1b3ef15-2c44e.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-1b3ef15-2c44e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?