<?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>Active collab, Expression engine, Joomla projects &#187; Joomla</title>
	<atom:link href="http://www.tinkama.com/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tinkama.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 02 Mar 2010 09:41:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla performance improvement: module caching</title>
		<link>http://www.tinkama.com/joomla-performance-improvment-module-caching/</link>
		<comments>http://www.tinkama.com/joomla-performance-improvment-module-caching/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 10:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.tinkama.com/?p=32</guid>
		<description><![CDATA[This trick will dramatically improve&#160; your Joomla performance, if you running Joomla 1.0. It&#8217;s very easy to implement. As you now Joomla modules are one of most server CPU requiring applications.
First of all, enable global caching:
Site &#62; Global configuration &#62; Cache&#160; and check Caching to yes.

Now it will cache only some of modules, which has [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This trick will dramatically improve&#160; your Joomla performance, if you running Joomla 1.0. It&#8217;s very easy to implement. As you now Joomla modules are one of most server CPU requiring applications.</p>
<p>First of all, enable global caching:</p>
<blockquote><p>Site &gt; Global configuration &gt; Cache&#160; and check Caching to yes.</p>
</blockquote>
<p>Now it will cache only some of modules, which has caching enable. But best off all, you can enable caching to any module! To do that you will have:</p>
<ul>
<li>Open any module .xml file. If you open /modules folder, there you will see two module files in most cases: module_name.php and module_name.xml . Open both of them module_name.xml </li>
<li>Add right after “&lt;params&gt;”:</li>
<blockquote><p>&lt;param name=&quot;cache&quot; type=&quot;radio&quot; default=&quot;0&quot; label=&quot;Enable Cache&quot; description=&quot;Select whether to cache the content of this module&quot;&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;option value=&quot;0&quot;&gt;No&lt;/option&gt;        <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;option value=&quot;1&quot;&gt;Yes&lt;/option&gt;        <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/param&gt;</p>
</blockquote>
</ul>
<p>&#160;</p>
<p>Now go the this module preferences in Joomla Modules administration. Enable Caching to yes.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tinkama.com/joomla-performance-improvment-module-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

