<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; performance</title>
	<atom:link href="https://www.webmaster-source.com/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Load Test Your Server with Blitz.io</title>
		<link>https://www.webmaster-source.com/2012/08/28/load-test-your-server-with-blitz-io/</link>
		<comments>https://www.webmaster-source.com/2012/08/28/load-test-your-server-with-blitz-io/#comments</comments>
		<pubDate>Tue, 28 Aug 2012 11:53:24 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4805</guid>
		<description><![CDATA[Want to test how your server performs under load? If you&#8217;re in the process of optimizing a server, or have just installed a caching solution, it&#8217;s good to see the effect your changes have had. Blitz is a configurable service that will pound your site with page requests, allowing you to specify the concurrency, timeout, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Want to test how your server performs under load? If you&#8217;re in the process of optimizing a server, or have just installed a caching solution, it&#8217;s good to see the effect your changes have had.</p>
<p><a href="http://blitz.io/">Blitz</a> is a configurable service that will pound your site with page requests, allowing you to specify the concurrency, timeout, and duration of the onslaught. As it goes about this, it builds statistics and plots them along timelines. You can watch response times, errors and timeouts as it slowly ramps up the number of concurrent users until it reaches the maximum. At the end, it even projects how many hits per day your setup can handle at that rate.</p>
<p style="text-align: center;"><a href="http://blitz.io/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4806 imgborder" title="blitz-io" src="//www.webmaster-source.com/wp-content/uploads/2012/08/blitz-io.jpg" alt="" width="600" height="334" /></a></p>
<p>The service has a generous free tier, though they offer paid upgrades for higher concurrency and duration. The free tier offers 250 concurrent users over a one minute rush. (Though if you <a href="http://blitz.io/gcjtZSpbAq6mO">sign up with this invite link</a>, they will add additional concurrencies to your account.)</p>
<p>I found Blitz very useful when I was trying to squeeze faster response times out of my WordPress setup, tweaking my caching system options and adjusting Nginx and PHP configurations. Since they use the connections at their datacenter, you get more real-world results than if you simply ran Apache Bench locally on the server, or from your residential internet connection. Both tools have their uses, of course, and Blitz is a good one to have in your arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/08/28/load-test-your-server-with-blitz-io/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thinking Async</title>
		<link>https://www.webmaster-source.com/2012/03/16/thinking-async/</link>
		<comments>https://www.webmaster-source.com/2012/03/16/thinking-async/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 11:28:03 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4554</guid>
		<description><![CDATA[I&#8217;ve written about loading JavaScript asynchronously in the past, as it&#8217;s a great way to decrease load times and prevent hang-ups when third-party scripts don&#8217;t load properly. But Chris Coyier has went and compiled the definitive guide. It covers the basic concepts and reasons for doing it, as well as different methods for implementing it; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve written about <a href="http://www.webmaster-source.com/2010/06/07/loading-javascript-asynchronously/">loading JavaScript asynchronously</a> in the past, as it&#8217;s a great way to decrease load times and prevent hang-ups when third-party scripts don&#8217;t load properly. But Chris Coyier has went and compiled <a href="http://css-tricks.com/thinking-async/">the definitive guide</a>. It covers the basic concepts and reasons for doing it, as well as different methods for implementing it; the easy HTML5 way and using embedded scripts to inject a non-blocking call to an external script.</p>
<p>Its a nice long and informative article, and worth a look if you&#8217;re looking to do some performance optimization of web site. (Be sure to <a href="http://www.webmaster-source.com/2009/11/06/learning-css-sprites/">look into sprites</a> after you&#8217;ve switched to loading JavaScript asynchronously!)</p>
<p><a href="http://css-tricks.com/thinking-async/">Thinking Async</a> [CSS-Tricks]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/03/16/thinking-async/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Announces HipHop for PHP</title>
		<link>https://www.webmaster-source.com/2010/02/03/facebook-announces-hiphop-for-php/</link>
		<comments>https://www.webmaster-source.com/2010/02/03/facebook-announces-hiphop-for-php/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:26:20 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HipHop for PHP]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3012</guid>
		<description><![CDATA[PHP is my favorite server-side programming language, but it has one major Achilles&#8217; heel: speed. A language that is interpreted by the server at load time can&#8217;t hope to compete with a compiled language for speed. That&#8217;s what Facebook&#8217;s new project, &#8220;HipHop for PHP,&#8221; aims to solve. HipHop converts PHP scripts to C++ code and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>PHP is my favorite server-side programming language, but it has one major Achilles&#8217; heel: speed. A language that is interpreted by the server at load time can&#8217;t hope to compete with a compiled language for speed. That&#8217;s what Facebook&#8217;s new project, &#8220;HipHop for PHP,&#8221; aims to solve. HipHop converts PHP scripts to C++ code and then uses g++ to compile it. This brings a CPU usage decrease of up to 50%, according to the announcement.</p>
<blockquote><p>One night at a Hackathon a few years ago (see Prime  Time Hack), I started my first piece of code transforming PHP into  C++.  The languages are fairly similar syntactically and C++ drastically  outperforms PHP when it comes to both CPU and memory usage.  Even PHP  itself is written in C.  We knew that it was impossible to successfully  rewrite an entire codebase of this size by hand, but wondered what would  happen if we built a system to do it programmatically.</p></blockquote>
<p>Interesting, for sure. Imagine using it with WordPress for a high-traffic blog&#8230;</p>
<p><a href="http://developers.facebook.com/news.php?story=358&amp;blog=1">HipHop for PHP: Move Fast</a> [Facebook Developer Blog]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/02/03/facebook-announces-hiphop-for-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beyond Super Cache: W3 Total Cache</title>
		<link>https://www.webmaster-source.com/2009/10/15/beyond-super-cache-w3-total-cache/</link>
		<comments>https://www.webmaster-source.com/2009/10/15/beyond-super-cache-w3-total-cache/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 11:09:15 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2641</guid>
		<description><![CDATA[Donncha O Caoimh&#8217;s WP Super Cache plugin has become very popular in the WordPress community, especially with bloggers with medium-traffic blogs on shared hosting plans. But what if you&#8217;re running on your own server, be it VPS, dedicated, or something else along those lines? What can you do to squeeze some extra performance out of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Donncha O Caoimh&#8217;s <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> plugin has become very popular in the WordPress community, especially with bloggers with medium-traffic blogs on shared hosting plans.</p>
<p>But what if you&#8217;re running on your own server, be it VPS, dedicated, or something else along those lines? What can you do to squeeze some extra performance out of your high-traffic blog?</p>
<p>Enter <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a>, a plugin that the infamously slow-loading blog Noupe <a href="http://www.noupe.com/spotlight/why-noupe-com-is-loading-pretty-fast.html">has recently started using</a> to combat the sluggishness that their constant social media hits cause. It can do a lot of things, including:<span id="more-2641"></span></p>
<ul>
<li>Offloading static content to a CDN, if you have one.</li>
<li>Minifying and compressing your CSS and JavaScript files, and caching them in memory or disk.</li>
<li>Caching RSS in memory or disk.</li>
<li>Ensuring that browsers cache things, such as images, CSS and JavaScript on their end for future page loads.</li>
<li>Caching database objects in memory.</li>
</ul>
<p>The plugin&#8217;s biggest feature is probably its support of various memory caching systems, such as memcached, APC, and XCache to store things in memory. This makes things very fast. Hard disks are a major bottleneck in servers. If you put frequently requested information in RAM, it can be served a lot faster. Try visiting a page on Noupe. It may load a little slow the first time if the page hadn&#8217;t been viewed recently, so you may have to load it again a second time. Things are real fast once they&#8217;re in the RAM cache.</p>
<p>I&#8217;m thinking of trying it out for myself in the future, once I go through with my plans to move from Apache to NGINX server software, which should free-up a bit of my RAM.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/10/15/beyond-super-cache-w3-total-cache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 11:56:17 by W3 Total Cache
-->