mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 15:55:16 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user