我有一个相当简单的页面,没有太多的数据(总共大约有20k个文档),而且它非常缓慢(完全加载大约需要30-60秒)。让我最感兴趣的是,数据逐渐出现在页面上。为什么会这样呢?为什么这么慢?
下面是页面.jade文件(它基本上只返回订单名称和订单的位置名称):
table(class="ui celled table")
thead
tr
th Order name
th Position name
tbody
each customerOrders
tr
td {{name}}
td
each customerOrde
Exception in queued task: Error: Security brake: Too much TRs. Please define height for your table, which will enforce scrollbars.
at WalkontableTable._doDraw (client/libs/handsontable-0.10.5/jquery.handsontable.full.js?37b46fd989b9a974c3501865b51effd7adec37e4:12859:15)
at WalkontableTable.draw (cli