Skip to content

NajlaKSA/fend-mobile-portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing website:

after optimiziation the pagespeed insight's score is over 90. website after optimization in page speed insight

I did this by changing:

  • inline style within html doc.
  • resricted print.css to the printing screen only using media attribute. check the result out.

demo

Pizza.html:

Time to resize pizzas is less than 5 ms thanks to:

  • reducing the number of pizzas loaded to the (from 200 to 25) .
  • replaced querySelector with getElementById or getElementByClassName it's significantly faster
  • moved unnecessary code lines out of the loop in updatePosition().

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.8%
  • HTML 40.6%
  • CSS 2.6%