We have five or so ManyToMany fields (with 10,000+ and growing total entires in each field, only a few are selected for any one profile) in our user profile. When we bring up the profile in the admin, the page takes a while to load and render and taxes django and the database more than we would like as admin loads all the field possibilities.
Most of the time we use the admin to view the data, not make changes. Is there anything we can do to improve performance? -- Eric Chamberlain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

