<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Speeding up Coppermine with htaccess</title>
	<atom:link href="http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/</link>
	<description>Our take on technology, programming and opensource</description>
	<lastBuildDate>Tue, 08 Mar 2011 16:28:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Sergey Lempert</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-51582</link>
		<dc:creator>Sergey Lempert</dc:creator>
		<pubDate>Fri, 26 Nov 2010 14:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-51582</guid>
		<description>I haven&#039;t notices significant speedup after applying this method. Will think about another open source image gallery...</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t notices significant speedup after applying this method. Will think about another open source image gallery&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Louboutin</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-41027</link>
		<dc:creator>Christian Louboutin</dc:creator>
		<pubDate>Fri, 16 Jul 2010 01:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-41027</guid>
		<description>The blog’s comment section is not the right place to discuss individual issues, as there is no support provided here. And this IS an individual issue imo. As Aditya suggested, output compression works best for completely static stuff like CSS and JS files.</description>
		<content:encoded><![CDATA[<p>The blog’s comment section is not the right place to discuss individual issues, as there is no support provided here. And this IS an individual issue imo. As Aditya suggested, output compression works best for completely static stuff like CSS and JS files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shure Microphones</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-40804</link>
		<dc:creator>Shure Microphones</dc:creator>
		<pubDate>Mon, 12 Jul 2010 06:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-40804</guid>
		<description>As I searched on Coppermine Forum , Coppermine Galley is not suitable for GZIP compression. Every topic on gzip topic ends with the fact that for coppermine gzip is not working. Is that true ? Thanks for your reply.</description>
		<content:encoded><![CDATA[<p>As I searched on Coppermine Forum , Coppermine Galley is not suitable for GZIP compression. Every topic on gzip topic ends with the fact that for coppermine gzip is not working. Is that true ? Thanks for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durangod</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-32200</link>
		<dc:creator>Durangod</dc:creator>
		<pubDate>Fri, 08 Jan 2010 15:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-32200</guid>
		<description>Just fyi if you have lunar pages hosting and your on a shared server then part one of this is not available.</description>
		<content:encoded><![CDATA[<p>Just fyi if you have lunar pages hosting and your on a shared server then part one of this is not available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speeding up Coppermine with htaccess at CPG Dev Team Blog Scripts Rss</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-30229</link>
		<dc:creator>Speeding up Coppermine with htaccess at CPG Dev Team Blog Scripts Rss</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-30229</guid>
		<description>[...] here to read the rest:  Speeding up Coppermine with htaccess at CPG Dev Team Blog          By admin &#124; category: Coppermine, Object &#124; tags: Coppermine, days-galleries, does-not, [...]</description>
		<content:encoded><![CDATA[<p>[...] here to read the rest:  Speeding up Coppermine with htaccess at CPG Dev Team Blog          By admin | category: Coppermine, Object | tags: Coppermine, days-galleries, does-not, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Müller</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27619</link>
		<dc:creator>Joachim Müller</dc:creator>
		<pubDate>Thu, 24 Sep 2009 08:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27619</guid>
		<description>afaik output compression doesn&#039;t work well with output buffering being used by PHP scripts. But that&#039;s what Coppermine does frequently (even nested output buffering) and that&#039;s imo the culprit. However, the blog&#039;s comment section is not the right place to discuss individual issues, as there is no support provided here. And this IS an individual issue imo. As Aditya suggested, output compression works best for completely static stuff like CSS and JS files. There is comparatively small benefit for dynamically created files, and there&#039;s absolutely no caching effects if you have any random content enabled.
I strongly suggest to continue this discussion on the support board, as your questions are not generally discussing output compression nor the htaccess technology that this blog posting is about. What you request is help with the reduction of your gallery&#039;s index page output if I understand this right. If you already have output compression working elsewhere, this article was not meant for you, as you then are already aware about the underlying technology.

Joachim Müller (aka GauGau)</description>
		<content:encoded><![CDATA[<p>afaik output compression doesn&#8217;t work well with output buffering being used by PHP scripts. But that&#8217;s what Coppermine does frequently (even nested output buffering) and that&#8217;s imo the culprit. However, the blog&#8217;s comment section is not the right place to discuss individual issues, as there is no support provided here. And this IS an individual issue imo. As Aditya suggested, output compression works best for completely static stuff like CSS and JS files. There is comparatively small benefit for dynamically created files, and there&#8217;s absolutely no caching effects if you have any random content enabled.<br />
I strongly suggest to continue this discussion on the support board, as your questions are not generally discussing output compression nor the htaccess technology that this blog posting is about. What you request is help with the reduction of your gallery&#8217;s index page output if I understand this right. If you already have output compression working elsewhere, this article was not meant for you, as you then are already aware about the underlying technology.</p>
<p>Joachim Müller (aka GauGau)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya Mooley</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27404</link>
		<dc:creator>Aditya Mooley</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27404</guid>
		<description>@twist3r: I will recommend checking your site with YSlow for compression. It will tell you exactly which files are not gzipped.

Also, here we are mainly dealing with gzipping CSS and JS files and caching images to make them load faster next time.

Finally, a link to your site would have been helpful.</description>
		<content:encoded><![CDATA[<p>@twist3r: I will recommend checking your site with YSlow for compression. It will tell you exactly which files are not gzipped.</p>
<p>Also, here we are mainly dealing with gzipping CSS and JS files and caching images to make them load faster next time.</p>
<p>Finally, a link to your site would have been helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twist3r</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27386</link>
		<dc:creator>twist3r</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27386</guid>
		<description>I understand that on a images gallery gzip is not so important, but let&#039;s take the fact that my index page is almost 156KB size and with first level of compression it will be 10,522 KB (not sure if it&#039;s true, I just made a test).

So for me it&#039;s pretty important. I just don&#039;t understand why on others pages for my website it works, but for coppermine index page doesen&#039;t.

Still, thanks for reply.</description>
		<content:encoded><![CDATA[<p>I understand that on a images gallery gzip is not so important, but let&#8217;s take the fact that my index page is almost 156KB size and with first level of compression it will be 10,522 KB (not sure if it&#8217;s true, I just made a test).</p>
<p>So for me it&#8217;s pretty important. I just don&#8217;t understand why on others pages for my website it works, but for coppermine index page doesen&#8217;t.</p>
<p>Still, thanks for reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas Ali</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27385</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27385</guid>
		<description>@twist3r: Few threads on coppermine forum mention that gzip does not help much in case of image galleries. However now a days galleries tend to be bigger with lots of photos. In such cases the html code increases and using compression will help.

Coppermine does not control gzip compression nor does it affect the compression behavior. So if it is not working on your server then the root issue might be something else.

You are good enough if other things like Expire headers are working on your site.</description>
		<content:encoded><![CDATA[<p>@twist3r: Few threads on coppermine forum mention that gzip does not help much in case of image galleries. However now a days galleries tend to be bigger with lots of photos. In such cases the html code increases and using compression will help.</p>
<p>Coppermine does not control gzip compression nor does it affect the compression behavior. So if it is not working on your server then the root issue might be something else.</p>
<p>You are good enough if other things like Expire headers are working on your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twist3r</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27379</link>
		<dc:creator>twist3r</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27379</guid>
		<description>As I searched on Coppermine Forum , Coppermine Galley is not suitable for GZIP compression. Every topic on gzip topic ends with the fact that for coppermine gzip is not working. Is that true ?</description>
		<content:encoded><![CDATA[<p>As I searched on Coppermine Forum , Coppermine Galley is not suitable for GZIP compression. Every topic on gzip topic ends with the fact that for coppermine gzip is not working. Is that true ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

