| Using 404 caching for local images |
|
Almost all datafeeds contain links to images, located on the server of the merchant, a CDN or at the networks servers. You might want to host the images on your own server:
Fetching the images during feed parsing is not a good idea, it will take a lot of time, and with a bit of bad luck the merchants server will block your IP for abuse. A better option is to fetch and store the images when needed with a technique similar to 404-caching The component allows to modify the image url used in the components and modules templates license users can obtain code examples.
|
