Hi there,
We got some problems with our component dependency by installing and updating multiple extensions.
What we thought about the solution in another topic.
You may see "require-dev" tag in composer.json file.
Run composer install or update with --no-dev flag. This will not install developer dependency packages.
composer install --no-dev
OR
composer update --no-dev
AFTER THIS WE GOT MULTIPLE PROBLEMS, BUT WHAT WE DID:
We did the next tasks:
After composer update: composer update --no-dev
Of course to this; php bin / magento setup: install
Then setup: di: compile
From this point;
Does the server stay with a request at 100% cpu and high% ram by a new request on the store.
We tried to figure out with strace but don't get out. Pictures also appear from the website (some, not appear not at all).
Looked with top -c
Comes from the php-fpm72 pool <username of winkel.veluweairsoft.nl>.
Try to troubleshoot but can't get it done.
What do we need to do?