Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 753 Bytes

#Website Performance Optimization
##Following techniques used:

  • Images are compressed
  • Add async tag to js source to avoid render blocking
  • Use Web Font Loader to load fonts
  • Inline CSS used to optimize CSS delivery
    • Two issues are fixed in views/js/main.js
    • line 455, remove redudant dom searching but keep the variable for using in loop
    • line 508, remove redudant dom searching and keep the scroll variable out of loop and reuse it in loop

Test:

Use PageSpeed Insights to test following pages