Skip to content

Ayush3401/performance-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

286 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Analyser

Status GitHub Pull Requests


This is a website created using React, which is used for analysing network requests

📝 Table of Contents

🧐 About

The main objective of the project is to analyse the main thread blocking time by third party scripts and optimise it by offloading them to a service worker. This repositiory contains te source code for the Analyser Tool which serves the purpose of analysing various network requests made by websites.

🏁 Getting Started


To install on MacOS/Linux:

Step 1: Download NVM with Install Script using cURL and set environment variables:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
echo 'export PATH=/usr/local/bin:$PATH' >>~/.bash\_profile
source ~/.bashrc

Step 2: Install the Latest Node Version Using NVM

nvm install node

Installing

To get the development environment running:

npm install
npm start

🚀 Deployment

The system can be deployed to a server using the following commands:

npm build

⛏️ Built Using

✍️ Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors