webpack-bundle icon indicating copy to clipboard operation
webpack-bundle copied to clipboard

Performance improvements

Open spiroski opened this issue 6 years ago • 0 comments

Hello,

Thank you for building a very useful bundle. When I run the dev-server, it takes a lot of memory. One thing I noticed is that there is a PHP process that takes a lot of memory on top of the webpack process. Now, for the webpack process ofcourse there is nothing you can do, but I was thinking, could we either optimize or kill the PHP process? Maybe there could be a console option that if we pass to the maba:dev-server command, the process would start webpack, and exit. And then to kill the webpack process we would either do that manually, or maybe introduce a new command.

Is this something that is possible, or is the PHP process in the background necessary?

image

spiroski avatar Feb 20 '19 12:02 spiroski