<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #85: Speed suggestions</title>
    <link>http://localhost:8080/trac/ticket/85</link>
    <description>&lt;p&gt;
I am talking with Ben about servers etc. but these suggestions came up:
&lt;/p&gt;
&lt;p&gt;
Taking a quick look at the YSlow profile of the site, there are a couple optimization opportunities:
&lt;/p&gt;
&lt;p&gt;
1) 8 external stylesheets -- most can be consolidated automatically by Drupal
&lt;/p&gt;
&lt;p&gt;
2) no expires header on css or image files
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/85</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Wed, 26 May 2010 11:34:47 GMT</pubDate>
      <title>priority changed</title>
      <link>http://localhost:8080/trac/ticket/85#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/85#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;priority&lt;/strong&gt;
                changed from &lt;em&gt;major&lt;/em&gt; to &lt;em&gt;minor&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
This will improve speed, yes - and indeed the CSS optimisation is _supposed_ to be on so resolves (1)
&lt;/p&gt;
&lt;p&gt;
As for (2), no expires is a good idea - will need to look into modules that handle this.
&lt;/p&gt;
&lt;p&gt;
However, these enhancements will make little improvement to the user experience when the site is on such a slow server.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Wed, 18 Aug 2010 17:41:19 GMT</pubDate>
      <title>owner, status changed; estimatedhours, billable set</title>
      <link>http://localhost:8080/trac/ticket/85#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/85#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;jim&lt;/em&gt; to &lt;em&gt;chris&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;estimatedhours&lt;/strong&gt;
                set to &lt;em&gt;0.0&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;assigned&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;billable&lt;/strong&gt;
              unset
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;ol&gt;&lt;li&gt;is done and will remain done...
&lt;/li&gt;&lt;li&gt;Expires headers - NEEDS CHRIS!
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;
Chris, solution below and here &lt;a class="ext-link" href="http://drupal.org/node/272082"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/node/272082&lt;/a&gt;, please implement this:
&lt;/p&gt;
&lt;p&gt;
1.Changing the future date for the Expires headers is easy enough: simply edit your .htaccess file. Your Apache server must also have mod_expires installed, this is available by default on most servers.
2.Enable '&lt;a class="missing wiki"&gt;LoadModule?&lt;/a&gt; expires_module modules/mod_expires.so' in your apache configutation file.
3.Add the below lines on your .htaccess file.
&lt;/p&gt;
&lt;pre class="wiki"&gt;ExpiresActive On
ExpiresByType text/html A1
ExpiresByType application/x-javascript "access plus 3 months"
ExpiresByType application/javascript "access plus 3 months"
ExpiresByType text/javascript "access plus 3 months"
ExpiresByType text/css "access plus 3 months"
ExpiresByType image/gif "access plus 3 months"
ExpiresByType image/jpeg "access plus 3 months"
ExpiresByType image/jpg "access plus 3 months"
ExpiresByType image/png "access plus 3 months"
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 18 Aug 2010 20:00:16 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/85#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/85#comment:3</guid>
      <description>
        &lt;p&gt;
I have added the apache directives suggetsed in #&lt;a href="http://localhost:8080/trac/ticket/85#comment:2" title="Comment 2 for Ticket #85"&gt;comment:2&lt;/a&gt; to the http and http virtual host, the config files being /usr/local/etc/apache22/extra/httpd-ssl.conf /usr/local/etc/apache22/and Includes/vhost-transnetwww.conf
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Fri, 05 Nov 2010 16:18:25 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/85#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/85#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;assigned&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;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>