KlutzyBubbles / alchemy-unbound

Repository for Alchemy Unbound project and issues
1 stars 0 forks source link

Performance issues #1

Closed KlutzyBubbles closed 3 months ago

KlutzyBubbles commented 3 months ago

Having ~1000 of either recipes or results causes some significant amount of lag even on a beefy machine. This is known to be caused by the way it was first developed. (It was initially a 1 day project that was expanded to what it is now, and hasnt been re written on the backend since the start).

A plan is in place to have the backend workings re written for the full release, but as this will require re writing almost everything it will tale a significant amount of time. (and the result is still only theory, so it may not even fix the problem).

This is mainly here for discussion and to let people know that i am aware of performance issues.

KlutzyBubbles commented 3 months ago

Glad i didn't go through with the rewrite... https://stackoverflow.com/questions/52991688/significantly-higher-performance-in-react-whilst-profiling-with-chrome

So many hours wasted ;-;