purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Improve performance of admin site when many books are loaded #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The BW admin site is a fairly vanilla implementation of the Django admin
and doesn't get used often except for a few tasks like making a book public.

The current BW/ORM deployment loads some admin pages (like EpubArchive)
slowly or not at all. There should be ways to improve its performance,
probably by introducing fewer implicit joins in admin.py

Original issue reported on code.google.com by liza31337@gmail.com on 26 Aug 2009 at 11:54