We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前首页加载速度过慢,因此可以做一些优化,以提升用户体验: 后台启动一个轮询,每隔一段时间(比如10min)请求一遍所有首页需要展示的数据并保存到数据库中。页面加载时,后台应直接从数据库中加载数据。
The text was updated successfully, but these errors were encountered:
LuPan2015
No branches or pull requests
当前首页加载速度过慢,因此可以做一些优化,以提升用户体验:
后台启动一个轮询,每隔一段时间(比如10min)请求一遍所有首页需要展示的数据并保存到数据库中。页面加载时,后台应直接从数据库中加载数据。
The text was updated successfully, but these errors were encountered: