Skip to content

drewskix86/mobile-portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website performance optimisation exercise

This example is from the Udacity Critical Rendering Path course and is designed to allow you to apply different optimization techniques to optimise the rendering and improve loading time performance of the pages and files.

Getting started

Start by creating an account (if you haven't used Github before) and then fork this repository by clicking on 'Fork' on the top right corner of this page).

Objective: Optimise PageSpeed Insights score for index.html

There are different ways to use Github, but we are going to keep things as simple as possible. Start by reviewing the current PageSpeed Insights score by finding the URL of your forked repository (e.g. https://github.com/benjaminmangold/mobile-portfolio/master/index.html), copy everything after the domain (e.g. /benjaminmangold/mobile-portfolio/index.html) and adding it after https://rawgit.com – so that it becomes: https://rawgit.com/benjaminmangold/mobile-portfolio/master/index.html

This new URL allows you to navigate to your page and preview changes that you make to the code. (Please note that changes can take a few minutes to be reflected on the rawgit.com domain.)

Now you can navigate to https://developers.google.com/speed/pagespeed/insights/ and enter this new URL to see the current score for the page.

The objective is to apply the techniques covered to improve the score of the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • HTML 38.0%
  • CSS 1.6%