I've a model with approximately 150K rows.
- It takes 1.3s to render the ListView for this model.
- When I click the change link in the ListView I takes almost 2 minutes to render the change view.
- Other models have normal render times for the edit view.
Any ideas how to speed this up?