<?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>expiry header Archives - The Logical Coder</title>
	<atom:link href="https://www.thelogicalcoder.com/tag/expiry-header/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thelogicalcoder.com/tag/expiry-header/</link>
	<description></description>
	<lastBuildDate>Wed, 12 Apr 2017 16:26:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.thelogicalcoder.com/wp-content/uploads/2016/08/thelogicalcoder-150x150.png</url>
	<title>expiry header Archives - The Logical Coder</title>
	<link>https://www.thelogicalcoder.com/tag/expiry-header/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Increase speed of your WordPress website</title>
		<link>https://www.thelogicalcoder.com/increase-speed-of-your-wordpress-website/</link>
					<comments>https://www.thelogicalcoder.com/increase-speed-of-your-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[The Logical Coder]]></dc:creator>
		<pubDate>Thu, 01 Sep 2016 19:47:16 +0000</pubDate>
				<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[browser caching]]></category>
		<category><![CDATA[clean database]]></category>
		<category><![CDATA[clean spam]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[expires header]]></category>
		<category><![CDATA[expiry header]]></category>
		<category><![CDATA[far future expiration]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[optimize database]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[speed up website]]></category>
		<guid isPermaLink="false">http://www.thelogicalcoder.com/?p=185</guid>

					<description><![CDATA[<p>Traffic of a website is directly proportional to its speed. A research found that 47% of people expect a web page to load in less than two seconds, and that 40% of people will abandon a web page if it takes more than three seconds to load. Therefore a site that loads slowly will lose...</p>
<p>The post <a href="https://www.thelogicalcoder.com/increase-speed-of-your-wordpress-website/">Increase speed of your WordPress website</a> appeared first on <a href="https://www.thelogicalcoder.com">The Logical Coder</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Traffic of a website is directly proportional to its speed.  A research found that 47% of people expect a web page to load in less than two  seconds, and that 40% of people will abandon a web page if it takes more than  three seconds to load. Therefore a site that loads slowly will lose visitors  and potential revenue.  Search engines  doesn&rsquo;t want to send its traffic to a slow site.<br />
  Therefor we developed a light weighted WordPress plugin &ldquo;<a target="_blank" rel="nofollow" href="https://wordpress.org/plugins/advanced-speed-increaser/">Advanced Speed  Increaser</a>&rdquo; to improve your website speed. <a target="_blank" rel="nofollow" href="https://wordpress.org/plugins/advanced-speed-increaser/">Click here</a> to download it.</p>
<h3>Key features</h3>
<ul>
<li><a href="#gzip-compression">Enable GZIP compression.</a></li>
<li><a href="#browser-caching">Enable Leverage Browser Caching.</a></li>
<li><a href="#expires-headers">Enabling Expires Headers.</a></li>
<li><a href="#optimize-database">Optimize Your Database.</a></li>
<li><a href="#remove-auto-revisons">Remove auto revisions posts.</a></li>
<li><a href="#remove-auto-drafts">Remove auto drafts posts.</a></li>
<li><a href="#delete-transient-options">Remove transient options.</a></li>
</ul>
<p>Now, before you start optimizing your website just go to <a target="_blank" rel="nofollow" href="http://gtmetrix.com">http://gtmetrix.com</a> and check your website speed  and performance.<br />
  Hope you are ready to go.</p>
<ul>
<li id="gzip-compression">
<h3> Enable GZIP compression </h3>
<p>Gzip compresses your webpages, style sheets, JavaScript and fonts before  sending them over to the browser. This drastically reduces transfer time since  the files are much smaller. This can reduce the size of pages and style sheets  by up to 70%. </p>
<p><a target="_blank" rel="nofollow" href="https://wordpress.org/plugins/advanced-speed-increaser/">Advanced Speed  Increaser</a> enable GZIP compression in your website. Just install the plugin  and your work is done. </p>
</li>
<li id="browser-caching">
<h3> Enable Leverage Browser Caching </h3>
<p>Every time a browser loads a webpage it has to download all the web files  to properly display the page. Browser caching can help by storing HTML, CSS,  JavaScript, images and fonts in the user&#8217;s browser. Therefore when the user  revisits your website, refreshes the page, or even moves to a different page of  your site, they already have some of the files they need locally. This will  increase website loading time.</p>
</li>
<li id="expires-headers">
<h3> Enable Expires Headers </h3>
<p>The more requests are being made to your server, the slower it&rsquo;ll take  your website to load. Expires Headers tell your visitor&rsquo;s browser when  to request certain files from your server vs. from their browser cache; if an  Expires Headers is configured so that your visitor&rsquo;s browser only request a  file once in a month, and that file has been stored in their cache from a  recent visit, then their browser won&rsquo;t request that file again until a month is  over.<br />
      <a target="_blank" rel="nofollow" href="https://wordpress.org/plugins/advanced-speed-increaser/">Advanced Speed  Increaser</a> enable expires headers for all static files of your website. Just  install the plugin and your work is done. </p>
</li>
<li id="optimize-database">
<h3> Optimize Your Database </h3>
<p>This is an often ignored but very powerful  way to boost your website speed. Every time you save a post or a page,  WordPress creates a revision and stores it on your MySQL overhead.</p>
<p><a target="_blank" rel="nofollow" href="https://wordpress.org/plugins/advanced-speed-increaser/">Advanced Speed  Increaser</a> optimize your database by removing auto revisions posts, auto  drafts posts and transient options.</p>
</li>
<li id="remove-auto-revisons">
<h3> Remove  auto revision posts </h3>
<p>Every time you save a post or a page, WordPress creates a revision and  stores it on your MySQL overhead. You can delete this revision posts. Revision  posts helps you to restore to your posts or pages data in earlier date.</p>
</li>
<li id="remove-auto-drafts">
<h3> Remove  auto draft posts </h3>
<p>Every time you start editing a post or page WordPress automatically save  this data, so you can recover it in case of power failure. But the data is not necessary  after you save the post or page.</p>
</li>
<li id="delete-transient-options">
<h3> Remove  transient options </h3>
<p>Transient option are actually built in WordPress cache system, which  helps in speeding up your WordPress website. You can delete the Transient  options. This will not have any impact on your website. WordPress will rebuild  the cache if it doesn&rsquo;t exists.</p>
<p>After applying all the above functionality, now go to <a target="_blank" rel="nofollow" href="http://gtmetrix.com">http://gtmetrix.com</a> and check your website speed  and performance.<br />
      Please share plugin performance result with us. We will showcase  your site in our testimonials.</p>
</li>
</ul>
<p>The post <a href="https://www.thelogicalcoder.com/increase-speed-of-your-wordpress-website/">Increase speed of your WordPress website</a> appeared first on <a href="https://www.thelogicalcoder.com">The Logical Coder</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thelogicalcoder.com/increase-speed-of-your-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
