I have set up 2 pages that can update a record.
One page is a Details page in Tabular Reports DataPage. It has about 57 fields on it. When I click on the 'Update' button, the time it takes to validate the page is less that 1 second. The screen load time is very similar.
The other page is a Single Record Update Forms DataPage. It has about 96 fields on it. When I click on the 'Update' button, the time it takes to validate this page is about 82 seconds. The screen load time is very similar. If I remove the fields from this page the response seems to go down proportionally to the number of fields on the page.
Both pages refer to same table using the same fields, except the 2nd DataPage has almost 40 extra fields.
Is anyone able help me work out how to get the response time on the 2nd DataPage without having to remove the fields? Thank you.