<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>performance Archives - rweber.net</title>
	<atom:link href="https://www.rweber.net/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rweber.net/tag/performance/</link>
	<description>trying to be a mile wide AND a mile deep</description>
	<lastBuildDate>Sat, 16 Dec 2017 01:51:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">37896774</site>	<item>
		<title>Easy site speed wins</title>
		<link>https://www.rweber.net/developer-toolbox/easy-site-speed-wins/</link>
					<comments>https://www.rweber.net/developer-toolbox/easy-site-speed-wins/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Mon, 02 Nov 2015 13:00:39 +0000</pubDate>
				<category><![CDATA[Developer Toolbox]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=39195</guid>

					<description><![CDATA[<div><img width="225" height="300" src="https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280-225x300.jpg" class="attachment-medium size-medium wp-post-image" alt="photo of sleeping cheetah" style="float:left; margin-right:16px; margin-bottom:16px;" decoding="async" fetchpriority="high" srcset="https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280-225x300.jpg 225w, https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280.jpg 768w, https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280-113x150.jpg 113w" sizes="(max-width: 225px) 100vw, 225px" /></div>
<p>Case studies of two simple moves to greatly improve a WordPress site's PageSpeed Insights score: caching and image compression.</p>
<p>The post <a href="https://www.rweber.net/developer-toolbox/easy-site-speed-wins/">Easy site speed wins</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div><img width="225" height="300" src="https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280-225x300.jpg" class="attachment-medium size-medium wp-post-image" alt="photo of sleeping cheetah" style="float:left; margin-right:16px; margin-bottom:16px;" decoding="async" srcset="https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280-225x300.jpg 225w, https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280.jpg 768w, https://www.rweber.net/wp-content/uploads/2015/11/cheetah-640090_1280-113x150.jpg 113w" sizes="(max-width: 225px) 100vw, 225px" /></div><p>I&#8217;ve been working on page load speed lately, as measured by <a href="https://developers.google.com/speed/pagespeed/insights/">Google&#8217;s PageSpeed Insights</a>. Two fairly simple moves have resulted in large gains for the sites I&#8217;ve worked on.</p>
<p><strong>Step 1.</strong> Install <a href="https://wordpress.org/plugins/wp-smushit/">WP Smush</a> and compress all of the images on the site. This is self-explanatory.</p>
<p><strong>Step 2.</strong> Install <a href="https://wordpress.org/plugins/wp-fastest-cache/">WP Fastest Cache</a> and activate just about everything. Turn on caching itself, disable it for logged-in users, ignore the mobile settings and the idea of clearing everything when you publish something new, and turn on all the browser caching, compression, combination, and minification options.<br />
<strong>Edit:</strong> Actually you do probably want to clear the cache when something new is published. </p>
<p><a href="https://www.rweber.net/wp-content/uploads/2015/10/WPfastestcacheOptions.png"><img decoding="async" src="https://www.rweber.net/wp-content/uploads/2015/10/WPfastestcacheOptions.png" alt="WP Fastest Cache options panel, showing all options available in the free version checked except for &quot;Mobile&quot; and &quot;New Post&quot;" width="773" height="560" class="alignleft size-full wp-image-39197" srcset="https://www.rweber.net/wp-content/uploads/2015/10/WPfastestcacheOptions.png 773w, https://www.rweber.net/wp-content/uploads/2015/10/WPfastestcacheOptions-300x217.png 300w" sizes="(max-width: 773px) 100vw, 773px" /></a></p>
<p>Here are the results for my sites.</p>
<table>
<tr>
<td colspan=2>Mobile/Desktop Scores out of 100</td>
</tr>
<tr>
<th>Before</th>
<th>After</th>
</tr>
<tr>
<td>57/70</td>
<td>79/93</td>
</tr>
<tr>
<td>55/64</td>
<td>69/76</td>
</tr>
<tr>
<td>55/68</td>
<td>77/90</td>
</tr>
</table>
<p>Still far from perfect on mobile, but so much better. Incidentally that second site is image- and functionality-light but running an old theme, which is all I can think of for its poor relative improvement. </p>
<p>I had a fourth site go from 53/58 to 61/83 with image compression. WP Fastest Cache didn&#8217;t actually seem to help matters (though enough time had passed something else may have been done to change the site), but they already had W3 Total Cache installed, so I reactivated it, purged the cache, and re-visited the site. That took it up to 73/83, temporarily. It bounced around a lot, mobile and desktop independently. </p>
<p>I didn&#8217;t get much improvement with W3 Total Cache on the other sites &#8211; or at least the first two; I didn&#8217;t try it on the third one &#8211; which is why I was using WP Fastest Cache in the first place. Given W3TC&#8217;s reputation I assume that was my poor setup knowledge and/or incompatibility with the hosting situation.</p>
<p>Image compression and caching plugins aren&#8217;t the only things I&#8217;ve tried. On the first site listed above I&#8217;ve tried a large number of minification, compression, scripts-to-footer, and other plugins advertised for performance, optimization, and speed. I never cracked the 79/93 score with any of them, so I took them off, figuring fewer plugins is better in general and if they aren&#8217;t improving the score, there&#8217;s not much point to having them in the list. I also cleaned out the database of that site, cutting it from 55 MB to less than 10, but that didn&#8217;t make any speed difference as measured by Google. It felt good to houseclean, though.</p>
<p><small>Sleeping cheetah by <a href="https://pixabay.com/en/cheetah-sleep-grass-close-640090/">dmkoch on Pixabay</a>.</small></p>
<p>The post <a href="https://www.rweber.net/developer-toolbox/easy-site-speed-wins/">Easy site speed wins</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/developer-toolbox/easy-site-speed-wins/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">39195</post-id>	</item>
	</channel>
</rss>
