Skip to content

RabbitKevin/Project4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published