Skip to content

Instantly share code, notes, and snippets.

@jefffis
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefffis/32f1f4cbea2231ff9d2e to your computer and use it in GitHub Desktop.
Save jefffis/32f1f4cbea2231ff9d2e to your computer and use it in GitHub Desktop.
Mobile Chrome downloads the apple-touch-icon-precomposed image onLoad
<!--
chrome will start downloading this when the page renders
this can cause serious scroll lag if the image is not properly optimized
-->
<link rel="apple-touch-icon-precomposed" href="{url_here}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment