The following `ng-include` is causing a big performance hit in the table view: https://github.com/patternfly/angular-patternfly/blob/master/src/table/tableview/table-view.html#L22 See blog posts about the issue: https://www.bennadel.com/blog/2738-using-ngrepeat-with-nginclude-hurts-performance-in-angularjs.htm http://www.codelord.net/2016/11/17/avoiding-ng-include-for-elegenace-and-performance/ http://eric.stolten.net/posts/2015-04-10-prefer-directives-to-ng-include/index.html I'll try to fix it.