<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gzip &#8211; Blogvaria</title>
	<atom:link href="https://blog.evaria.com/key/gzip/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.evaria.com</link>
	<description>The personal pages</description>
	<lastBuildDate>Tue, 15 Apr 2008 13:59:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">1077093</site>	<item>
		<title>A few WordPress 2.5 tweaks</title>
		<link>https://blog.evaria.com/2008/a-few-wordpress-25-tweaks/</link>
		
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Wed, 16 Apr 2008 13:09:38 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[memory]]></category>
		<guid isPermaLink="false">http://blog.evaria.com/?p=783</guid>

					<description><![CDATA[WordPress 2.5 adds tons of new features, but some disappeared as well. One of them is gzip compression that you could enable/disable from the control panel. On the other hand &#8230; ]]></description>
										<content:encoded><![CDATA[<p>WordPress 2.5 adds tons of new features, but some disappeared as well. One of them is gzip compression that you could enable/disable from the control panel. On the other hand 2.5 introduced &#8220;a few&#8221; new features, among them a secret key for &#8220;salting password&#8221; and the possibility to increase memory allocated to PHP.</p>
<p>I&#8217;ve just finished tweaking my new WordPress 2.5 installation and thought I&#8217;d share a few pointers with the rest of you.</p>
<p><strong>The secret key</strong></p>
<p>Released with <a title="Version 2.5" href="http://codex.wordpress.org/Version_2.5" target="_blank">Version 2.5</a>, this new, optional entry, called <strong>SECRET_KEY</strong>,  causes better encryption of user passwords in the database. The secret key is a unique phrase.</p>
<pre>define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.</pre>
<p><strong>More allocated memory</strong></p>
<p>Also released with <a title="Version 2.5" href="http://codex.wordpress.org/Version_2.5" target="_blank">Version 2.5</a>, the <strong>WP_MEMORY_LIMIT</strong> option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as &#8220;Allowed memory size of xxxxxx bytes exhausted&#8221;.</p>
<p>By default WP is allocating (trying to &#8211; depends on host) 32MB, you can increase this amount by adding e.g.</p>
<pre>define('WP_MEMORY_LIMIT', '64MB');</pre>
<p>in the <em>wp-settings.php</em> file in your WP root directory.</p>
<p><strong>Activate Cache</strong></p>
<p>Similar to above you can activate page caching;</p>
<pre>define('WP_CACHE', true);</pre>
<p>If the <strong>WP_CACHE</strong> setting is set to  <em>true</em>, <a href="http://codex.wordpress.org/Editing_wp-config.php#Cache" target="_blank">the WP developers  states</a> that it will include the <em><tt>wp-content/advanced-cache.php</tt></em> script, when executing <em><tt>wp-settings.php</tt></em>. I for one does not see how this is done as I&#8217;m missing the included file, so if you know how this works please let me know!</p>
<p><strong>GZip Compression</strong></p>
<p>I believe a <a href="http://wordpress.org/support/topic/165449" target="_blank">bug/malfunction in respect to the visual editor</a> caused the removal of the gzip feature from the latest version. However a <a title="GZippy" href="http://wordpress.org/extend/plugins/gzippy/" target="_blank">plugin is available</a> that will re-enable this feature and save precious bandwidth. It simply takes advantage of PHP&#8217;s <a title="ob_gzhandler" href="http://www.php.net/manual/en/function.ob-gzhandler.php" target="_blank">ob_gzhandler</a> function.</p>
<p>I&#8217;d love to hear about more tweaks and rabbits, please feel free to share!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">783</post-id>	</item>
	</channel>
</rss>
