The recent “improvements” with queued image syncing causes syncing to be significantly slower than it was previously due to inefficiencies in the algorithm.
- The algorithm does not recognize when several issues have the same cover image. Use “Duplicate” to make multiple copies of the same issue. (I do this as every comic/issue has a unique serial number that is the same as the index. We use a numerical filing system based on the index).
- The above mentioned algorithm causes cover images to be downloaded multiple times rather than just once. For me that is 12,000 images, mostly CORE images.
- A better system would be to hash unique images and resolve locally if a duplicate is requested. This would save much time/bandwidth and greatly reduce the time needed to sync a large database (feel free to use our database for testing).