Content can be loaded on to our network. A request to load content will cache the content in question across our entire network or within specific regions. This concept is also known as pre-caching.
The benefits of loading content are:
Loading content is most effective when it deals with a large event or content that becomes simultaneously available to a large volume of users (e.g., a new movie release or a software update).
Key information:
An assetA file is the most commonly known example of an asset. Refers to any collection of data that is typically stored as a single unit on a storage unit (e.g., disk drive). An example of an asset that is not physically stored on a disk drive occurs when dynamically generated content is not cached. only needs to be loaded a single time for each unique combination of the following criteria:
URI Scheme: Content will only be cached for the specified URI scheme (i.e., http or https).
Use bulk load to specify a URL that uses the https URI scheme.
If you would like to load content for both HTTP and HTTPS requests, then you will need to submit a load request for each URI scheme.
Directory: A URL must be specified when loading content. This URL identifies the directory where the content to be loaded is stored.
Loading affects all CDN and edge CNAME URLs that point to the same assetA file is the most commonly known example of an asset. Refers to any collection of data that is typically stored as a single unit on a storage unit (e.g., disk drive). An example of an asset that is not physically stored on a disk drive occurs when dynamically generated content is not cached..
This example assumes the following setup:
Edge CNAME | Points To |
---|---|
cdn.mydomain.com |
Customer Origin: myorigin Relative Path: / |
sales.mydomain.com |
Customer Origin: myorigin Relative Path: /sales |
Loading any of the following URLs will cache "brochure.pdf":
http://cdn.mydomain.com/sales/brochure.pdf
http://sales.mydomain.com/brochure.pdf
http://wpc.0001Represents your customer account number..edgecastcdn.net/800001Represents your customer account number./myorigin/sales/brochure.pdf
Region: Loading by region is an advanced option that should only be used to address specialized cache management needs. It allows the selection of one or more regions when loading content. The asset in question will only be loaded to the POPs in the selected region(s).
By default, loading is applied to the entire network (i.e., all regions).
Automate loading content via a script that leverages our REST API.
To load content
Directly below the URL option, type the relative path to the asset that will be loaded.
Since a forward slash (/) has been added for your convenience, make sure that this relative path starts after the forward slash.
The base URL for this relative path is the URL selected in the previous step.
Include the file extension when specifying the file name.
Each CDN or edge CNAME URL specified in the URLs option must be placed on a separate line. This can be accomplished by using a carriage return to delimit each CDN or edge CNAME URL. Using any other type of character (e.g., a comma) as a delimiter may prevent the asset from being loaded.
Content may be loaded to our entire network or solely to specific regions. Loading by region provides the means through which cache optimization may be targeted to regions where demand is highest.
Regional loading is designed to meet specialized cache management needs. When in doubt, load content to all regions.
By default, load requests are applied across the entire CDN network.
The available set of regions are described below.
Region | Description |
---|---|
North America |
This region encompasses all POPs in North America. |
US: Eastern Time Zone |
This region encompasses all POPs in the Eastern Time zone of the United States. |
US: Central Time Zone |
This region encompasses all POPs in the Central Time zone of the United States. |
US: Pacific Time Zone |
This region encompasses all POPs in the Pacific Time zone of the United States. |
Europe |
This region encompasses all POPs in Europe. |
Asia |
This region encompasses all POPs in Asia and Australia. |
South America |
This region encompasses all POPs in South America. |
View a list of POPs and their corresponding regions.
Key information:
Edgecast CDN