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

Menu