<?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>Content Delivery Networks Archives - MachSol Blog</title>
	<atom:link href="https://blog.machsol.com/tag/content-delivery-networks/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/content-delivery-networks</link>
	<description>Multi-Cloud Service Orchestration &#38; Delivery Platform</description>
	<lastBuildDate>Wed, 12 Dec 2018 10:43:14 +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>
	<item>
		<title>How to Optimize SharePoint Online performance</title>
		<link>https://blog.machsol.com/microsoft-sharepoint/optimize-sharepoint-online-performance</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Mon, 15 Oct 2018 13:07:56 +0000</pubDate>
				<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Cloud Service Provider]]></category>
		<category><![CDATA[Content Delivery Networks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft product]]></category>
		<category><![CDATA[Microsoft SharePoint automation]]></category>
		<category><![CDATA[Microsoft SharePoint Online]]></category>
		<category><![CDATA[Page Diagnostics Tool]]></category>
		<category><![CDATA[sharepoint automation]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=3881</guid>

					<description><![CDATA[<p>The popularity of SharePoint Online with Cloud Service Providers has made it the fastest growing Microsoft product in recent years. The key to its success is better application performance which makes it fruitful for deployments and adoptions. Let’s have a look at a few techniques that Cloud Service Providers can follow to improve the overall [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/optimize-sharepoint-online-performance">How to Optimize SharePoint Online performance</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;">The popularity of SharePoint Online with Cloud Service Providers has made it the fastest growing Microsoft product in recent years. The key to its success is better application performance which makes it fruitful for deployments and adoptions. Let’s have a look at a few techniques that Cloud Service Providers can follow to improve the overall performance of SharePoint server.</span></p>
<h2><span style="color: #000000;">Tips to Fine-Tune performance of SharePoint Online</span></h2>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Image Optimization</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Images make the overall design appealing but their size can greatly affect page loading speed that can have a huge impact <img fetchpriority="high" decoding="async" class=" wp-image-3900 alignright" src="https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance.jpg" alt="SharePoint Online" width="549" height="286" srcset="https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance.jpg 1200w, https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance-350x183.jpg 350w, https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance-768x401.jpg 768w, https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance-1024x535.jpg 1024w" sizes="(max-width: 549px) 100vw, 549px" />on site performance. The ideal way to use images on a SharePoint Site is to use sprites approach (an image Sprite is a technique of showing multiple images on your site that are actually a portion of one larger image, as it reduces HTTP traffic since you are downloading more images in one request). Further, it is necessary to use image compression and image optimization techniques before using them on your site.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Minification and Bundling</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Customization a web-page results in a lot of extra files being added to the server for support. The process of minification minimizes the size of these fields by removing extra white spaces and unnecessary characters. This reduces overall size of files and hence improves performance of site by giving low overhead on the server. Images can be bundled in an image sprite, as mentioned earlier.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Navigation Options</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Choosing configuration options for SharePoint site makes significant impacts of performances. Options like, Managed (Metadata) navigation is recommended whereas Structural navigation is not recommended for better performance. Navigation providers work seamlessly with responsive page designs. Plus, they are scalable and are able to render without a resource cost. Cloud Service Providers need to focus on navigation options for better site results.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Delay Loading Images and JavaScript</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Modern browser pre-fetch the images to be loaded within the HTML page. Another technique to make SharePoint Online site load efficiently is to delay loading images using JavaScript. Images will be loaded as the user scrolls towards it.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Use the Page Diagnostics Tool</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Publishing pages using classic publishing can be a overhead on the SharePoint site. It is best to use page diagnostic tools for that purpose. Install it to your site to make publishing efficient.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Using Content Delivery Networks</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Content Delivery networks or CDNs can increase SharePoint Online Performance. CDN is a worldwide network of different servers that host the same file simultaneously. In this way, the server that is closest to the user requesting that file, can serve the file in less time as compared to the main server located far away. Cloud Service Providers must take this into account.</span></p>
<hr />
<p style="text-align: center;"><strong><span style="font-size: large; color: #000000;">ALSO READ</span><br />
</strong><a href="https://blog.machsol.com/microsoft-sharepoint/benefits-of-collaboration-with-sharepoint-teams" target="_blank" rel="noopener"><strong><span style="font-size: x-large;"><span style="color: #e61d26;">Benefits of collaboration with Microsoft SharePoint and Teams</span></span></strong></a></p>
<hr />
<h2><span style="color: #000000;"><strong>MachPanel Automation Module for Microsoft SharePoint </strong></span></h2>
<p><span style="color: #000000;">MachPanel <span style="color: #e61d26;"><a style="color: #e61d26;" href="https://www.machsol.com/machpanel-automation-for-microsoft-sharepoint/">Automation Solution for Microsoft SharePoint</a></span> offers a complete end-to-end management &amp; Automation layer for Microsoft SharePoint on-premises and Microsoft SharePoint Online. With MachPanel Automation module for Microsoft SharePoint Provisioning and management is simplified and made easy for Service Providers. MachSol also provides turn-key services related to Microsoft SharePoint on-premises design, deployment, migration, planning, reliability and scalability.</span></p>
<p><span style="color: #000000;">Take this opportunity and go for MachPanel to grow and make your business more successful.</span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; margin-right: 12px; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/contact-us/">Lets Talk</a><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/machpanel-enterprise-cloud-hosting-panel/demo-request/">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/optimize-sharepoint-online-performance">How to Optimize SharePoint Online performance</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
