Code/Web
                
              웹사이트 속도 분석
                codens
                 2019. 7. 23. 17:06
              
              
            
            웹사이트 속도 분석 
https://developers.google.com/speed/pagespeed/insights/ 
https://tools.pingdom.com/ 
//============== 
* nginx gzip 사용하기 
https://www.lesstif.com/pages/viewpage.action?pageId=59343019 
nginx.conf 파일 수정
http {
...
gzip  on; 
gzip_types text/plain text/css text/js text/xml text/javascript application/javascript 
        application/x-javascript application/json application/xml application/rss+xml image/svg+xml;
반응형