When on the product release list page, if I enter a filter on the item name, that has a wildcard start. This query would take a few minutes to return information.
If I select one of the returned records and press edit, it takes an age to open the item details form. If I enter the item number on the filter for the same item and press the edit, it opens straight away.
What seems to be happening, the query of the list page is being passed into the detail form, which includes the item name filter. Not sure why this is necessary as the records are marked that are to be edited, but the addition of the item name filter is causing the performance problem.
Is there a way to stop this happening?