Skip to content

Instantly share code, notes, and snippets.

@michelemauro
Last active October 31, 2016 11:31
Show Gist options
  • Save michelemauro/cda1929e7cb41d4426065a484439c273 to your computer and use it in GitHub Desktop.
Save michelemauro/cda1929e7cb41d4426065a484439c273 to your computer and use it in GitHub Desktop.
CDN
<section data-background-transition='zoom' data-transition='concave' data-background='https://dl.dropboxusercontent.com/u/25389418/_4ib-a8g9aa-teddy-kelley.jpg' data-state='blackout'>
<h1>CDN</h1>
<h3>Content Delivery Network</h3>
</section>
<section data-background-transition='zoom' data-transition='concave' data-background='https://dl.dropboxusercontent.com/u/25389418/_4ib-a8g9aa-teddy-kelley.jpg' data-state='blackout'>
<section>
<p>Reduce access time for geographically far users through closer edge service points.
</section>
</section>
<section data-background-transition='zoom' data-transition='concave' data-background='https://dl.dropboxusercontent.com/u/25389418/_4ib-a8g9aa-teddy-kelley.jpg' data-state='blackout'>
<section>
<p><b>In Warda Projects:</b></p>
<ul>
<li><b>Cloudinary</b> (\w image manipulation)</li>
<li><b>AWS CloudFront</b> (pure CDN)</li>
<li><b>ContentNetworkResource</b> class</li>
</ul>
</section>
</section>
<section data-background-transition='zoom' data-transition='concave' data-background='https://dl.dropboxusercontent.com/u/25389418/_4ib-a8g9aa-teddy-kelley.jpg' data-state='blackout'>
<section>
<p><b>Important guidelines:</b></p>
<ul>
<li>CDNs are not free. Usage must be forecasted and budgeted.</li>
<li>CDNs work best when server is in EU and user is far away (HK, US, etc.)</li>
<li>Assets must be <b>put</b> in the CDN. And one day, <b>removed</b> from it.</li>
</ul>
</section>
</section>
<section data-background-transition='zoom' data-transition='concave' data-background='https://dl.dropboxusercontent.com/u/25389418/_4ib-a8g9aa-teddy-kelley.jpg' data-state='blackout'>
<section>
<p><b>References:</b></p>
<ul>
<li>Michele (Mauro).</li>
<li>Enzo</li>
</ul>
</section>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment