i tried to profile the performance on my computer to see if i could help speed things up. i recall before i could clearly see that a lot of time was going to papaparse, but now i can't. all the time in the main thread seems to be going to appendChild (even though it hasn't finished parsing) and all the time in the worker thread seems to be going to garbage collection. can you help me get the profiler going again, so i can help improve the performance?
the line numbers are all screwy, too. everything is either object-assign/index.js:9 or localForage.js:7
i tried to profile the performance on my computer to see if i could help speed things up. i recall before i could clearly see that a lot of time was going to papaparse, but now i can't. all the time in the main thread seems to be going to
appendChild(even though it hasn't finished parsing) and all the time in the worker thread seems to be going to garbage collection. can you help me get the profiler going again, so i can help improve the performance?the line numbers are all screwy, too. everything is either object-assign/index.js:9 or localForage.js:7