improve performance for large application
-
Dears,
I build a application with more than 150 components 、100 pages、business logic , but I encounter the low performance issue. Any idea to improve? -
what exactly is slow?
-
during dev mode`? or also in production?
-
In production mode, it become little slow when we click to change page. It looks like page rendering become slow.
-
@koala Can you share some demo or something like that? Maybe the data is making it slow, for example if you are loading lots of data in data tabe or in some other component.