<?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>PHP Trivandrum &#187; speedup php pages</title>
	<atom:link href="http://www.php-trivandrum.org/tag/speedup-php-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-trivandrum.org</link>
	<description>Get addicted to PHP</description>
	<lastBuildDate>Tue, 22 Jun 2010 02:56:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speeding up Wordpress home page</title>
		<link>http://www.php-trivandrum.org/general-articles/speeding-up-wordpress-home-page/</link>
		<comments>http://www.php-trivandrum.org/general-articles/speeding-up-wordpress-home-page/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:33:26 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[speedup php pages]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/general-articles/speeding-up-wordpress-home-page/</guid>
		<description><![CDATA[After about an year, since we launched Asianet News Portal the home page with all the complications had started to show a dead slow performance, and by using our Query Profiler, I could identify the bottleneck as the number of queries, and wordpress itself was telling the status as 48 queries in 6.344&#160; seconds. Now [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/general-articles/speeding-up-wordpress-home-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress object caching in file system</title>
		<link>http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system/</link>
		<comments>http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system/#comments</comments>
		<pubDate>Tue, 12 May 2009 01:07:20 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[speedup php pages]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=260</guid>
		<description><![CDATA[During the past couple of months, since we are maintaining a heavily loaded wordpress implementation, Kerala News Portal for Asianet, distributed across two servers, and having a daily visit of 50K, I was on the hunt for better caching and optimizing techniques. On the move, I happened to read the article by Jeff Starr, written [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Opcode Caches, switching between</title>
		<link>http://www.php-trivandrum.org/code-snippets/php-opcode-caches-switching-between/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/php-opcode-caches-switching-between/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:21:37 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[speedup php pages]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=245</guid>
		<description><![CDATA[Opcode Cache
A PHP accelerator is an extension designed to boost the performance of software applications written using the PHP programming language. Most PHP accelerators work by caching the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request (some or all of which may never even be [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/php-opcode-caches-switching-between/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tunning (tuning) Wordpress</title>
		<link>http://www.php-trivandrum.org/code-snippets/tunning-wordpress/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/tunning-wordpress/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 16:48:37 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[speedup php pages]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=232</guid>
		<description><![CDATA[Tweaking the wordpress 404 template such that error pages for images and other linked items do not go the full blown 404 error page.]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/tunning-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use variables in SQL</title>
		<link>http://www.php-trivandrum.org/mysql/use-variables-in-sql/</link>
		<comments>http://www.php-trivandrum.org/mysql/use-variables-in-sql/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 19:00:18 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[speedup php pages]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/tips/use-variables-in-sql.html</guid>
		<description><![CDATA[What was that ?
Yes.. I mean use variables in SQL.  This can be quite interesting, though there may be a lot of people who might comment, that this kills readability,  or does not induce even a ray of benefit, well I am not into an argument. And the method I am testing only [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/mysql/use-variables-in-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 PHP optimization tips</title>
		<link>http://www.php-trivandrum.org/uncategorized/12-php-optimization-tips/</link>
		<comments>http://www.php-trivandrum.org/uncategorized/12-php-optimization-tips/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 17:47:24 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fast code]]></category>
		<category><![CDATA[speedup php pages]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2007/01/24/12-php-optimization-tips/</guid>
		<description><![CDATA[
If a method can be static, declare it static. Speed improvement is by a factor of 4.
Avoid magic like __get, __set, __autoload
require_once() is expensive
Use full paths in includes and requires, less time spent on resolving the OS paths.
If you need to find out the time when the script started executing, $_SERVER[â€™REQUEST_TIMEâ€™] is preferred to time()
See [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/uncategorized/12-php-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Quotes or No quotes in associative Array?</title>
		<link>http://www.php-trivandrum.org/tips/quotes-or-no-quotes-in-associative-array/</link>
		<comments>http://www.php-trivandrum.org/tips/quotes-or-no-quotes-in-associative-array/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 18:28:48 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[speedup php pages]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2006/09/14/quotes-or-no-quotes-in-associative-array/</guid>
		<description><![CDATA[Our team was having a debate on why we should put a &#8216; (single quote) when referencing arrays in php. Well what is the problem if we use $_SESSION[key], instead of $_SESSION['key'].
Well when you think that when encountering non functions or keywords, php tries to evaluate it as a declared constant. So referencing  $_SESSION['key'] [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/tips/quotes-or-no-quotes-in-associative-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Quotes vs Double Quotes!</title>
		<link>http://www.php-trivandrum.org/tips/single-quotes-vs-double-quotes/</link>
		<comments>http://www.php-trivandrum.org/tips/single-quotes-vs-double-quotes/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 18:22:48 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[speedup php pages]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2006/09/14/single-quotes-vs-double-quotes/</guid>
		<description><![CDATA[I recommend using &#8216; (single quotes) when programming with PHP; Always use &#8216; (single quotes) unless you need the features of &#8221; (double quotes). You might think it&#8217;s much easier to write code as:
echo "Today is the $day of $month";
However, using single quotes forces variables to be outside the quotes; instead when you use the [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/tips/single-quotes-vs-double-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimizing PHP Scripts</title>
		<link>http://www.php-trivandrum.org/uncategorized/search-engine-optimizing-php-scripts/</link>
		<comments>http://www.php-trivandrum.org/uncategorized/search-engine-optimizing-php-scripts/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 16:16:14 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[speedup php pages]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2006/06/28/search-engine-optimizing-php-scripts/</guid>
		<description><![CDATA[PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here is an overview of the major issues encountered when trying to optimize PHP script for search engines. While this focuses on PHP much of it is still relevant to SEO ing dynamic pages in general.
PHP [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/uncategorized/search-engine-optimizing-php-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
