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
Reduce Locale Files (High Impact)
The locales directory is 44 MB and likely contains translations for 100+ languages you don't need. You can configure electron-builder to include only the locales you need.
Enable ASAR Compression (Medium Impact)
Currently your app.asar is not explicitly configured for compression. ASAR packing can improve startup time by reducing I/O operations.
Recommended Optimizations
The locales directory is 44 MB and likely contains translations for 100+ languages you don't need. You can configure electron-builder to include only the locales you need.
Currently your app.asar is not explicitly configured for compression. ASAR packing can improve startup time by reducing I/O operations.
Optimize Electron-Builder Configuration (Medium Impact)
Code Optimization (Low-Medium Impact)
Use V8 Snapshot (Advanced)
https://www.devas.life/how-to-make-your-electron-app-launch-1000ms-faster/