Dongfeng Lu
08/20/2024, 10:30 PMJan Kos
08/26/2024, 10:40 AMtraces
. When a request is made (through ui or api directly) traceId
is generated for each request. You can then search through logs how the request went through each micro service and limit the results by it. Try to check brower dev tools / network tab for a request and in response headers, you can see traceId
generated and assigned to the request (viz screenshot).Dongfeng Lu
08/26/2024, 10:35 PMServer intercept call
Server intercept call
Retrieve logical model.
HTTP response
The timestamps between the last two msgs is about 15 seconds, implying the "retrieving" part takes the longest for this request. But where do I go further? Does it mean we need to check cache or database?
Also, loading LDM once, I saw both "logicalModel?includeParents=true" and "logicalModel?includeParents=false", each taking 15 or 16 seconds, so the whole page takes more than 30 sec to load. Is it correct to load it twice?
Thanks.Jan Kos
09/06/2024, 11:55 AMDongfeng Lu
09/09/2024, 3:30 PMJan Kos
09/25/2024, 12:37 PMDongfeng Lu
09/25/2024, 6:58 PM