
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
- Fiddler
- Burp Suite by PortSwigger
- Charles web debugger proxy
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