treehouse icon indicating copy to clipboard operation
treehouse copied to clipboard

Stress test

Open progrium opened this issue 1 year ago • 3 comments

use devtools performance insights for page load and update profiling. first use localstorage. then try with github backend.

  • 2000 sibling nodes, compare rendering perf of textarea editor vs codemirror editor
  • generate child nodes for 2000 nodes
    • half small profile (20 nodes)
    • half large profile (150 nodes)
    • what feels slow? how is initial load? expanding 2000 children? how long does save take?
    • same test but 2000 document nodes
  • 50 nodes each with 50 nodes, each with 50 (50x50x50) for 125k nodes
  • what feels slow? anything break? differences between browsers?

progrium avatar Jul 07 '23 16:07 progrium

may or may not get done this sprint, need to at least outline the work to be done.

taramk avatar Jul 10 '23 16:07 taramk

rough plan defined. moving to next milestone.

progrium avatar Jul 18 '23 15:07 progrium

Possibly not related, but today I tried pasting a large wikipedia page into Treehouse and the first few paragraphs didn't show. Interestingly, depending on which parent node I navigated to, the full content sometimes showed in the aforementioned node.

Using the demo directly on the website, no github.

ognsya avatar Aug 08 '23 19:08 ognsya