<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>글걸이: Minify-자바스크립트-CSS-전송량-줄이기-1에 달린 최근 덧글/걸린글 목록</title>
		<link>https://pat.im/</link>
		<description>적어도 한 발은 느린 뒷북 블로그</description>
		<language>ko</language>
		<pubDate>Wed, 15 Oct 2025 15:42:24 +0900</pubDate>
		<generator>Textcube 2.0.0 : Beta 3 : inquieto</generator>
		<item>
			<title>SCAC님의 덧글</title>
			<link>https://pat.im/657#comment67727</link>
			<description>유용하네요. ㅎㅎ 

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

를 넣어도 작동이 안되더군요;
이곳을 보면 css나 javascript 다 gzip가 적용되어 있던데 어떻게 해야 할까요?</description>
			<author>SCAC</author>
			<guid>https://pat.im/657#comment67727</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Mon, 08 Feb 2010 09:28:44 +0900</pubDate>
		</item>
		<item>
			<title>팥빙산님의 덧글</title>
			<link>https://pat.im/657#comment67728</link>
			<description>잘못 이야기한 부분이 있습니다.
위 글에 /min을 &amp;#039;되도록 누리집의 뿌리 경로(public_html)&amp;#039;에 올린다고 했는데, &amp;#039;CSS와 JS의 경로를 좌우하는 .htaccess의 경로 안&amp;#039;으로 고칩니다.

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

참고로 말씀 드리면 이 블로그는 서브도메인의 뿌리에 블로그(텍스트큐브)와 /min이 설치되어 있습니다.</description>
			<author>팥빙산</author>
			<guid>https://pat.im/657#comment67728</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Mon, 08 Feb 2010 13:34:47 +0900</pubDate>
		</item>
		<item>
			<title>amond님의 덧글</title>
			<link>https://pat.im/657#comment67732</link>
			<description>아주 유용한 글이었습니다.
당장에 적용하고 사용하고 있습니다
좋은 정보 감사드립니다</description>
			<author>amond</author>
			<guid>https://pat.im/657#comment67732</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Tue, 11 May 2010 00:01:35 +0900</pubDate>
		</item>
		<item>
			<title>팥빙산님의 덧글</title>
			<link>https://pat.im/657#comment67733</link>
			<description>부족한 글인데, 바로 이용하셨다니 기쁘네요.</description>
			<author>팥빙산</author>
			<guid>https://pat.im/657#comment67733</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Tue, 11 May 2010 11:05:01 +0900</pubDate>
		</item>
		<item>
			<title>BoniK님의 덧글</title>
			<link>https://pat.im/657#comment67734</link>
			<description>좋은 정보 감사합니다. 질문이 있어서 리플을 남기게 됐습니다.
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파일을 압축하라고 나옵니다. 누굴 믿어야 할지요. -_-</description>
			<author>BoniK</author>
			<guid>https://pat.im/657#comment67734</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Wed, 28 Mar 2012 21:23:32 +0900</pubDate>
		</item>
		<item>
			<title>팥알님의 덧글</title>
			<link>https://pat.im/657#comment67735</link>
			<description>아파치 서버의 설정 파일(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 방식 따위보다 압축률이 살짝 더 높아서 압축하라는 이야기가 나오는 것 같습니다.</description>
			<author>팥알</author>
			<guid>https://pat.im/657#comment67735</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Wed, 28 Mar 2012 23:41:26 +0900</pubDate>
		</item>
		<item>
			<title>BoniK님의 덧글</title>
			<link>https://pat.im/657#comment67736</link>
			<description>답변 정말 감사합니다. 다른데서는 물어봐도 제대로 답변해주는 분이 없었는데 팥알님 내공이 상당함을 느끼고 갑니다.</description>
			<author>BoniK</author>
			<guid>https://pat.im/657#comment67736</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Thu, 29 Mar 2012 16:41:30 +0900</pubDate>
		</item>
		<item>
			<title>팥알님의 덧글</title>
			<link>https://pat.im/657#comment67737</link>
			<description>그리 말씀하시니 쑥스럽네요.
minify를 까는 과정은 알고 보면 어렵지 않지만, 조금 지나면 어떻게 했는지 헷갈리더군요.
글로 적어 놓은 보람을 보는 것이지 내공 때문은 아닌 것 같습니다.^^</description>
			<author>팥알</author>
			<guid>https://pat.im/657#comment67737</guid>
			<comments>https://pat.im/657#comment</comments>
			<pubDate>Fri, 30 Mar 2012 11:13:22 +0900</pubDate>
		</item>
	</channel>
</rss>
