Active
Project:
Localization update
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2013 at 06:22 UTC
Updated:
16 Oct 2015 at 20:43 UTC
Jump to comment: Most recent
Comments
Comment #1
sutharsan commentedWhat problem are we solving with this proposal? How often does it happen that time stamps change and what is the impact?
Comment #2
igor.ro commentedI have Continous Deployment that runs update translations.
timestamp differs (because of capistrano, that makes copy of code), but content of po files are the same.
So I have overhead import that takes time.
Comment #3
thepanz commentedSome overhead may occur given that you're using GET instead of HEAD (thus getting the entire file contents and not just the headers).
HTTP headers may contain also MD5 signatures of the contents, thus avoiding to manually download and compute them (see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.15). I don't know the current adoption of such header, but could be good to integrate it.
my 2 cents.
Comment #4
hass commentedIf we compare something, than only with secure functions.