When I started working on wappler nodejs project I used many wappler components. Soo, many component related scripts were loaded into the layout. Later, the project got many updates and most of the components were removed. But their scripts were not removed. So, Now I have many scripts loading in my layout which causes performance. I don’t know which scripts is needed and which is not.
So, is there any way to remove unncessary scripts ?
Not sure what you mean? You know which scripts are yours, correct?
The scripts Wappler adds are located in the dmxAppConnect folder, so the path usually starts with dmxAppConnect/
That’s the issue, I will have to go through each page and its code, just to figure out which component I am not using. Sometime, I might use a component it in other pages. So probably I will go thorgh some issue there.
Not sure if I’m correct but would it perhaps work to delete all and that Wappler automatically adds the scripts that are needed? As it adds it when you add the component