Created
April 28, 2015 04:28
-
-
Save jokosusilo/fac13c7bb6dd761a9966 to your computer and use it in GitHub Desktop.
Beberapa hal yang bisa dilakukan untuk mempercepat loading dan optimaliasi website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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