Optimizations to the performance improvement changes

This commit is contained in:
Josh Perez 2021-03-09 14:11:52 -05:00 committed by Josh Perez
parent cee8207e72
commit 468d491d34
7 changed files with 109 additions and 11 deletions

View file

@ -956,7 +956,7 @@ app.on('ready', async () => {
// We use this event only a single time to log the startup time of the app
// from when it's first ready until the loading screen disappears.
ipc.once('signal-app-loaded', () => {
console.log('App has finished loading in:', Date.now() - startTime);
console.log('App loaded - time:', Date.now() - startTime);
});
const userDataPath = await getRealPath(app.getPath('userData'));