Average time required for loading 60 Kerneloopses()
Before : 2.2s
After  : 1.4s

This commit has performance impact in all cases.

Related to rhbz#963054

Signed-off-by: Jakub Filak <[email protected]>
---
 src/gnome_abrt/problems.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gnome_abrt/problems.py b/src/gnome_abrt/problems.py
index 575e377..ea6318e 100644
--- a/src/gnome_abrt/problems.py
+++ b/src/gnome_abrt/problems.py
@@ -184,6 +184,10 @@ class Problem:
         return source.get_items(self.problem_id,
                                 'component',
                                 'executable',
+                                'cmdline',
+                                'count',
+                                'type',
+                                'last_occurrence',
                                 'time',
                                 'reason')
 
-- 
1.8.2.1

Reply via email to