This project analyzes the performance of websites using Python by measuring key metrics such as response time, page speed, and uptime. It helps in identifying optimization opportunities to enhance website performance.
- Measure website response time and load speed
- Extract performance metrics using Python libraries
- Analyze website uptime and availability
- Visualize insights using charts
- Python
- Requests
- BeautifulSoup
- Matplotlib
- Clone the repository:
git clone https://github.com/veydant-katyal/website-performance-analysis.git cd website-performance-analysis
- Run the colab notebook:
load and run notebook on google colab.
This project is open-source and available under the MIT License.