Skip to content

soraya2/project-part-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimisation Audit

The goal of this project was to optimize the website of the open source project part-up. I optimized the website using techniques like critical CSS, uglify and concatenated javascript, img optimization, lazy loading and async font loading with the css font api.

Internet speed

2G (150ms, 300kb/s, 150kb/s)

No optimisation

  • Requests: 42
  • Transfered: 6.3MB
  • DOMContentLoaded: 3min
  • Load: 3.5min

alt tag

Js Opitmized

Bundeld and uglified javascript

  • Requests: 20
  • Transfered: 343KB
  • DOMContentLoaded: 40.68s
  • Load: 40.68

alt tag

Optimized images

resized, compressed images and added webp format

  • Requests: 20
  • Transfered: 2.9MB
  • DOMContentLoaded: 700ms
  • Load: 31.73s

alt tag

Total

  • Requests: 24
  • Transfered: 484kb
  • DOMContentLoaded: 6.78s
  • Load: 11.46s

alt tag

Before Google Pagespeed Insight

alt tag

Final Google Pagespeed Insight

alt tag

Results compared with first test

Start

  • Requests: 38
  • Transfered: 3.3MB
  • DOMContentLoaded: 3min
  • Total load: 3.5min

End

  • Requests: 24
  • Transfered: 484kb
  • DOMContentLoaded: 6.78s
  • Total load: 11,46s