This was an exercise to demonstrate the power of database optimisation.
The database given to us had 100,000 rows in the users table and 1,500,000 rows in the karma_points table. We used indexing and added a cached field to reduce the page load speed down to 50ms.
Completed by @fabsays and @slicebo123