srijanone / vega

Vega (वेग) is a project scaffolding tool to speed up development process.
Apache License 2.0
9 stars 7 forks source link

Issues while using for local development in active project #140

Open ghost opened 4 years ago

ghost commented 4 years ago

With an active project, I am facing below issues while using vega for local development.

  1. After using vega 4-5 hours, I am facing system performance degrade and degrade in site performance as well.
  2. The live update is also gets failed if there are frequent changes in the files, the site gets stopped working and there is no log available because drupal service is not up.
  3. Many of the times drush commands are not available using docker-compose run --rm drupal drush status Solution: Need to do vega restart and suddenly everything starts working.
  4. I am not able to import config using drush command because it is taking a very long time.

NOTE: Compared the drush commands response time with normal MAMP setup, it is very quick there.