FroshPerformance-Plugin: Purify CSS mag nicht

@Shyim schrieb:

Du könntest hier mal die arguments dumpen und das händisch ausführen

https://github.com/FriendsOfShopware/FroshPerformance/blob/master/Components/PurifyCss.php#L98

Hallo Shyim wie meinst du das genau mit händisch ausführen?

Ich stehe genau vor dem gleichen Problem: 

[root@s01 htdocs]# sudo php bin/console frosh:purify:css
array(11) {
  [0]=>
  string(9) "/bin/node"
  [1]=>
  string(14) "/bin/purifycss"
  [2]=>
  string(99) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/web/cache/1557923673_b5a0abdaa85e99a3f2c6d975292fd707.css"
  [3]=>
  string(56) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/themes/**/*.js"
  [4]=>
  string(57) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/themes/**/*.tpl"
  [5]=>
  string(56) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/custom/**/*.js"
  [6]=>
  string(57) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/custom/**/*.tpl"
  [7]=>
  string(74) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/engine/Shopware/Plugins/**/*.tpl"
  [8]=>
  string(73) "/var/www/vhosts/xxxxxxxx.de/httpdocs/htdocs/engine/Shopware/Plugins/**/*.js"
  [9]=>
  string(2) "-m"
  [10]=>
  string(2) "-o"
}

In Process.php line 293:

  Unable to launch a new process.


frosh:purify:css []

Kann es sein, dass mein Server die Methode proc_open nicht erlaubt welche benötigt wird um den Prozess zu starten?