自动建议和数据库点击

发布于 2024-11-02 21:54:40 字数 120 浏览 4 评论 0原文

我在 ASP.NET MVC 项目中使用 jQuery autosuggest 代替下拉菜单。

我的问题是,当用户每次生成数据库请求时在文本框中键入时,其操作成本非常高。

还有更好的解决办法吗?

I am using jQuery autosuggest in place of a drop down in ASP.NET MVC project.

My problem is when user type in textbox every time database request will generate, its very costly operation.

Is there any better solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嗳卜坏 2024-11-09 21:54:40

缓存。将缓存添加到服务和/或使用自动建议 jQuery 代码的缓存选项。

对于服务上的缓存,当然可以使用单词参数作为缓存参数。

此外,让您的自动建议在超过 2-3 个字符的条目上触发(取决于您的输入类型)可能会有所帮助。

Caching. Add caching to the service and/or use caching options of your autosuggest jQuery code.

For caching on the service of course you do it using the word parameter as caching parameter.

Also, it might help a bit to make your autosuggest triggered on entries more than 2-3 characters (depending on your kinds of inputs).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文