Skip to content

jornki/performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance demos

This repository contain several web-application and web page demos with regards to performance optimizations. Navigate into the individual demos to read more and to get the code.

Demos

Quicktips

  • Did you know that it is much more efficient to place a background image on the body tag than the typical wrapper tag?
  • Did you know that placing scrolling listeners on an element disables hardware accelerated scrolling?
  • Setting the width and the height of an image allows the browser to calculate the metrics of the page way faster and helps avoid reflows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors