lazybird / django-carton

A simple and lightweight application for shopping carts and wish lists.
Other
274 stars 101 forks source link

Stale Items: Improve query performance #1

Closed lazybird closed 11 years ago

lazybird commented 11 years ago

When checking for stale items, there is a loop that hits the database for each product in cart. This code could probably be improved.

lazybird commented 11 years ago

Improved stale item handling. We are not looping through each items in cart anymore. Commit reference: ec6fdadad3839e9d8c3911edaf4b85cc50c2d690