We are new to the Django framework and are currently building an 
application in PythonAnywhere. We have a couple of html pages where the 
volume of formsets that we are loading up varies from 25 to 100. We find 
that when we use a small number of formsets, the page loads very quickly. 
However, performance seems to degrade as the numbers increase. 

It's not an issue with our SQL queries as when we load the same data into a 
HTML table instead of using formsets, it loads very quickly. 

We need to load the data using formsets because we expect updates to each 
row from the user.

Has anyone encountered this problem? If so, is there a way to improve the 
performance of the formsets or are formsets not intended to be used with 
large volumes of data? If not, are there alternative options that we can 
use that allow users to modify the data in multiple rows returned by the 
query? Note - we don't want to send the user to a 'Pop-Up' or another 
screen to update data. Note 2 - We are using "Model" formsets, in 
particular "inlineformset_factory".

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9ff27ba5-25e5-4c82-92ca-6b8ab5f1a38b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to