<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Using TXP constants and subdomains to speed up your site rendering</title>
 <description>Using TXP constants and subdomains to speed up your site rendering - comments</description>
 <link>https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering</link>
 <atom:link href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Fri, 18 Feb 11 19:42:28 +0000</pubDate>

 <item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by zero</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000815" id="c000815">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000815" id="c000815">1</a></guid>
     <pubDate>Fri, 12 Nov 10 17:03:34 +0000</pubDate>
     <description><![CDATA[<p>If you use Ruud&#8217;s rvm_css plugin (which uses a &#8216;css&#8217; folder by default) you can do this:
<ul><li>In cPanel or whatever, create a subdomain called &#8216;style&#8217;.</li><li>In a terminal do this: <code>ln -s /home/hostuser/public_html/mysite.com/css /home/hostuser/public_html/mysite.com/style</code></li></ul></p><p>This creates a symbolic link from the style subdomain to the css folder. So you can use <code>&lt;link rel="stylesheet" href="http://style.mysite.com/css/screen.css" media="screen" /&gt;</code> in your pages. This allows you to still edit your css in txp admin where it is automatically saved to the css folder as a static file, so saving some ftping.</p><p>(There may be variations in making the symbolic link depending on your host. For example it might be: <code>ln -s /home/hostuser/mysite.com/public_html/css /home/hostuser/style.mysite.com/public_html/style</code> or something)</p><p>You could also use a symbolic link from subdomain img.mysite.com to mysite.com/images and use the ihu thing in config.php instead of changing the DocumentRoot although I have no idea if this affects anything speedwise.</p>]]></description>
     <content:encoded><![CDATA[<p>If you use Ruud&#8217;s rvm_css plugin (which uses a &#8216;css&#8217; folder by default) you can do this:
<ul><li>In cPanel or whatever, create a subdomain called &#8216;style&#8217;.</li><li>In a terminal do this: <code>ln -s /home/hostuser/public_html/mysite.com/css /home/hostuser/public_html/mysite.com/style</code></li></ul></p><p>This creates a symbolic link from the style subdomain to the css folder. So you can use <code>&lt;link rel="stylesheet" href="http://style.mysite.com/css/screen.css" media="screen" /&gt;</code> in your pages. This allows you to still edit your css in txp admin where it is automatically saved to the css folder as a static file, so saving some ftping.</p><p>(There may be variations in making the symbolic link depending on your host. For example it might be: <code>ln -s /home/hostuser/mysite.com/public_html/css /home/hostuser/style.mysite.com/public_html/style</code> or something)</p><p>You could also use a symbolic link from subdomain img.mysite.com to mysite.com/images and use the ihu thing in config.php instead of changing the DocumentRoot although I have no idea if this affects anything speedwise.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://wondroushealing.com/">zero</a></dc:creator>
 
</item>
<item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by Phil Wareham</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000816" id="c000816">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000816" id="c000816">1</a></guid>
     <pubDate>Sun, 14 Nov 10 07:59:53 +0000</pubDate>
     <description><![CDATA[<p>Joebaich points out that you can also use the following method to restrict Google Analytics to your main domain&#8230;</p><pre><code>['_setDomainName', 'none']
</code></pre><p>Useful if you use http://example.com as your domain name (instead of the www. prefix).</p>]]></description>
     <content:encoded><![CDATA[<p>Joebaich points out that you can also use the following method to restrict Google Analytics to your main domain&#8230;</p><pre><code>['_setDomainName', 'none']
</code></pre><p>Useful if you use http://example.com as your domain name (instead of the www. prefix).</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://twitter.com/philwareham">Phil Wareham</a></dc:creator>
 
</item>
<item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by Stephan</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000817" id="c000817">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000817" id="c000817">1</a></guid>
     <pubDate>Tue, 16 Nov 10 16:33:02 +0000</pubDate>
     <description><![CDATA[<p>What exactly does <code>ihu</code> influence? Only files with a certain extension or from a specific directory? How can I include my <span class="caps">CSS</span> or Javascripts as well?</p>]]></description>
     <content:encoded><![CDATA[<p>What exactly does <code>ihu</code> influence? Only files with a certain extension or from a specific directory? How can I include my <span class="caps">CSS</span> or Javascripts as well?</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.feierabendyogi.de">Stephan</a></dc:creator>
 
</item>
<item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by zero</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000818" id="c000818">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000818" id="c000818">1</a></guid>
     <pubDate>Tue, 16 Nov 10 17:22:02 +0000</pubDate>
     <description><![CDATA[<p>Stephan, there&#8217;s probably more to it, but if you look in txp 4.3.0 config.php, at the end, you will see it is for serving images</p>]]></description>
     <content:encoded><![CDATA[<p>Stephan, there&#8217;s probably more to it, but if you look in txp 4.3.0 config.php, at the end, you will see it is for serving images</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://wondroushealing.com/">zero</a></dc:creator>
 
</item>
<item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by Petri</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000820" id="c000820">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000820" id="c000820">1</a></guid>
     <pubDate>Tue, 23 Nov 10 23:37:37 +0000</pubDate>
     <description><![CDATA[<p>Thanks for this <span class="caps">TXP</span> tips. This is very handy. I haven&#8217;t yet checked how much this will improve loading speed, but any increase in performance is good.</p><p>(Article&#8217;s <strong>Author link</strong> to Twitter page doesn&#8217;t work.)</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks for this <span class="caps">TXP</span> tips. This is very handy. I haven&#8217;t yet checked how much this will improve loading speed, but any increase in performance is good.</p><p>(Article&#8217;s <strong>Author link</strong> to Twitter page doesn&#8217;t work.)</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://kuopassa.net/txp/">Petri</a></dc:creator>
 
</item>
<item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000821" id="c000821">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000821" id="c000821">1</a></guid>
     <pubDate>Wed, 24 Nov 10 07:59:47 +0000</pubDate>
     <description><![CDATA[<p>@Petri &#8211; thanks for letting me know about the <span class="caps">URL</span> not working. Fixed now.</p>]]></description>
     <content:encoded><![CDATA[<p>@Petri &#8211; thanks for letting me know about the <span class="caps">URL</span> not working. Fixed now.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Using TXP constants and subdomains to speed up your site rendering by Brian Katz</title>
     <link><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000877" id="c000877">1</a></link>
     <guid><a href="https://textpattern.tips/using-txp-constants-and-subdomains-to-speed-up-your-site-rendering#c000877" id="c000877">1</a></guid>
     <pubDate>Fri, 18 Feb 11 19:42:28 +0000</pubDate>
     <description><![CDATA[<p>Sorry! I need to be a little harsh/direct here &#8230;</p><p>I&#8217;ve seen a number of posts promoting this technique regarding Google Analytics cookies.</p><p><strong>It&#8217;s dangerous.</strong></p><p>The <strong>_setDomainName</strong> method is to configure the way Google Analytics functions &#8211; this is not a &#8220;pick a folder&#8221; type setting that merely informs GA where to write the cookies. </p><p>More GA problems relate to the (mis-)use of <strong>_setDomainName</strong>   than any other.</p><p>See <br><a href="http://blog.vkistudios.com/index.cfm/2009/4/29/Tips-Tricks-Traps-and-Tools--3-of-N-Quick-Diagnostics" rel="nofollow">Tips Tricks, Traps and Tools: # 3 of many: Quick Diagnostics</a> </p><p>Search the page for &#8220;_setDomainName&#8221; to get right to the nub.</p><p>There are also other posts relating to that topic linked there.</p><p><strong>Brian Katz &#8211; Analytics &#8211; <span class="caps">VKI</span></strong></p>]]></description>
     <content:encoded><![CDATA[<p>Sorry! I need to be a little harsh/direct here &#8230;</p><p>I&#8217;ve seen a number of posts promoting this technique regarding Google Analytics cookies.</p><p><strong>It&#8217;s dangerous.</strong></p><p>The <strong>_setDomainName</strong> method is to configure the way Google Analytics functions &#8211; this is not a &#8220;pick a folder&#8221; type setting that merely informs GA where to write the cookies. </p><p>More GA problems relate to the (mis-)use of <strong>_setDomainName</strong>   than any other.</p><p>See <br><a href="http://blog.vkistudios.com/index.cfm/2009/4/29/Tips-Tricks-Traps-and-Tools--3-of-N-Quick-Diagnostics" rel="nofollow">Tips Tricks, Traps and Tools: # 3 of many: Quick Diagnostics</a> </p><p>Search the page for &#8220;_setDomainName&#8221; to get right to the nub.</p><p>There are also other posts relating to that topic linked there.</p><p><strong>Brian Katz &#8211; Analytics &#8211; <span class="caps">VKI</span></strong></p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://blog.vkistudios.com/index.cfm/2009/4/29/Tips-Tricks-Traps-and-Tools--3-of-N-Quick-Diagnostics">Brian Katz</a></dc:creator>
 
</item>

</channel>
</rss>