<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Performance on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/performance/</link>
		<description>Recent content in Performance on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Fri, 27 Jun 2014 20:00:12 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/performance/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Talk: Blazing Data with Redis - Dutch PHP Conference 2014</title>
				<link>https://www.justincarmony.com/2014/06/27/talk-blazing-data-with-redis-dutch-php-conference-2014/</link>
				<pubDate>Fri, 27 Jun 2014 20:00:12 +0000</pubDate>
				<guid>https://www.justincarmony.com/2014/06/27/talk-blazing-data-with-redis-dutch-php-conference-2014/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/redis-dutch-php-conf-14&#34;&gt;https://speakerdeck.com/justincarmony/redis-dutch-php-conf-14&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;resources&#34;&gt;Resources&lt;/h2&gt;&#xA;&lt;p&gt;Demo GitHub Repo: &lt;a href=&#34;https://github.com/justincarmony/fun-with-redis-2&#34;&gt;https://github.com/justincarmony/fun-with-redis-2&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: Top to Bottom PHP Profiling - Lone Star PHP 2014</title>
				<link>https://www.justincarmony.com/2014/04/26/talk-top-to-bottom-php-profiling-lone-star-php-2014/</link>
				<pubDate>Sat, 26 Apr 2014 20:00:04 +0000</pubDate>
				<guid>https://www.justincarmony.com/2014/04/26/talk-top-to-bottom-php-profiling-lone-star-php-2014/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/top-to-bottom-php-profiling&#34;&gt;https://speakerdeck.com/justincarmony/top-to-bottom-php-profiling&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: Blazing Data with Redis - True North PHP 2013</title>
				<link>https://www.justincarmony.com/2013/11/09/talk-blazing-data-with-redis-true-north-php-2013/</link>
				<pubDate>Sat, 09 Nov 2013 20:00:32 +0000</pubDate>
				<guid>https://www.justincarmony.com/2013/11/09/talk-blazing-data-with-redis-true-north-php-2013/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/blazing-data-with-redis-truenorthphp&#34;&gt;https://speakerdeck.com/justincarmony/blazing-data-with-redis-truenorthphp&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: Blazing Data with Redis - PHP Tek 2012</title>
				<link>https://www.justincarmony.com/2012/05/23/talk-blazing-data-with-redis-php-tek-2012/</link>
				<pubDate>Wed, 23 May 2012 20:00:23 +0000</pubDate>
				<guid>https://www.justincarmony.com/2012/05/23/talk-blazing-data-with-redis-php-tek-2012/</guid>
				<description>&lt;p&gt;This talk has a special place in my heart. It was the first talk I ever gave at a larger conference. The conference paid for my hotel and airfare, and I gave the presentation in front of over a hundred people. At the time, it was my personal goal to present at PHP Tek, and I had finally achieved it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.slideshare.net/JustinCarmony/blazing-data-with-redis-20&#34;&gt;https://www.slideshare.net/JustinCarmony/blazing-data-with-redis-20&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;embed&#34;&gt;&#xA;  &lt;iframe src=&#34;https://www.slideshare.net/slideshow/embed_code/13049093&#34;&#xA;          title=&#34;SlideShare presentation&#34; loading=&#34;lazy&#34;&#xA;          allowfullscreen frameborder=&#34;0&#34;&gt;&lt;/iframe&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>PHP-FPM, Nginx, PHP_VALUE, and Multiple Values</title>
				<link>https://www.justincarmony.com/2012/04/24/php-fpm-nginx-php_value-and-multiple-values/</link>
				<pubDate>Tue, 24 Apr 2012 05:34:57 +0000</pubDate>
				<guid>https://www.justincarmony.com/2012/04/24/php-fpm-nginx-php_value-and-multiple-values/</guid>
				<description>&lt;p&gt;Quick little post on a problem I had while trying to use &lt;a href=&#34;http://phpadvent.org/2010/profiling-with-xhgui-by-paul-reinheimer&#34;&gt;XHGui&lt;/a&gt; with my Nginx/PHP-FPM setup. I needed to be able to pass the auto_prepend_file and auto_append_file settings to PHP-FPM from Nginx. In apache you can declare multiple php_value settings. However, when I did the same in nginx, it would only reflect the second setting. Turns out you need to set all of your php_value&amp;rsquo;s in Nginx in a single string, and you separate them by new line characters. Here is how it should look:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: Profiling PHP Applications - Utah PHP Usergroup</title>
				<link>https://www.justincarmony.com/2011/07/21/talk-profiling-php-applications-utah-php-usergroup/</link>
				<pubDate>Thu, 21 Jul 2011 20:49:11 +0000</pubDate>
				<guid>https://www.justincarmony.com/2011/07/21/talk-profiling-php-applications-utah-php-usergroup/</guid>
				<description>&lt;p&gt;I gave this talk at the Utah PHP Usergroup early in my speaking career.&lt;/p&gt;&#xA;&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.slideshare.net/JustinCarmony/profiling-php-applications&#34;&gt;https://www.slideshare.net/JustinCarmony/profiling-php-applications&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;embed&#34;&gt;&#xA;  &lt;iframe src=&#34;https://www.slideshare.net/slideshow/embed_code/8658934&#34;&#xA;          title=&#34;SlideShare presentation&#34; loading=&#34;lazy&#34;&#xA;          allowfullscreen frameborder=&#34;0&#34;&gt;&lt;/iframe&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Talk: Effective Caching with PHP &amp; Memcached - Utah PHP Usergroup</title>
				<link>https://www.justincarmony.com/2009/08/20/talk-effective-caching-with-php-memcached-utah-php-usergroup/</link>
				<pubDate>Thu, 20 Aug 2009 20:00:20 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/08/20/talk-effective-caching-with-php-memcached-utah-php-usergroup/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.slideshare.net/JustinCarmony/effectice-caching-w-php-caching&#34;&gt;https://www.slideshare.net/JustinCarmony/effectice-caching-w-php-caching&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;embed&#34;&gt;&#xA;  &lt;iframe src=&#34;https://www.slideshare.net/slideshow/embed_code/1891609&#34;&#xA;          title=&#34;SlideShare presentation&#34; loading=&#34;lazy&#34;&#xA;          allowfullscreen frameborder=&#34;0&#34;&gt;&lt;/iframe&gt;&#xA;&lt;/div&gt;</description>
			</item>
	</channel>
</rss>
