<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>利用openssl测试优化Nginx的HTTPS性能延迟 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e5%88%a9%e7%94%a8openssl%e6%b5%8b%e8%af%95%e4%bc%98%e5%8c%96nginx%e7%9a%84https%e6%80%a7%e8%83%bd%e5%bb%b6%e8%bf%9f/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 10:25:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>利用多种方式优化Nginx的HTTPS性能延迟</title>
		<link>https://moneyslow.com/%e5%88%a9%e7%94%a8%e5%a4%9a%e7%a7%8d%e6%96%b9%e5%bc%8f%e4%bc%98%e5%8c%96nginx%e7%9a%84https%e6%80%a7%e8%83%bd%e5%bb%b6%e8%bf%9f.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Sat, 02 Jan 2021 04:50:56 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[互联网赚钱]]></category>
		<category><![CDATA[利用openssl测试优化Nginx的HTTPS性能延迟]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=12276</guid>

					<description><![CDATA[开启http2 首先从优化TLS 握手和延迟入手，在Nginx 中的 TLS 设置中开启 HTTP/2，HTTP/2 标准是从 Google 的 SPDY 上进行的改进技术，比 HTTP 1.1 提升更多的性能，在需要并行多个请求的时候可以减少延迟。一般情况下一个网页需要请求很多次，而在 HTTP 1.1 时代浏览器能做的就是开多个连接进行并行请求，而HTTP2可以在一个连接中进行并行请求。HTTP2原生支持多个并行请求减少了顺序执行的请求的往返过程。 如果你想自己看一下 HTTP 1.1 和 HTTP 2.0 的速度差异，可以试一下：https://www.httpvshttps.com/。 访问海阔中文网，网络测试下来 HTTP/2 比 HTTP 1.1 快了89%，如下图所示： HTTP 1.1 与 HTTP 2.0 速度对比 在 Nginx 中开启 HTTP 2.0 非常简单，只需要增加一个 http2 标志即可： listen 443 ssl; # 更改为 listen 443 ssl http2; 注意：如果客户端不支持 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
