Open flaki opened 9 years ago
Implement Pearson-hash for the images. Generate and store latest hash digest on every image update in the editor.
Pearson
Send Pearson-hash with the /get so server could detect if image is unchanged, and can avoid sending full response.
/get
Currently checking only on the client side (by comparing PIF).
Implement
Pearson
-hash for the images. Generate and store latest hash digest on every image update in the editor.Send Pearson-hash with the
/get
so server could detect if image is unchanged, and can avoid sending full response.