Optimizations to the performance improvement changes
This commit is contained in:
parent
cee8207e72
commit
468d491d34
7 changed files with 109 additions and 11 deletions
2
main.js
2
main.js
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue