You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening and reloading a stage applies these steps with database calls:
resolve asset: check asset existence in db
fetch asset: download asset from db if NEEDS_CACHING
get timestamp: check asset existence again in db
Fetch asset always does an extra get_raw_timestamp check when the cache says that fetching is not necessary...
Because of this, I think that the get_timestamp call should just return the cached timestamp value without making yet another database query.