Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod could use some lag fixes #9

Open
LemADEC opened this issue Jul 12, 2019 · 0 comments
Open

Mod could use some lag fixes #9

LemADEC opened this issue Jul 12, 2019 · 0 comments

Comments

@LemADEC
Copy link

LemADEC commented Jul 12, 2019

As of 1.0.4, the mod is causing a fair amount of lag:
image

The Cyberware mod itself had a lot of refactoring to fix its own lag.
If we look with a profiler, we can see about 50% from the Cyberware event lag actually comes from Re-WIRED now:
image

Here, the most visible lag is from the constant creation of ItemStacks.
After that, there's also lag coming from repetitive calls to CyberwareAPI.getCyberware() which is fairly extensive and needs to be cached. The CyberwareAPI is being updated to help you with fixing that.
Long story short, Re-WIRED could use an update :). How would you prefer to proceed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant