Currently, tickets and linkers are directly inserted into the database each time the user goes to a new page.
Instead, this should be changed so that the items are temporarily stored into a hashmap, which is then inserted directly into the database only when the gui is closed.
Currently, tickets and linkers are directly inserted into the database each time the user goes to a new page.
Instead, this should be changed so that the items are temporarily stored into a hashmap, which is then inserted directly into the database only when the gui is closed.
This will improve performance.