G-Radhika / websiteOptimization

Optimized an inefficient web application's JavaScript, CSS and assets delivery, ensuring it runs at 60fps and achieves a PageSpeed score of at least 90.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Performance Optimization portfolio project

Optimize this online portfolio for speed! In particular, optimize the critical rendering path and make this page render as quickly as possible.


1. Open a browser and visit localhost:8080
1. Download and install [ngrok](https://ngrok.com/) to make your local server accessible remotely.

``` bash
$> cd /path/to/your-project-folder
$> ngrok 8080

After optimization the Page Speed Insight gives a score of 96/100 for mobile and 100/100 for user experience.

About

Optimized an inefficient web application's JavaScript, CSS and assets delivery, ensuring it runs at 60fps and achieves a PageSpeed score of at least 90.


Languages

Language:JavaScript 55.6%Language:HTML 38.4%Language:CSS 6.0%