File delivery with Uploadcare
Every uploaded file is immediately available on the Uploadcare CDN — the best place to host your files for media delivery.
- Global CDN network
- Fastest on-the-fly image operations
- Huge set of image transformations
- Deliver files from any remote storage
- Access control
- Unlimited scalability on demand
CDN is a geographically distributed system of servers that delivers content to client devices from the servers nearby, which saves time on long-distance data exchange.
While traditional CDNs are typically limited to basic copying and caching functions, Uploadcare CDN stands out by offering dynamic image modifications. This unique feature not only ensures faster page load times and better uptime, but also allows on-the-fly image optimization and transformation to suit the device they are being consumed on.
How it works
Access files in Uploadcare CDN at ucarecdn.com
over HTTP/HTTPS links this:
You can add CDN operations by including directives in the CDN URL:
:uuid
stands for the unique file identifier, UUID, assigned on upload./-/
is a mandatory parsing delimiter to divide operations and other path components.:operation/:params/
is a CDN operation directive with parameters.:filename
is an optional filename you can add after a trailing slash/
.
You can stack two and more operations like this:
/:operation/:params/-/:operation/:params/
Same applies when using Proxy:
Search engine optimization
One way to improve your site’s SEO is to name your files relevantly, such as integrating keywords into your image URLs.
Valid URLs typically have words separated by a hyphen, for example seo-optimize-images.
You can specify an additional filename after the UUID instead of the automatically generated one:
The filename can be added to both the original (after the UUID) and at the end of the URL with operations applied, as in the example above.