CDN stands for Content Delivery Network.
A CDN is a cluster or group of servers around the world that host content (images, media, files). That when called on will deliver a request (image) to a user. Spreading the servers around the globe serves two purposes: One is to enable having low latency and quicker response times by having the request not bounce around the globe and though many datacenters before coming back to the user. Two less chance of outages or down time if there are many servers available to fetch a resource from.
Effectively a CDN speeds up and spreads loads for requests made to your website.
A drained and empty Kennington reservoir images from a drone in early July 2024. The…
Merrimu Reservoir from drone. Click images to view larger.
Using FTP and PHP to get an array of file details such as size and…
Creating and using Laravel form requests to create cleaner code, separation and reusability for your…
Improving the default Laravel login and register views in such a simple manner but making…
Laravel validation for checking if a field value exists in the database. The validation rule…