Filtering the results

It is a daunting task to check through hundreds of requests, therefore you may use filters to filter the results.

For example, you can:

  • Hide success (2xx) -- This rule will remove all of the successful web requests (an HTTP status code of 200 means success). Usually you do not want to have to look through all of the successes to find the missing files, content expiration intervals that are not properly set, etc.

  • Hide Image Requests -- There is rarely debugging that can be done on how images are downloaded, you can hide the image requests.