app boot takes 98% less time when snapd is disabled

This commit is contained in:
Vinicius Moreira
2019-08-07 15:50:38 -03:00
parent de819d543f
commit 2722d8c612
5 changed files with 51 additions and 14 deletions

View File

@@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.5.1]
### Improvements:
- suggestions are now retrieved asynchronously. Response time takes 45% less.
- search response time takes an average of 20% less ( reaching 35% for several results )
- suggestions are now retrieved asynchronously taking 45% less time.
- search response takes an average of 20% less time ( reaching 35% for several results )
- app boot takes 98% less time when snapd is disabled
### Fixes:
- [flatpak dependency](https://github.com/vinifmor/fpakman/issues/36)