Remove the db.get_account_type_id_name() function and remplace it with a...
Remove the db.get_account_type_id_name() function and remplace it with a pre-fetched version at startup This will lower the potential cost of this function against the database by computing it only once at startup.
Loading
Please register or sign in to comment