<?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>WordPress Performance Archives - Website Issues, WordPress errors, Maneo Web</title>
	<atom:link href="https://maneoweb.com/category/wordpress-performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://maneoweb.com/category/wordpress-performance/</link>
	<description>We are problem solvers</description>
	<lastBuildDate>Wed, 15 Aug 2018 17:23:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>
	<item>
		<title>Slow website? It may not have enough memory</title>
		<link>https://maneoweb.com/website-wordpress-drupal-memory-limit/</link>
		
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 15 Aug 2018 17:23:52 +0000</pubDate>
				<category><![CDATA[Website Performance]]></category>
		<category><![CDATA[WordPress Performance]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[slow website]]></category>
		<guid isPermaLink="false">https://maneoweb.com/?p=1008</guid>

					<description><![CDATA[<p>In this fast paced impatient world, a slow website can kill your business. People don&#8217;t like to wait for pages to load. They want the information now. I have already written about the importance of choosing a good host for your website. I have also recommended the implementation of CloudFlare. But there is another factor which many people often overlook. Sometimes a slow website just needs some more memory. The default memory allocation for WordPress is 40 megabytes. Unless you&#8230; <a class="read-more-link" href="https://maneoweb.com/website-wordpress-drupal-memory-limit/">Read More</a></p>
<p>The post <a href="https://maneoweb.com/website-wordpress-drupal-memory-limit/">Slow website? It may not have enough memory</a> appeared first on <a href="https://maneoweb.com">Website Issues, WordPress errors, Maneo Web</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-1010 size-full" src="https://maneoweb.com/wp-content/uploads/2018/08/computer-memory-slow-website.jpg" alt="Slow Website WordPress Memory Config" width="800" height="533" srcset="https://maneoweb.com/wp-content/uploads/2018/08/computer-memory-slow-website.jpg 800w, https://maneoweb.com/wp-content/uploads/2018/08/computer-memory-slow-website-300x200.jpg 300w, https://maneoweb.com/wp-content/uploads/2018/08/computer-memory-slow-website-768x512.jpg 768w, https://maneoweb.com/wp-content/uploads/2018/08/computer-memory-slow-website-750x500.jpg 750w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>In this fast paced impatient world, a slow website can kill your business. People don&#8217;t like to wait for pages to load. They want the information now.</p>
<p>I have already written about the importance of <a href="https://maneoweb.com/slow-wordpress-website-change-host/">choosing a good host</a> for your website. I have also recommended the <a href="https://maneoweb.com/how-to-use-cloudflare-website-speed-security/">implementation of CloudFlare</a>. But there is another factor which many people often overlook. Sometimes a slow website just needs some more memory.</p>
<p>The default memory allocation for WordPress is 40 megabytes. Unless you are running a simple website with a minimalistic theme and few plugins, this may not be enough memory. Your visitors may experience slow page loads and even error pages.</p>
<p>Fortunately, there is a simple way to fix this memory problem. You can tell WordPress to use more memory. Here&#8217;s how:</p>
<p>You need to access the root folder of your WordPress installation either via your Cpanel file manager or FTP. Open the file called <strong>WP-CONFIG.PHP</strong></p>
<p>Add this right before the line that says, “Happy Blogging”:</p>
<p><code>define('WP_MEMORY_LIMIT', '256M');</code></p>
<p>Make sure you save the file.</p>
<p>Usually, this should do the trick. This is telling WordPress to use more server memory.</p>
<p>Sometimes, you may have to also modify the <strong>PHP.INI</strong> file (which is also found in the root) or you may have to contact your host and ask them to increase the server memory limits.</p>
<p>If you need help or have questions, please <a href="https://maneoweb.com/fix-my-website-wordpress-drupal-plugins-php/">click here</a> to contact me.</p>
<p>The post <a href="https://maneoweb.com/website-wordpress-drupal-memory-limit/">Slow website? It may not have enough memory</a> appeared first on <a href="https://maneoweb.com">Website Issues, WordPress errors, Maneo Web</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why is my WordPress website slow? It might be your host.</title>
		<link>https://maneoweb.com/slow-wordpress-website-change-host/</link>
		
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 04 Oct 2017 17:12:53 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Performance]]></category>
		<category><![CDATA[Slow WordPress site]]></category>
		<category><![CDATA[WordPress help]]></category>
		<guid isPermaLink="false">http://maneoweb.com/?p=752</guid>

					<description><![CDATA[<p>One of the most common requests that I receive here at Maneo is troubleshooting a slow WordPress website. Addressing this issue is often troublesome because there can be many reasons for poor WordPress performance. Too many plugins, too many large images, and poorly designed WordPress themes are just a few of the potential causes. Usually, I will recommend: Reducing the size of header, background, and gallery images in your WordPress installation. Compressing CSS, JS, and text using GZIP (I have&#8230; <a class="read-more-link" href="https://maneoweb.com/slow-wordpress-website-change-host/">Read More</a></p>
<p>The post <a href="https://maneoweb.com/slow-wordpress-website-change-host/">Why is my WordPress website slow? It might be your host.</a> appeared first on <a href="https://maneoweb.com">Website Issues, WordPress errors, Maneo Web</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the most common requests that I receive here at Maneo is troubleshooting a slow WordPress website. Addressing this issue is often troublesome because there can be many reasons for poor WordPress performance. Too many plugins, too many large images, and poorly designed WordPress themes are just a few of the potential causes. Usually, I will recommend:</p>
<ul>
<li>Reducing the size of header, background, and gallery images in your WordPress installation.</li>
<li>Compressing CSS, JS, and text using GZIP (I have seen this have a dramatic effect on WordPress load times).</li>
<li>Installing a caching plugin such as WT3 Cache or WordPress Super Cache.</li>
<li>Reducing the number of plugins or replacing plugins with others that are designed better.</li>
</ul>
<p>Unfortunately, there are times when no amount of tweaking will speed up a WordPress website. That&#8217;s when it&#8217;s time to go beyond WordPress and take a close look at your host. If your slow WordPress site is on a shared hosting package, you may be competing for resources with dozens of other websites.  If some of those websites are resource intensive, they may hog the server and slow down all of the other websites.</p>
<p>If you are serious about improving your website&#8217;s performance, you will need to think about either switching to a better shared host or upgrading your hosting package to a VPS (virtual private server). Some shared hosts are better than others because they throttle websites that are hogging resources. A VPS is the best option because it will insulate your website from other websites on the server and ensure that your site is getting the resources that it needs.</p>
<p>Higher quality shared hosting or a VPS will cost you more money but upgrading will be well worth the money. Don&#8217;t forget that Google takes your page speed into consideration when determining where you will appear in the ranking. In other words, page speed is very important for SEO purposes. Besides that, you want to have a WordPress website that runs smoothly for your visitors.</p>
<p>By the way, you&#8217;ve probably noticed that my site is very fast. It absolutely is! Take a look. We are faster than 78% of the websites on the Internet:</p>
<p><img decoding="async" class="aligncenter wp-image-908" src="https://maneoweb.com/wp-content/uploads/2017/10/wordpress_page_speed_slow_performance.jpg" alt="Why is my WordPress website slow?" width="550" height="384" srcset="https://maneoweb.com/wp-content/uploads/2017/10/wordpress_page_speed_slow_performance.jpg 800w, https://maneoweb.com/wp-content/uploads/2017/10/wordpress_page_speed_slow_performance-300x210.jpg 300w, https://maneoweb.com/wp-content/uploads/2017/10/wordpress_page_speed_slow_performance-768x537.jpg 768w" sizes="(max-width: 550px) 100vw, 550px" /></p>
<p>Do you need some advice about upgrading or switching to a new host? <a href="https://maneoweb.com/fix-my-website-wordpress-drupal-plugins-php/">Click here</a> to contact me (Rob) at Maneo Web. I&#8217;ll be happy to help!</p>
<p>The post <a href="https://maneoweb.com/slow-wordpress-website-change-host/">Why is my WordPress website slow? It might be your host.</a> appeared first on <a href="https://maneoweb.com">Website Issues, WordPress errors, Maneo Web</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
