개발일기
0307_ YUI Compressor란?
포로리33
2023. 3. 20. 15:19
- YUI Compressor 란?
Yahoo User Interface Library의 약자로
자바스크립트 파일을 압축해주는 프로그램이다.
공백, 줄바꿈, 주석, 리턴 부분 등의 제거를 통해 압축한다.
- 왜 스크립트 파일을 압축해야 할까?
파일의 용량이 줄어듦으로써 사용자는 더 빠르게 로딩할 수 있고
서버는 트래픽이 줄어들기 때문이다. (속도개선의 효과)
- YUI Compressore 다운로드
https://yui.github.io/yuicompressor
YUI Compressor
According to Yahoo!'s Exceptional Performance Team, 40% to 60% of Yahoo!'s users have an empty cache experience and about 20% of all page views are done with an empty cache (see this article by Tenni Theurer on the YUIBlog for more information on browser c
yui.github.io