in reply to Emmanuele Bassi

@ebassi But that shouldn’t take more minutes. Why is it so much slower than doing `flatpak update; sudo dnf up`.

Also loading of the categories is still very slow despite also the effort to make it more performant. That leads me to the conclusioin that something is fundamentally wrong with it.

But sure, I don’t know the code base and rewriting it could lead to the same problems.

in reply to user8e8f87e

why shouldn't it take "minutes"? Do you know what is it doing? Have you profiled it?

The CLI tools don't access the whole repository information—they don't need icons or long descriptions, or other stuff, so it's pointless to compare them to a GUI that will need to show everything.

The work to make things more performant implied rewriting a bunch of code; it's not the code that is the problem: it's the scope and user expectations.

in reply to Emmanuele Bassi

@ebassi
Not being a developer, I didn't go and look at the code, which I wouldn't be able to understand. On the other hand, I get the impression that there's really no caching. For example, if I launch the application and click on the Create category, it takes a long time to load the data. If I go back and choose another category, it takes a while to load again. okay.