-
Only the previous data can always be obtained, for example, the request at 12:52 will obtain the data at 12:49 I'm using a translator |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
My current version is version 5.4 build 1723 |
Beta Was this translation helpful? Give feedback.
-
Plan uses the json cache to not lock the webserver. The mechanism for this is same for older version, but what is returned by webserver is a bit different in newer version. The update mechanism
In 5.5 build 2195 or higher
If Browser cache is empty (No ETag)
If Browser cache has dataIf-Match: >= Cached JSON timestamp (We don't have newer data)
ETag < Cached JSON timestamp (We have newer data)
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag In 5.4 build 1723
Later
How to get newest data
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your answer |
Beta Was this translation helpful? Give feedback.
Plan uses the json cache to not lock the webserver.
The mechanism for this is same for older version, but what is returned by webserver is a bit different in newer version.
The update mechanism
In 5.5 build 2195 or higher
timestamp
{"timestamp": 1677912750123, "timestamp_f": "Today, 06:52", ...}