jahaziel17 / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Resource fingerprinting #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Research how the fingertip resource can be integrated in wro4j for resource 
caching.

Original issue reported on code.google.com by alex.obj...@gmail.com on 29 Oct 2009 at 10:35

GoogleCodeExporter commented 8 years ago
http://code.google.com/intl/ro-RO/speed/page-speed/docs/caching.html

Original comment by alex.obj...@gmail.com on 29 Oct 2009 at 10:36

GoogleCodeExporter commented 8 years ago
The technique is called 'URL fingerprinting'.

Original comment by sebastia...@gmail.com on 15 Nov 2009 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by alex.obj...@gmail.com on 19 Dec 2009 at 10:53

GoogleCodeExporter commented 8 years ago

Original comment by alex.obj...@gmail.com on 27 Jul 2010 at 12:15

GoogleCodeExporter commented 8 years ago
A MD5 algorithm is used for fingerprinting. This algorithm can be easily 
replaced with another by implementing FingerprintCreator interface and 
injecting it in WroManager.

Original comment by alex.obj...@gmail.com on 30 Jul 2010 at 1:24

GoogleCodeExporter commented 8 years ago
Besides MD5 algorithm, another two implementations of FingerprintCreators where 
created: SHA-1 & CRC32 (this one is used as default one for setting ETag 
header). 

Original comment by alex.obj...@gmail.com on 19 Aug 2010 at 7:21