mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Optimize QR code and PDF generation #102

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

Generating QR codes and PDFs can be slow. Any optimizations to be had?

Also consider generating QR code images earlier: http://www.acedevs.com/blog/2011/07/25/quick-qr-codes-django/