unbelievableflavour / snaptastic

A snap installer for Elementary OS
GNU General Public License v3.0
39 stars 4 forks source link

Investigate performance issues #59

Closed unbelievableflavour closed 5 years ago

unbelievableflavour commented 5 years ago

Icons are loaded sync now which slows down the application. Try to do this async.

peteruithoven commented 5 years ago

You could use Granite's AsyncImage. It's for example used in the Applications menu. Be aware of this issue though: https://github.com/elementary/granite/issues/223

unbelievableflavour commented 5 years ago

I actually already use AsyncImage. I'm thinking the problem isn't the images but getting the snaps from the web. Changing issue title

unbelievableflavour commented 5 years ago

Fixed in master. Now closing