glushchenko / fsnotes

Notes manager for macOS/iOS
https://fsnot.es
MIT License
6.18k stars 453 forks source link

Performance refactoring #1642

Closed glushchenko closed 6 months ago

gingerbeardman commented 7 months ago

Are you measuring performance before and after? Or just doing things in more optimal ways and trusting it will be faster?

glushchenko commented 7 months ago

Are you measuring performance before and after? Or just doing things in more optimal ways and trusting it will be faster?

I implemented a cache system, for instant loading of the application. Further loading of updates, if any, is implemented in the background.

Yes, I measure the startup time. It was 10 seconds in my case, became 1 second after codebase update.