fix: stabilize background operations and large embedding results
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
[
|
||||
{
|
||||
"kind": "tasks",
|
||||
"theme": "paper-moments",
|
||||
"size": 1000,
|
||||
"initialRenderMs": 173,
|
||||
"requests": [
|
||||
"/api/tasks?limit=100&offset=0",
|
||||
"/api/tasks?limit=100&offset=100",
|
||||
"/api/tasks?limit=100&offset=200",
|
||||
"/api/tasks?limit=100&offset=300",
|
||||
"/api/tasks?limit=100&offset=400",
|
||||
"/api/tasks?limit=100&offset=500",
|
||||
"/api/tasks?limit=100&offset=600",
|
||||
"/api/tasks?limit=100&offset=700",
|
||||
"/api/tasks?limit=100&offset=800",
|
||||
"/api/tasks?limit=100&offset=900"
|
||||
],
|
||||
"initialTaskCount": 1000,
|
||||
"fullListRenderMs": 85.39999997615814,
|
||||
"fullListIsInjected": true,
|
||||
"renderedTasks": 100,
|
||||
"domNodes": 1111,
|
||||
"scrollContainers": [
|
||||
{
|
||||
"node": "HTML",
|
||||
"height": 905,
|
||||
"scrollHeight": 905,
|
||||
"overflow": "hidden",
|
||||
"position": "static"
|
||||
},
|
||||
{
|
||||
"node": "BODY",
|
||||
"height": 905,
|
||||
"scrollHeight": 905,
|
||||
"overflow": "hidden",
|
||||
"position": "static"
|
||||
},
|
||||
{
|
||||
"node": "viewport",
|
||||
"height": 905,
|
||||
"scrollHeight": 905,
|
||||
"overflow": "auto",
|
||||
"position": "static"
|
||||
},
|
||||
{
|
||||
"node": "app",
|
||||
"height": 905,
|
||||
"scrollHeight": 905,
|
||||
"overflow": "hidden",
|
||||
"position": "static"
|
||||
}
|
||||
],
|
||||
"frameGapsMs": {
|
||||
"median": 10,
|
||||
"p95": 30,
|
||||
"max": 50.10000000000002
|
||||
},
|
||||
"frames": 384,
|
||||
"longTasks": [],
|
||||
"scrollTop": 0,
|
||||
"scrollHeight": 11798,
|
||||
"maxScrollTop": 10941,
|
||||
"filteredCount": 100,
|
||||
"totalFilteredCount": 334,
|
||||
"expectedFilteredCount": 100,
|
||||
"filterMs": 18.69999998807907,
|
||||
"repeat": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user