A simple Chrome extension that analyzes website performance metrics, providing insights on load time, first contentful paint, DOM content loaded time, and resource count. This tool is designed to help developers optimize their websites for faster and more efficient performance.
- Load Time: Measure how long it takes for a webpage to fully load.
- First Contentful Paint: Track the time when the first content appears on the screen.
- DOM Content Loaded: Get the time when the DOM is fully loaded and parsed.
- Resource Count: View the number of resources loaded by the webpage.
- Clone the Repository:
git clone https://github.com/ashishguleria04/Website-Performance-Analyzer-Extention.git
- Open Chrome and navigate to chrome://extensions/.
- Enable Developer Mode (top right corner).
- Click on Load unpacked and select the folder where you cloned the project.
- Load Time: The total time from when the page starts loading until it's fully rendered.
- First Contentful Paint (FCP): Time taken for the first bit of content (e.g., text, image) to appear on the screen.
- DOM Content Loaded: Time when the document's DOM is fully loaded and parsed, excluding stylesheets and images.
- Resource Count: Number of resources like images, scripts, and stylesheets that were loaded by the page.