Mutagen got slower?

s.kroll
s.kroll Head of Technology Spryker @ basecom Posts: 120 🪐 - Explorer
edited October 29 in Spryker Dev Environment

Hello everyone, is it just me (any my colleagues) or did Mutagen has gotten slower and slower in recent times?

  • OS plattform is MacOS 15.0
  • I'm on docker/sdk 1.60.0 on my project, but it looks like there are no mutagen-related changes in more recent versions
  • Mutagen is 0.17.6
  • Mutagen sidecar-image is mutagenio/sidecar:0.17.6-sspl

When changing a file in the IDE, it can take long (>10s) to get into the application or sometimes it is necessary to manually run a mutagen sync flush -ato see the file in the containers. If the changes a frontend-related, the time the watcher needs add up in the end

Comments

  • s.kroll
    s.kroll Head of Technology Spryker @ basecom Posts: 120 🪐 - Explorer

    Update: It definitely helped to reduce the amount of files in the volume and the total size of the volume. There were e.g. some large log-files which had negative effect on the performance.

    Maybe these could be excluded from mutagen or moved to a separate volume to not get synced back to the host