ProtonMail / inbox-desktop

Desktop application for Mail and Calendar, made with Electron
GNU General Public License v3.0
60 stars 3 forks source link

much longer calendar index time vs web app #5

Open traktuner opened 7 months ago

traktuner commented 7 months ago

Hello, I have a little over 1.1k calendar appointments in Proton Calendar. In the web app, enabling indexing takes less than a minute until a search can be performed. On the electron app, it takes over 4 minutes for the indexing to be completed. Since new appointments also need to be indexed on the fly, my guess is that this always takes more CPU time in the electron app vs web. Maybe this can be improved. Thank you!

traktuner commented 7 months ago

btw. I did not check the mail index times yet, but if the code/algorithms are similar, then this may be the same behaviour there.