25.06.2018 Views

Full-Stack Vue.js 2 and Laravel 5

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Content distribution networks<br />

When a server receives an incoming HTTP request, it usually responds with one<br />

of two types of content: dynamic or static. Dynamic content includes web pages<br />

or AJAX responses containing data specific to that request, for example, a web<br />

page with user data inserted via Blade.<br />

Static content includes images, JavaScript, <strong>and</strong> CSS files that do not change<br />

between requests. It's inefficient to use a web server for serving static content<br />

since it unnecessarily engages the server resources to simply return a file.<br />

A Content Delivery Network (CDN) is a network of servers, usually in<br />

different locations around the world, that are optimized for delivering static<br />

assets more quickly <strong>and</strong> cheaply than your typical web server.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!