npub1uz…kfree on Nostr: These are some images of debugger/profilter data from iris.to while I just have it ...
These are some images of debugger/profilter data from iris.to while I just have it sitting on the main page, doing nothing.First is a memory graph. It looks almost exactly like the memory graph of a pleroma frontend except for that huge chunk of just "strings" at the end. What the fuck is it doing with 128 megabytes of strings?Second is a call tree, sorted by the amount of time spent inside of each function. Almost 98% of its time is spent in a recurring (setInterval) operation that only does these aforementioned mathematical operations. In service of displaying a page and periodically checking in the background for notifications/updates?It also pins the CPU at 100% the entire time you have the page open.Does this look to anyone else like they're mining crypto on the client side? What else should I look for to figure it out?
Published at
2023-03-01 16:34:39Event JSON
{
"id": "97d0ac61070a7188d8c8e414dbfa53ac8107396673da85e25d33723a53364913",
"pubkey": "e09d67ed248a7b1c8761f2c81566109d31b0a9285fb4d463b9496946e8eaf88e",
"created_at": 1677688479,
"kind": 1,
"tags": [],
"content": "These are some images of debugger/profilter data from iris.to while I just have it sitting on the main page, doing nothing.First is a memory graph. It looks almost exactly like the memory graph of a pleroma frontend except for that huge chunk of just \"strings\" at the end. What the fuck is it doing with 128 megabytes of strings?Second is a call tree, sorted by the amount of time spent inside of each function. Almost 98% of its time is spent in a recurring (setInterval) operation that only does these aforementioned mathematical operations. In service of displaying a page and periodically checking in the background for notifications/updates?It also pins the CPU at 100% the entire time you have the page open.Does this look to anyone else like they're mining crypto on the client side? What else should I look for to figure it out?\n\nhttps://bajax.us/media/dbbb8c96-486b-4758-884a-6328a64787ce/image.png\n\nhttps://bajax.us/media/c399a5dd-06b6-448f-9e6a-b1deea857110/image.png",
"sig": "67e7abcbb9b5c32cece685bea8a4b179e59e40421f05880b0c55ee9566fb10e75acc4d9f2d0f71e3273041b5d3b19f4be72636eed69e925cfd5a681f47b9b351"
}