Skip to content

This Chrome extension helps developers analyze website performance by providing key metrics such as load time, first contentful paint, DOM content loaded time, and the number of resources used. With a simple click, users can gain insights into a webpage's performance, helping them optimize speed and efficiency for a better user experience.

Notifications You must be signed in to change notification settings

ashishguleria04/Website-Performance-Analyzer-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance Analyzer Extension

Icon

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.

Features

  • 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.

Installation

  1. Clone the Repository:
    git clone https://github.com/ashishguleria04/Website-Performance-Analyzer-Extention.git
    
    

Usage

  1. Open Chrome and navigate to chrome://extensions/.
  2. Enable Developer Mode (top right corner).
  3. Click on Load unpacked and select the folder where you cloned the project.

Metrics Explained

  1. Load Time: The total time from when the page starts loading until it's fully rendered.
  2. First Contentful Paint (FCP): Time taken for the first bit of content (e.g., text, image) to appear on the screen.
  3. DOM Content Loaded: Time when the document's DOM is fully loaded and parsed, excluding stylesheets and images.
  4. Resource Count: Number of resources like images, scripts, and stylesheets that were loaded by the page.

About

This Chrome extension helps developers analyze website performance by providing key metrics such as load time, first contentful paint, DOM content loaded time, and the number of resources used. With a simple click, users can gain insights into a webpage's performance, helping them optimize speed and efficiency for a better user experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published