I'm having a bit of trouble with the XFormPostings control, which I use to get statistics for a poll (which is implemented via XForms). With more than a handful of form postings the control makes the page really slow. It takes at least 20-30 seconds. If I remove the control everything is nice and snappy, and I checked that it is not my handling of the data from the XFormPostings control that slows down loading.
Is there a better way to get statistics for a form? I only want the available options and the answer percentage for each option.