简体   繁体   English

在服务器上安装SSL证书后,Google Chrome中的数据呈现速度缓慢

[英]Slow rendering of data in Google Chrome after intalling SSL certificate on server

I have a .NET C# program rendering on IIS web server. 我在IIS Web服务器上呈现.NET C#程序。 After adding SSL certificate to the server the program takes up to 5 minutes to respond to my request, only in Google Chrome. 将SSL证书添加到服务器后,该程序最多需要5分钟才能响应我的请求,仅在Google Chrome中。 If I use the old HTTP URL everything is normal and the page is loaded after 33 sec. 如果我使用旧的HTTP URL,则一切正常,并且该页面在33秒后加载。 Does anyone have a suggestion on what causes this slow rendering of HTTPS web-page in Google Chrome? 是否有人对导致Google Chrome浏览器HTTPS网页呈现缓慢的原因有何建议?

According to your description, I suggest you could firstly clear all the chrome's cache and update the chrome to the newest version. 根据您的描述,我建议您首先清除所有chrome的缓存,然后将chrome更新到最新版本。 About how to troubleshoot google chrome's performance issue, you could refer to this article . 有关如何解决Google chrome的性能问题,请参阅本文

If this doesn't solve your issue, I suggest you could try to use chrome F12 develop tool to check what has happened when you send the request to the server. 如果这不能解决您的问题,建议您尝试使用chrome F12开发工具来检查将请求发送到服务器时发生了什么。 More details about how to use it, you could refer to this article . 有关如何使用它的更多详细信息,可以参考本文

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM