如果我在页面中使用许多 YUI DataTable 控件,性能会受到影响
我计划在我的 Web 应用程序中广泛使用 YUI DataTables(用于查找)。我可以提供在一个页面中打开大约 15 个数据表的选项。我负责缓存内容。我想知道应用程序的性能是否会受到影响。任何意见都将受到赞赏。
I am planning to use YUI DataTables (for look-up) extensively in my web application. I may give option to open approximately 15 DataTables in a page. I am taking care of caching the content. I would like to know if there would any performance hit on the application. Any inputs are appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有太多使用 YUI 表,但我使用过其他库和插件。
对于大多数库来说,主要的性能影响实际上是这些表中有多少数据。较大的表往往具有较长的渲染时间。将一堆数据加在一起,您可能会发现要等待很长时间才能获取数据。
I have not worked with YUI tables that much, but I have worked with other libraries and plug-ins.
The major performance hit for most libraries is really how much data do you have in those tables. Larger tables tend to have larger render times. Adding a bunch of them together and you may find long waits to get to the data.