Skip to content

Performance issue in ActionDamper.Run due to saving plugin config #118

Description

@JonnyOThan

Image

Image

It seems like this is running many times per TCAGui.LateUpdate, and trying to re-save the plugin config each time. That's quite expensive since it have to serialize the entire xml file to disk. Further, if any mod is throwing ReflectionTypeLoadExceptions it's going to fail anyway and become even more expensive.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions