<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">글걸이: Minify-자바스크립트-CSS-전송량-줄이기-1에 달린 최근 덧글/걸린글 목록</title>
  <id>https://pat.im/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="https://pat.im/" />
  <subtitle type="html">적어도 한 발은 느린 뒷북 블로그</subtitle>
  <updated>2025-10-16T09:55:06+09:00</updated>
  <generator>Textcube 2.0.0 : Beta 3 : inquieto</generator>
  <entry>
    <title type="html">SCAC님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67727" />
    <author>
      <name>SCAC</name>
    </author>
    <id>https://pat.im/657#comment67727</id>
    <published>2010-02-08T09:28:44+09:00</published>
    <summary type="html">유용하네요. ㅎㅎ 

전 minify를 최상위 루트에 설치했는데..
텍스트큐브는 tc폴더에 설치되어 있습니다.
tc폴더에 .htaccess
 RewriteRule ^(.*\.(css|js))$ ./min/index.php?f=$1 [L]

를 넣어도 작동이 안되더군요;
이곳을 보면 css나 javascript 다 gzip가 적용되어 있던데 어떻게 해야 할까요?</summary>
  </entry>
  <entry>
    <title type="html">팥빙산님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67728" />
    <author>
      <name>팥빙산</name>
    </author>
    <id>https://pat.im/657#comment67728</id>
    <published>2010-02-08T13:34:47+09:00</published>
    <summary type="html">잘못 이야기한 부분이 있습니다.
위 글에 /min을 &amp;#039;되도록 누리집의 뿌리 경로(public_html)&amp;#039;에 올린다고 했는데, &amp;#039;CSS와 JS의 경로를 좌우하는 .htaccess의 경로 안&amp;#039;으로 고칩니다.

/min도 /tc 안으로 들어와야 /tc/.htaccess의 영향권 안에서 작동할 수 있을 겁니다. 

참고로 말씀 드리면 이 블로그는 서브도메인의 뿌리에 블로그(텍스트큐브)와 /min이 설치되어 있습니다.</summary>
  </entry>
  <entry>
    <title type="html">amond님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67732" />
    <author>
      <name>amond</name>
    </author>
    <id>https://pat.im/657#comment67732</id>
    <published>2010-05-11T00:01:35+09:00</published>
    <summary type="html">아주 유용한 글이었습니다.
당장에 적용하고 사용하고 있습니다
좋은 정보 감사드립니다</summary>
  </entry>
  <entry>
    <title type="html">팥빙산님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67733" />
    <author>
      <name>팥빙산</name>
    </author>
    <id>https://pat.im/657#comment67733</id>
    <published>2010-05-11T11:05:01+09:00</published>
    <summary type="html">부족한 글인데, 바로 이용하셨다니 기쁘네요.</summary>
  </entry>
  <entry>
    <title type="html">BoniK님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67734" />
    <author>
      <name>BoniK</name>
    </author>
    <id>https://pat.im/657#comment67734</id>
    <published>2012-03-28T21:23:32+09:00</published>
    <summary type="html">좋은 정보 감사합니다. 질문이 있어서 리플을 남기게 됐습니다.
XE 1.5.18사용중이고 XE는
/public_html/에 설치되어 있습니다.
/public_html/addons, 
/public_html/classes, 
/public_html/common,....
/public_html/modules,.....
이런식으로 경로가 되어 있습니다.

min폴더를 최상위인
/min/에다가 복사해야 하나요?
/public_html/min에다가 복사해야 하나요?
일단은 /public_html/min 에다가 복사해놓았습니다.

그리고 .htaccess파일이 두개가 있습니다.
/public_html/.htaccess가 있고
/public_html/min/.htaccess 가 있는데 둘 중에 어떤 것을 수정해야 하나요?

계속 씨름 하다보니 캐시파일이 생기기는 하는데 (제대로 했는지도 모르겠구요.)
이상하게도 
http://www.whatsmyip.org/http-compression-test/
에서 테스트하면 압축이 됐다고 나오는데
https://developers.google.com/
에 들어가보면 js, css파일을 압축하라고 나옵니다. 누굴 믿어야 할지요. -_-</summary>
  </entry>
  <entry>
    <title type="html">팥알님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67735" />
    <author>
      <name>팥알</name>
    </author>
    <id>https://pat.im/657#comment67735</id>
    <published>2012-03-28T23:41:26+09:00</published>
    <summary type="html">아파치 서버의 설정 파일(httpd.conf)을 건드리지 않는다면 /public_html 안에 minify를 두어야 웹 풀그림이 minify가 압축한 css 또는 js 파일을 쓸 수 있습니다.

/public_html에 XE를 갈았을 때는 minify는 /public_html/min/에 깔고 /public_html/.htaccess에
&amp;quot;RewriteRule ^(.*\.(css|js))$ /min/index.php?f=$1 [L]&amp;quot;를 끼워 넣으면 됩니다.

캐시 파일이 생기고 있고 whatsmyip.org에서 gzip 전송이 되고 있다고 나오면 잘 되고 있는 것입니다. 단, whatsmyip.org는 빈칸/빈줄을 줄이는 압축을 하는지는 판단하지 않는데, css/js 파일을 편집기로 열어 보면 빈칸을 없애는 압축이 이루어지는지들 눈으로 알 수 있습니다. 구글에서 쓰는 방식이 YUI 방식 따위보다 압축률이 살짝 더 높아서 압축하라는 이야기가 나오는 것 같습니다.</summary>
  </entry>
  <entry>
    <title type="html">BoniK님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67736" />
    <author>
      <name>BoniK</name>
    </author>
    <id>https://pat.im/657#comment67736</id>
    <published>2012-03-29T16:41:30+09:00</published>
    <summary type="html">답변 정말 감사합니다. 다른데서는 물어봐도 제대로 답변해주는 분이 없었는데 팥알님 내공이 상당함을 느끼고 갑니다.</summary>
  </entry>
  <entry>
    <title type="html">팥알님의 덧글</title>
    <link rel="alternate" type="text/html" href="https://pat.im/657#comment67737" />
    <author>
      <name>팥알</name>
    </author>
    <id>https://pat.im/657#comment67737</id>
    <published>2012-03-30T11:13:22+09:00</published>
    <summary type="html">그리 말씀하시니 쑥스럽네요.
minify를 까는 과정은 알고 보면 어렵지 않지만, 조금 지나면 어떻게 했는지 헷갈리더군요.
글로 적어 놓은 보람을 보는 것이지 내공 때문은 아닌 것 같습니다.^^</summary>
  </entry>
</feed>
