What is the problem or goal the end user is trying to solve or accomplish?
One of our customers (MediaLabGroup) has been seeing some pretty slow performance when updating dashboard filters, especially on their larger, more complex dashboards (reordering a filter took over 20 seconds). I dug into a HAR file they sent over. We’re seeing some `PUT` requests taking over 2 seconds, with one request size ballooning up to 354KB.
How are they solving it currently?
There are no workarounds currently known
What is the recommended solution by the Customer?
The customer suggested that if we could switch these filter update requests from `PUT` to `PATCH`, it might help cut down the payload size and speed things up. He mentioned this is similar to the optimizations we’ve done before for the dashboard list page, where trimming down the payloads worked wonders.