Hi,
I use XForms on a site to get poll statistics. When the number of answers (form postings) reach 15-20, the control gets very slow. It seems to be the databind of the XFormPostings control that really takes time.
Is there a better way to get improved performance for the statistics? Perhaps store the form postings in another way, such as individual pages or a list of items in the ObjectStore?