<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #995: consolidate caching</title>
    <link>http://localhost/ticket/995</link>
    <description>&lt;p&gt;
Try and minimise the amount of different caching methodologies, especially for api calls.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/995</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>kindly</dc:creator>

      <pubDate>Mon, 21 Feb 2011 10:18:29 GMT</pubDate>
      <title>owner set</title>
      <link>http://localhost/ticket/995#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/995#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              set to &lt;em&gt;kindly&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>kindly</dc:creator>

      <pubDate>Sun, 27 Feb 2011 21:12:11 GMT</pubDate>
      <title>milestone changed</title>
      <link>http://localhost/ticket/995#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/995#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                changed from &lt;em&gt;ckan-v1.4-sprint-3&lt;/em&gt; to &lt;em&gt;ckan-v1.4&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Thu, 17 Mar 2011 12:18:36 GMT</pubDate>
      <title>repo, theme set</title>
      <link>http://localhost/ticket/995#comment:3</link>
      <guid isPermaLink="false">http://localhost/ticket/995#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;repo&lt;/strong&gt;
                set to &lt;em&gt;ckan&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;theme&lt;/strong&gt;
                set to &lt;em&gt;none&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Also, update the docs:
&lt;/p&gt;
&lt;p&gt;
Documentation article on caching / improving performance. (To complement configuration docs.)
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Different sorts of cache - beaker style, etags, package_dict in search results(?)
&lt;/li&gt;&lt;li&gt;How each one affects performance
&lt;/li&gt;&lt;li&gt;How to turn them on/off and configure them
&lt;/li&gt;&lt;li&gt;Is it possible to bypass each of them in the browser or with wget/curl?
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Therefore closing &lt;a class="closed ticket" href="http://localhost/ticket/841" title="enhancement: Caching docs (as a whole) (closed: duplicate)"&gt;#841&lt;/a&gt;.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>shevski</dc:creator>

      <pubDate>Fri, 08 Jul 2011 11:56:02 GMT</pubDate>
      <title>milestone changed</title>
      <link>http://localhost/ticket/995#comment:4</link>
      <guid isPermaLink="false">http://localhost/ticket/995#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                changed from &lt;em&gt;ckan-v1.5&lt;/em&gt; to &lt;em&gt;ckan-backlog&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Wed, 20 Jul 2011 15:22:33 GMT</pubDate>
      <title>status changed; resolution set; milestone deleted</title>
      <link>http://localhost/ticket/995#comment:5</link>
      <guid isPermaLink="false">http://localhost/ticket/995#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;wontfix&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                &lt;em&gt;ckan-backlog&lt;/em&gt; deleted
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
The caching still isn't brilliant but there is less urgent need to refactor it. In the future our caching methodology should be to cache at the logic layer so we don't need to refactor the existing caching at this stage.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>thejimmyg</dc:creator>

      <pubDate>Wed, 20 Jul 2011 16:23:29 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/995#comment:6</link>
      <guid isPermaLink="false">http://localhost/ticket/995#comment:6</guid>
      <description>
        &lt;p&gt;
See also previous tickets:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="closed ticket" href="http://localhost/ticket/537" title="task: Caching and Performance improvement (closed: duplicate)"&gt;#537&lt;/a&gt; Caching and Performance improvement
&lt;/li&gt;&lt;li&gt;&lt;a class="closed ticket" href="http://localhost/ticket/543" title="task: Investigate partial page caching and edge-side includes (closed: duplicate)"&gt;#543&lt;/a&gt; Investigate partial page caching and edge-side includes
&lt;/li&gt;&lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>