Skip to content

Instantly share code, notes, and snippets.

@jokosusilo
Created April 28, 2015 04:28
Show Gist options
  • Save jokosusilo/9d6dd0c3b37aa223ee8f to your computer and use it in GitHub Desktop.
Save jokosusilo/9d6dd0c3b37aa223ee8f to your computer and use it in GitHub Desktop.
Beberapa hal yang bisa dilakukan untuk mempercepat loading dan optimaliasi website
minification of files
zipping css / js files
pulling all css files into one
pulling all js files into one
creating image sprites that combined many images into one big sprite
avoid using IE specific css expressions
using a cdn to serve files
loading js at bottom of page
serving files from a different domain
serving files asynchronously after page has loaded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment