* Go through the admin.js and student.js files in routers/ * A lot of database queries happen to retrieve data, especially to determine which certificates are pending. Try to use joins and limit the number of database queries.
Try to use joins and limit the number of database queries.