#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
- 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
- Two issues are fixed in views/js/main.js
Use PageSpeed Insights to test following pages