Skip to content

Bugfix/local docker performance

Christian Wansart requested to merge bugfix/local-docker-performance into master

What does this MR do?

It increases the local performance of the foodsharing app in dev mode dramatically. Not sure if this will have any positive effect on Linux machines but for macOS this is a dramatically speed boost.

I was talking with @jofranz about the bad performance and after researching a bit I found out that adding :cached to the volumes may increase the performance. I also disabled volumes for less interesting services.

How confident are you it won't break things if deployed?

100%

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... <-- infrastructure issue
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Chris Oelmueller

Merge request reports