treehouse
treehouse copied to clipboard
Stress test
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?
may or may not get done this sprint, need to at least outline the work to be done.
rough plan defined. moving to next milestone.
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.