A content delivery network (CDN) is a network of distributed servers that delivers static content closer to the user, reducing loading times.
A is a network of geographically distributed servers that delivers content such as images, , JavaScript and other static assets as close as possible to the user's location. This shortens transmission paths and loading times and relieves the origin server.
A CDN is an important lever for server response and therefore indirectly affects . The absence of a CDN can be one cause of slow loading times. Typical use cases include:
delivering static assets such as images, CSS and JavaScript,
of content closer to the user,
faster delivery for international audiences.
However, a CDN does not replace fundamental optimisation: if images are too large or JavaScript blocks , a CDN can only help to a limited extent. It is one building block alongside caching, and lean front-end code.