<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Faster page load times = happier users</title>
	<atom:link href="http://blog.openx.org/12/faster-page-load-times-happier-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openx.org/12/faster-page-load-times-happier-users/</link>
	<description>OpenX Community News</description>
	<pubDate>Tue, 24 Nov 2009 12:36:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Shairyar</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-179121</link>
		<dc:creator>Shairyar</dc:creator>
		<pubDate>Thu, 19 Nov 2009 10:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-179121</guid>
		<description>Hi,

I have successfully created everything and ad is being displayed on site which is on localhost BUT only when i click on Home to see dashboard I am getting this error, rest of the links are working fine.

Dashboard Error
XML-RPC connection error (code: 800)

System message: XML-RPC connection error

The dashboard pulls information from a central server for some widgets. There are several things which can affect this.
Your server may not have the the Curl extension enabled. You may need to install or enable the Curl extension, see here for more details.
You should also check that your firewall isn’t blocking outbound connections.

If this error repeats please describe your problem in detail and post it on the OpenX forum.

I have made sure curl and xml-rpc are enabled. Can anyone help please.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have successfully created everything and ad is being displayed on site which is on localhost BUT only when i click on Home to see dashboard I am getting this error, rest of the links are working fine.</p>
<p>Dashboard Error<br />
XML-RPC connection error (code: 800)</p>
<p>System message: XML-RPC connection error</p>
<p>The dashboard pulls information from a central server for some widgets. There are several things which can affect this.<br />
Your server may not have the the Curl extension enabled. You may need to install or enable the Curl extension, see here for more details.<br />
You should also check that your firewall isn’t blocking outbound connections.</p>
<p>If this error repeats please describe your problem in detail and post it on the OpenX forum.</p>
<p>I have made sure curl and xml-rpc are enabled. Can anyone help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rithish</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-106576</link>
		<dc:creator>Rithish</dc:creator>
		<pubDate>Wed, 26 Aug 2009 04:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-106576</guid>
		<description>@Miken: Is it so? At which end is the reporting doubled? Is it withinOpenX? Or at the third party's end?</description>
		<content:encoded><![CDATA[<p>@Miken: Is it so? At which end is the reporting doubled? Is it withinOpenX? Or at the third party&#8217;s end?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miken</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-105967</link>
		<dc:creator>miken</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-105967</guid>
		<description>Rithish:
If you have external tags served like that, they could report double amount of impressions. That's what happened for us anyway.</description>
		<content:encoded><![CDATA[<p>Rithish:<br />
If you have external tags served like that, they could report double amount of impressions. That&#8217;s what happened for us anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tip #16: Measure performance &#171; OpenX Tips</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-94781</link>
		<dc:creator>Tip #16: Measure performance &#171; OpenX Tips</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-94781</guid>
		<description>[...] already, and you&#8217;re not happy with the results), don&#8217;t forget that the OpenX blog has three different articles that all relate to performance &#8212; these are definitely worth reading, [...]</description>
		<content:encoded><![CDATA[<p>[...] already, and you&#8217;re not happy with the results), don&#8217;t forget that the OpenX blog has three different articles that all relate to performance &#8212; these are definitely worth reading, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rithish</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-93507</link>
		<dc:creator>Rithish</dc:creator>
		<pubDate>Wed, 03 Jun 2009 10:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-93507</guid>
		<description>Hello Arlen.

Why not  - 
(1) Create a blank ad container first. Eg: 
(2) Invocate the banner within another container at the end of page. Eg:  &lt;!-- Ad Call --&gt; 
(3) Through Javascript, set top.innerHTML = bottom.innerHTML

Do you see any problems, or issues with this implementation? IMO, if this would work, then it is the simplest way to implement end of page ad calls; as element re-positioning within a page is one of the toughest activities in web development. Add to it the complexity of browser compatibility, and one has his hands full. :-)

Thanks in advance.

-- Rithish.</description>
		<content:encoded><![CDATA[<p>Hello Arlen.</p>
<p>Why not  -<br />
(1) Create a blank ad container first. Eg:<br />
(2) Invocate the banner within another container at the end of page. Eg:  <!-- Ad Call --><br />
(3) Through Javascript, set top.innerHTML = bottom.innerHTML</p>
<p>Do you see any problems, or issues with this implementation? IMO, if this would work, then it is the simplest way to implement end of page ad calls; as element re-positioning within a page is one of the toughest activities in web development. Add to it the complexity of browser compatibility, and one has his hands full. <img src='http://blog.openx.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks in advance.</p>
<p>&#8211; Rithish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arlen</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-84890</link>
		<dc:creator>Arlen</dc:creator>
		<pubDate>Fri, 27 Mar 2009 09:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-84890</guid>
		<description>Hi Laurynas,

The error you mention affects only the dashboard (home) tab. It  could be that the curl or xml-rpc extensions are not enabled in PHP. Else, there may be a firewall preventing your server from making external ssl connections.

There are also admin level option to disable the dashboard in the Global Settings-&#62;User Interface Settings

- Arlen</description>
		<content:encoded><![CDATA[<p>Hi Laurynas,</p>
<p>The error you mention affects only the dashboard (home) tab. It  could be that the curl or xml-rpc extensions are not enabled in PHP. Else, there may be a firewall preventing your server from making external ssl connections.</p>
<p>There are also admin level option to disable the dashboard in the Global Settings-&gt;User Interface Settings</p>
<p>- Arlen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurynas</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-84853</link>
		<dc:creator>Laurynas</dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-84853</guid>
		<description>What the shit in my openx  admin main page? I do not know any systems with this shit:

Dashboard Error
XML-RPC connection error (code: 800) 

System message: XML-RPC connection error 

The dashboard pulls information from a central server for some widgets. There are several things which can affect this.
Your server may not have the the Curl extension enabled. You may need to install or enable the Curl extension, see here for more details.
You should also check that your firewall isn't blocking outbound connections. 

If this error repeats please describe your problem in detail and post it on the OpenX forum.</description>
		<content:encoded><![CDATA[<p>What the shit in my openx  admin main page? I do not know any systems with this shit:</p>
<p>Dashboard Error<br />
XML-RPC connection error (code: 800) </p>
<p>System message: XML-RPC connection error </p>
<p>The dashboard pulls information from a central server for some widgets. There are several things which can affect this.<br />
Your server may not have the the Curl extension enabled. You may need to install or enable the Curl extension, see here for more details.<br />
You should also check that your firewall isn&#8217;t blocking outbound connections. </p>
<p>If this error repeats please describe your problem in detail and post it on the OpenX forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francesco</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-71558</link>
		<dc:creator>francesco</dc:creator>
		<pubDate>Sat, 10 Jan 2009 08:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-71558</guid>
		<description>hi

the main disadvantage of single call is that if the openx server goes down
all websites using openx in such way seem DOWN (or better it wait timout time..)!

we should find a more robust trick  that is not page display blocking</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>the main disadvantage of single call is that if the openx server goes down<br />
all websites using openx in such way seem DOWN (or better it wait timout time..)!</p>
<p>we should find a more robust trick  that is not page display blocking</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dogiangnam</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-68168</link>
		<dc:creator>dogiangnam</dc:creator>
		<pubDate>Wed, 31 Dec 2008 05:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-68168</guid>
		<description>Hi, please visit http://kenh14.vn, we use json to load banner in right banner column
Best regards,
dogiangnam</description>
		<content:encoded><![CDATA[<p>Hi, please visit <a href="http://kenh14.vn" rel="nofollow">http://kenh14.vn</a>, we use json to load banner in right banner column<br />
Best regards,<br />
dogiangnam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jase</title>
		<link>http://blog.openx.org/12/faster-page-load-times-happier-users/#comment-68038</link>
		<dc:creator>Jase</dc:creator>
		<pubDate>Tue, 30 Dec 2008 21:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.openx.org/?p=939#comment-68038</guid>
		<description>After dealing with one previous client and their advertising, I found sadly that they were using a nasty 'page builder' along with their hosting, which only allowed the input of code using the interface. It meant that the client only ever saw the pages loading a lot slower. This pre-dates the Single Page Call tag.

But now, with more hosting options offering PHP caching assistance, it's helping.

That's one area where dedicated hardware really needs to be a must if you are serving big. Shared hosting for all of the love I have for it, just doesn't cut it traffic wise, but then if my ads are hosted on the same server as the page, at least it just looks like the server and not specifically the ads (because it isn't).

PS: Speed rocks, Speedo 2 sucks, Speedos are big here in Europe and for some reason I can't stop thinking about the film Jumping Jack Flash.</description>
		<content:encoded><![CDATA[<p>After dealing with one previous client and their advertising, I found sadly that they were using a nasty &#8216;page builder&#8217; along with their hosting, which only allowed the input of code using the interface. It meant that the client only ever saw the pages loading a lot slower. This pre-dates the Single Page Call tag.</p>
<p>But now, with more hosting options offering PHP caching assistance, it&#8217;s helping.</p>
<p>That&#8217;s one area where dedicated hardware really needs to be a must if you are serving big. Shared hosting for all of the love I have for it, just doesn&#8217;t cut it traffic wise, but then if my ads are hosted on the same server as the page, at least it just looks like the server and not specifically the ads (because it isn&#8217;t).</p>
<p>PS: Speed rocks, Speedo 2 sucks, Speedos are big here in Europe and for some reason I can&#8217;t stop thinking about the film Jumping Jack Flash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
