bshepherdson / foam-migration-test

0 stars 0 forks source link

Investigate QuickCompose Startup Time Inconsistency #176

Closed bshepherdson closed 10 years ago

bshepherdson commented 10 years ago

From k...@chromium.org on February 13, 2014 10:51:31

QuickCompose can take 1.5-2 seconds to startup on some machines, yet starts up much faster on others. This could be related to to version of Chrome being used.

Investigate what's causing the difference and fix if a QuickCompose issue, or open a Chrome issue if it's related to Chrome.

See if there are any operations which are slowing startup which can be made asynchronous.

Original issue: http://code.google.com/p/foam-framework/issues/detail?id=176

bshepherdson commented 10 years ago

From kgrgr...@gmail.com on April 17, 2014 10:29:07

Was caused by IndexedDB doing GC on startup. This was caused because we were loading all of the contacts on startup. This has been made async, so is no longer an issue.

Status: Done