OSCommerce Product Manager for Windows
FS#84 - Local image cache.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Wednesday, 25 August 2004, 16:57 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 22 July 2007, 12:48 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Wednesday, 25 August 2004, 16:57 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 22 July 2007, 12:48 GMT
|
DetailsIf we could maintain a local cache of the remote images, interactivity would be faster.
It would store images the first time it downloads it. If the image is already stored locally, ignore unless remote image is newer. It would have an option for mass-synchronization, to download all images. No upload synchorinization would be needed. |
This task depends upon
This bug is related to Bug #118.
Then, each time an image file is needed, the program calculate the hashed name, look it up in the cache directory tree and, if found, uses the local version, otherwise, download a new copy.
There will be a configuration option to enable or disable the cache.
The mass-synchronization mentioned above will not be needed.