-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
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
[Bug] 网页操作起来有点卡顿 UI很好看就是动画不流畅 卡卡的 #701
Comments
👀 @yh4922 Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
有计划优化 |
Planned optimization |
lobechat 哪里都好,就是真的卡,一大堆按钮点了都要半秒以上才能有反应,很多功能其实用不上,在部署的时候多弄几个环境变量,方便关掉一堆功能,软件逻辑都会清楚很多 |
lobechat is good everywhere, but it is really stuck. It takes more than half a second to respond when clicking a lot of buttons. Many functions are actually useless. It is necessary to add a few more environment variables during deployment to facilitate turning off a lot of functions. The software logic will be much clearer |
哪些按钮点了需要半秒以上? |
Which buttons take more than half a second to click? |
最好是能录屏演示下 |
It would be best if you could record the screen and demonstrate it. |
卡是真的,每个页面点击都有延迟,AI输出也明显慢了很多 |
The card is real, there is a delay on every page click, and the AI output is obviously much slower. |
设置界面,对话界面,机器人商店来回切换的时候很明显,设置界面不同部分来回切换也很明显的延迟,你们readme的性能测试也很明显暴露出卡的问题了,桌面端才59分,移动端甚至只有44分,卡的不行,启动也很慢。建议去体验一下ChatGPT Next web,体验一下快如闪电是什么感觉 |
It is obvious when switching back and forth between the setting interface, dialogue interface, and robot store. There is also an obvious delay when switching back and forth between different parts of the setting interface. The performance test of your readme also clearly exposed the card problem. The desktop version only scored 59 points, and the mobile version Even with only 44 points, it was stuck and started very slowly. It is recommended to try ChatGPT Next web and experience what it feels like to be as fast as lightning |
@Feliks151450 针对这一部分做了下预取优化 ( #749 ),再体验下。 |
@Feliks151450 has made prefetch optimization for this part, let’s try it again. |
感谢,试了一下,虽然还有点延迟,但是确实快了很多,这个体验目前还不错 |
Thanks, I tried it. Although there is still a little delay, it is indeed much faster. The experience is not bad so far. |
OK 我们会继续优化的 |
OK we will continue to optimize |
✅ @yh4922 This issue is closed, If you have any questions, you can comment and reply. |
还是卡,建议直接把所有资源启动的时候下载下来,现在网速那么快,总比点击的时候卡一下要好,点击的时候卡一下多么影响心态呀。启动的时候卡,顶多是觉得自己网不行。 |
It's still stuck. It is recommended to download all the resources directly when starting up. The Internet speed is so fast now, it is better than being stuck when clicking. It will affect the mentality of being stuck when clicking. If it freezes when starting up, the most likely reason is that the network is not working properly. |
点哪里还卡?应该几乎都做了下载了 |
Where can I get stuck? Almost all of them should have been downloaded. |
是的,比之前快了很多。因为一些资源已经预加载过了。 可能是因为用 next 的原因,举例说明。点击右上角设置的时候,大概会有 100ms 延迟,虽然不影响使用,但是能主观感受到这个微弱的延迟。 后续有没有客户端的计划,资源在本地一切都能做到非常快。 |
Yes, much faster than before. Because some resources have been preloaded. It may be because of the use of next. Let’s give an example. When you click on the settings in the upper right corner, there will be a delay of about 100ms. Although it does not affect the use, you can subjectively feel this weak delay. Are there any plans for the client in the future? Everything can be done very quickly with local resources. |
现在前端页面优化的怎么样了 之前好卡 临时换成了NextChat |
How is the front-end page optimization going now? It was good before, but it was temporarily replaced by NextChat. |
我是私有化部署的 |
I deployed it privately |
@kangfenmao 你们真的是苛刻啊 😅 之前优化的时候唯独右上角那个 settings 我没做预取,就是觉得普通用户应该不太会点那个地方,稍微等一会也还好 🤡 这个路由我也做下预取吧 |
偷懒又被发现了😂(不是 |
Being lazy was caught again😂 |
当然,用户群体广了,自然会有各种各样开发者想象不到的应用场景。我通常会在这里对会话做一些设置,所以会经常点击设置和返回。 |
Of course, with a wide user base, there will naturally be various application scenarios that developers cannot imagine. I usually do some settings for the session here, so I hit settings and back a lot. |
流式传输是不是有点问题呀. 问了问题要等好久才开始有回应, 开始有回应的时候, 刷的一下全部都出来了. |
Is there something wrong with the streaming? When I asked a question, I had to wait a long time for a response. When I started to respond, everything came out in one swipe. |
应该是你的配置问题,看看 #531 |
It should be your configuration problem, take a look at #531 |
我刚用IP直接访问试了下, 似乎没有问题. 感觉应该是nginx反代的问题. 之前nextchat没有额外的反代配置是没出现这个现象的. 补充, 刚才重新配置了nginx
这样就没问题了. |
I just tried it with direct IP access, and there seems to be no problem. It feels like it is an nginx reverse generation problem. I don’t know if there is any reference. This phenomenon did not occur before nextchat did not have additional reverse generation configuration. |
@guangzhengli 我刚发的链接有问题,改了,你再看下 |
@guangzhengli There is something wrong with the link I just sent. I have changed it. Please take a look again. |
的确至今UI响应延迟依然非常高,由其是在手机上操作,而且点按控件比较小,非常不跟手。 |
Indeed, the UI response delay is still very high so far, because it is operated on a mobile phone, and the click control is relatively small, which is very difficult to follow. |
有问题建议新开 issue |
If you have any questions, please open a new issue |
💻 系统环境 | Operating System
Windows
🌐 浏览器 | Browser
Chrome
🐛 问题描述 | Bug Description
网页操作起来有点卡顿 UI很好看就是动画不流畅 卡卡的
🚦 期望结果 | Expected Behavior
No response
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
No response
The text was updated successfully, but these errors were encountered: