Magento News
CDN
1. Introduction
This package provides ability to link to product images (and other resources) on an external server.
2. Module overview
CDN package can be configured globally, on store level or on store view level. All the settings can be found under System > Configuration > Catalog > CDN.
2.1 Product Images
There are four options that can be modified:
Enabled – allows to control which stores are to use the module and which are not
Media URL – a path to media folder on a pull zone created for caching store’s resources. It mustn’t begin with “http://” and end with trailing “/”.
Enable for HTTPS – if disabled, HTTPS requests will be pointed to local resources
2.2 Other Custom Resources
This section contains settings for any other resources that can be mapped to external data servers. All mappings can be set under URL Mapping textarea (each rule per line). When that is done, resources (such as JS, CSS, etc.) which would normally be linked to as below:
can be replaced with:
The helper will rewrite URLs to use, if possible, external storage that has been defined (under URL Mapping).
Possibly Related Posts:
RSS Feed