<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Homo-Adminus Blog - Latest Comments in Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://homo-adminus.disqus.com/</link><description></description><atom:link href="https://homo-adminus.disqus.com/using_nginx_ssi_and_memcache_to_make_your_web_applications_faster/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 28 Jan 2009 15:12:52 -0000</lastBuildDate><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-5624638</link><description>&lt;p&gt;Definitely looks like something I will be looking into in the near future. Thanks for the post!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Toronto SEO</dc:creator><pubDate>Wed, 28 Jan 2009 15:12:52 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-5509379</link><description>&lt;p&gt;Just getting into Ruby of Rails...this is food for thought. Cheers.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Acai Berry</dc:creator><pubDate>Fri, 23 Jan 2009 23:03:06 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-5053768</link><description>&lt;p&gt;&lt;a href="http://www.reshetseret.com/app/blog/?p=3" rel="nofollow noopener" target="_blank" title="http://www.reshetseret.com/app/blog/?p=3"&gt;http://www.reshetseret.com/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DevWiz</dc:creator><pubDate>Sun, 11 Jan 2009 03:32:51 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-5036549</link><description>&lt;p&gt;NGINX is the best web server and web faction is also use it. I really like litespeed, mostly because it has a simple web interface to manage your virtual hosts, environments and all their settings.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Truck campers     </dc:creator><pubDate>Sat, 10 Jan 2009 07:54:59 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460813</link><description>&lt;p&gt;This article is really great. It was inspiration for me to *finally* implement page caching myself using nginx and SSI. What a difference!&lt;/p&gt;&lt;p&gt;I actually took your ideas and extended into a slightly obsure / CRUD backwater: form POSTS. My URL architecture was such that I have form POSTS and Ajax requests going to the same URL's as the GET requests that are supposed to be page cached.&lt;/p&gt;&lt;p&gt;So, I implemented a little doo-dad in nginx.conf to by-pass the page cache on form POSTS. I think this is a smart addition to any caching strategy (since in general POST's should not be cached from a semantic perspective - a POST is the opposite of a cache hit right?)&lt;/p&gt;&lt;p&gt;Anyway I wrote some more detail of this up on my blog, in case you're interested:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.misuse.org/science/2008/02/22/rails-page-caching-nginx-ssi-ajax-and-form-posts/#more-118" rel="nofollow noopener" target="_blank" title="http://www.misuse.org/science/2008/02/22/rails-page-caching-nginx-ssi-ajax-and-form-posts/#more-118"&gt;http://www.misuse.org/scien...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Again - thanks for taking the first big step in this direction. Very helpful! - Science&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Science</dc:creator><pubDate>Fri, 22 Feb 2008 03:49:09 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460812</link><description>&lt;p&gt;Thanks Jesse your my hero.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Williams</dc:creator><pubDate>Wed, 13 Feb 2008 19:39:03 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460811</link><description>&lt;p&gt;we hit the same issue as Dan - investigating we figured out it was ruby's marshaling of the string included a few extra bytes at the begining.&lt;/p&gt;&lt;p&gt;By doing set(key, text, 60, true) # you get it cached for 60 seconds in raw format&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anotherjesse</dc:creator><pubDate>Fri, 08 Feb 2008 06:52:28 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460810</link><description>&lt;p&gt;Great post.  Really helping me squeeze the most out of my cluster.&lt;/p&gt;&lt;p&gt;One problem though.&lt;/p&gt;&lt;p&gt;As a test I'm doing:&lt;/p&gt;&lt;p&gt;CACHE.set('Action:/index',render_to_string :action=&amp;gt;:index)&lt;/p&gt;&lt;p&gt;when nginx serves the page from memcached its adding&lt;/p&gt;&lt;p&gt;{{&lt;/p&gt;&lt;p&gt;"b&lt;/p&gt;&lt;p&gt;}}&lt;/p&gt;&lt;p&gt;to the beginning of my cached pages.&lt;/p&gt;&lt;p&gt;Any insight into what is causing this?&lt;/p&gt;&lt;p&gt;Thanks for your great blog,&lt;/p&gt;&lt;p&gt;Dan&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Williams</dc:creator><pubDate>Thu, 31 Jan 2008 22:29:34 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460809</link><description>&lt;p&gt;Did you try to measure the performance boost?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Denis</dc:creator><pubDate>Sun, 18 Nov 2007 17:22:10 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460808</link><description>&lt;p&gt;Можно перевод сделать, и опубликовать? На &lt;a href="http://habrhabr.ru" rel="nofollow noopener" target="_blank" title="http://habrhabr.ru"&gt;http://habrhabr.ru&lt;/a&gt; , например.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Станислав</dc:creator><pubDate>Wed, 05 Sep 2007 18:45:50 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460807</link><description>&lt;p&gt;What about Last Modified, ETag etc. and cache control?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">KarD_IO</dc:creator><pubDate>Sun, 02 Sep 2007 02:22:52 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460801</link><description>&lt;p&gt;Great writeup. This is awesome to play with, although it reveals how far behind the version of nginx in apt-get is...&lt;/p&gt;&lt;p&gt;I am seeing one strange thing though using this. For some reason, Nginx is seemingly prepending the characters "?! to the value in memcached (I got the value directly from memcached and they don't seem to be in there). Have you seen this as well or is it just me? I guess I'll check if there is some weird encoding issue going on...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">harrisj</dc:creator><pubDate>Mon, 20 Aug 2007 17:50:16 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460805</link><description>&lt;p&gt;The idea is brilliant!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murat</dc:creator><pubDate>Sun, 19 Aug 2007 05:59:23 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460806</link><description>&lt;p&gt;Brilliant, thanks for a clear and detailed explanation.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Aimonetti</dc:creator><pubDate>Sun, 19 Aug 2007 03:55:03 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460802</link><description>&lt;p&gt;I don't remember what version I use ;-) AFAIR, it is something like 0.5.X (stable branch).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scoundrel</dc:creator><pubDate>Mon, 06 Aug 2007 19:58:04 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460803</link><description>&lt;p&gt;What version of nginx are you using?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todd Fisher</dc:creator><pubDate>Mon, 06 Aug 2007 09:27:52 -0000</pubDate></item><item><title>Re: Using Nginx, SSI and Memcache to Make Your Web Applications Faster</title><link>http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/#comment-2460804</link><description>&lt;p&gt;This is very similar in concept to ESI.  I'd guess the only advantage you might get from using ESI instead of SSI is akami/oracle support, but with the right level of abstraction e.g. the rails helper you mentioned you can easily switch the underlying syntax.&lt;/p&gt;&lt;p&gt;Hitting memcache directly from the proxy server is really a fantastic optimization.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todd Fisher</dc:creator><pubDate>Mon, 06 Aug 2007 08:45:19 -0000</pubDate></item></channel></rss>