Image for post: Analyzing traffic, improve performances and security using web debuggers

Analyzing traffic, improve performances and security using web debuggers

Using a web debuggers or proxy can be very useful to analyze the traffic of your website, show the performances of your web pages and try to improve both performances and security. Here we see what we can do.

Popular Web debuggers

Improving Security

  • Remove unused headers
  • Scan for vulnerabilities

Improve performances

  • Show the number of HTTP requests
  • Show the size of assets files (css, js and images)
  • Check third party services

Tags