AlterEgo

AlterEgo

39k Downloads

Optimize event handlers

DennisRas opened this issue ยท 0 comments

commented

Currently all registered events trigger the full UpdateDB() method.
This is not optimal and will cause too much code and queries to run on every event.

Goal: Split up the Update methods so they can be run separately.