从我的帖子回来 Glimpse making everything 50x slower
它已修复但现在又被打破了。
它似乎再次尝试在表的关系中散列每一位数据,即使代码没有这样做,一瞥强迫它。
由于这一瞥没有响应,我们收到错误
未找到任何数据。这可能是因为:
- the data is still loading by the client, or
- no data has been received from the server (check to see if the data & metadata payloads are present), or
- no plugin has been loaded, or
- an error has been thrown in the client (please check your JavaScript console and let us know if anything is up).
这就是它在chrome中的样子 http://puu.sh/cF3xX/0f879fac9c.png
这是最终在本地调试的结果 http://puu.sh/cF2c6/e10ca1b6e0.png
答案 0 :(得分:2)
如果您使用的是Entity Framework,请确保您没有在Views中使用任何数据模型。这可能会导致由于延迟加载而描述的问题尝试映射所有连接(关系)。