<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>David Cramer's Blog - Latest Comments in High Performance Django</title><link>http://davidcramer.disqus.com/</link><description></description><language>en</language><lastBuildDate>Thu, 18 Sep 2008 11:42:52 -0000</lastBuildDate><item><title>Re: High Performance Django</title><link>http://www.davidcramer.net/code/276/high-performance-django.html#comment-3320691</link><description>I have just migrated the user home page of &lt;a href="http://mixin.com" rel="nofollow"&gt;mixin.com&lt;/a&gt; (&lt;a href="http://www.mixin.com/users/ndengler/" rel="nofollow"&gt;http://www.mixin.com/users/ndengler/&lt;/a&gt;) from django to jinja2 on our test environment. The time used for rendering the template shrunk from ~1000ms to ~400ms (which is still to much). It's more than 2 times faster and we are planning to migrate our complete application on jinja2. I wish I knew jinja2 before!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jvisinand</dc:creator><pubDate>Thu, 18 Sep 2008 11:42:52 -0000</pubDate></item><item><title>Re: High Performance Django</title><link>http://www.davidcramer.net/code/276/high-performance-django.html#comment-3320688</link><description>I wouldn't say they were a major bottleneck, but yes, Curse was using Jinja. It was mostly because of the flexibility Jinja offers over Django.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zeeg</dc:creator><pubDate>Sun, 07 Sep 2008 11:25:43 -0000</pubDate></item><item><title>Re: High Performance Django</title><link>http://www.davidcramer.net/code/276/high-performance-django.html#comment-3320687</link><description>Did Curse switch to Jinja? Were templates a major bottleneck?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pytechd</dc:creator><pubDate>Sun, 07 Sep 2008 10:58:03 -0000</pubDate></item><item><title>Re: High Performance Django</title><link>http://www.davidcramer.net/code/276/high-performance-django.html#comment-3320690</link><description>I can't really say what makes it faster, except that it does use some ctypes, and in Jinja2 it compiles down to a module which is really nice.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zeeg</dc:creator><pubDate>Sun, 07 Sep 2008 02:46:18 -0000</pubDate></item><item><title>Re: High Performance Django</title><link>http://www.davidcramer.net/code/276/high-performance-django.html#comment-3320689</link><description>What is it that makes jinja so much faster than djangos builtin template engine? Cant the built in by improved to perform better performence??</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin</dc:creator><pubDate>Sun, 07 Sep 2008 02:44:57 -0000</pubDate></item></channel></rss>