Need chaching to improve performance of database queries
Description
Some user actions in textbook and ubook result in the same queries being executed frequently within the same user session. Caching could improve performance.
Likely candidates include getting counts of uBook offers for particular books, getting a particular user's offers (if no changes have occurred), etc.
Some user actions in textbook and ubook result in the same queries being executed frequently within the same user session. Caching could improve performance.
Likely candidates include getting counts of uBook offers for particular books, getting a particular user's offers (if no changes have occurred), etc.