Open mbenkmann opened 9 years ago
From matthias...@gmail.com on March 24, 2013 12:34:42
I think when I create a new package list GOsa queries "%", i.e. all packages even though it doesn't need to do so for the first dialog page. I think it does that just to check if it needs to present the "The data for these packages cannot be shown because the selected release is not available on this server" message or not. This needs to be optimized.
From matthias...@gmail.com on March 24, 2013 12:36:50
Oops. I just notice that GOsa passes
From matthias...@gmail.com on March 24, 2013 12:44:45
For presenting the list of packages currently on the package list GOsa only needs the information that a certain package has debconf parameters. It doesn't need the actual Templates information. To speed up things it would be possible to implement a way for GOsa to tell go-susi it just wants to know if a package has debconf parameters. Then go-susi could just report true or something like that.
From matthias...@gmail.com on March 24, 2013 20:27:07
To improve the performance of GOsa's package list editing dialog, make it pass
If this gets implemented in GOsa, go-susi needs to support the
Original issue: http://code.google.com/p/go-susi/issues/detail?id=100