Symptoms
Poor performance with list view in smart form. We have a list view for a document library (contains 22 documents) that is taking about 45-60 seconds to load.
Diagnoses
The issue was caused by the get documents method being used in the view initialize rule.
Resolution
Switching to use "Get Documents Metadata" method instead resolved the issue.