feat(ui): Adding http.method to the backend performance landing page (#26058)
On the performance landing page we currently group transactions together regardless of http.method. But a GET and POST can be wildly different in terms of performance & functionality.
* Added http method to query and header
* Rearranging performance table headers