How to filter http requests by type in Safari 6 Developer Tools

safari

In older versions of Safari and Chrome you can filter http requests to only show xhr requests for example. This seems to have been removed in the Safari 6 developer tools.

Am I missing something, an undocumented hot key?

Best Answer

In the Instruments panel (the icon of the stopwatch), click Network Requests on the left. You should then see the timeline on the left, and a list of requests underneath. Click the Type column heading to sort the requests by type and then all the XHR requests will be grouped together.

Alternatively, in Safari's Develop menu, you can select "Use WebKit Web Inspector" to switch back to the old inspector.

Develop Menu