Performance: Starting to remove biggest bottlenecks from digest cycle, filters.

Biggest are releasedAt and showAll, both consuming more than 1000ms (!).
This commit is contained in:
Gunther Brunner
2014-06-11 16:02:04 +09:00
parent 4b19d960d2
commit f56d70cebb
3 changed files with 10 additions and 5 deletions

View File

@@ -102,6 +102,8 @@ module.exports = function DeviceListCtrlDetails($scope, DeviceService, GroupServ
}
}
// TODO: Implement real dynamic colums! Using showAll is too slow
$scope.columns = [
{ title: 'Model', field: 'model', sortable: 'model', filter: {model: 'text'}, visible: true
}