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
If it's possible, it would be much more efficient than computing them after collecting all the data every time they're needed.
With calculation done in go-wfs, a database hit for all data needs to happen every time a HEAD request is received. This will save some network traffic, but is still pretty resource demanding.
The text was updated successfully, but these errors were encountered:
If it's possible, it would be much more efficient than computing them after collecting all the data every time they're needed.
With calculation done in go-wfs, a database hit for all data needs to happen every time a HEAD request is received. This will save some network traffic, but is still pretty resource demanding.
The text was updated successfully, but these errors were encountered: