You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: