Slow performance for Django admin inline
问题 I have a django admin site which is used to let non-tech people insert data into database easily. I use inline form within a particular page which let people keep inserting data without remembering info of a foreign key instance. However, when you have created more than 30 inline instances on page, the whole page is getting slower and slower. It even takes me 10 second to wait after I click 'add another instance' button. The form validation time is also unacceptable. My question is that is