网站加速调优
自从加了CDN之后我的博客偶尔会报错”重定向次数过多“
症状:
XXX.XXX.XXX 将您重定向的次数过多。
尝试清除 Cookie.
ERR_TOO_MANY_REDIRECTS
可能原因
- 参考阿里云cdn解决方案https://help.aliyun.com/document_detail/451418.html
- 但是cloudflare中并无类似解决方案,排查CDN中ssl相关的,还有github.io设置
- 众所周知,github.io 的ssl证书自动给你续签。
- 也有可能301被cdn缓存,https://developer.aliyun.com/article/749187
尝试解决
cloudflare CDN 中的https/ssl开启,github.io中的enforce https勾选不了
参考 https://gist.github.com/cvan/8630f847f579f90e0c014dc5199c337b
cloudflare page rule 设置参考文档https://support.cloudflare.com/hc/en-us/articles/218411427-Is-there-a-tutorial-for-Page-Rules-
- 意思就是说,浏览器先请求cdn,但cdn只希望从客户端获取https的请求(page rule使用https redirect),于是重定向的过程到不了github.io 因此也就没必要再enforce https。
试了还是不行
最终找到以下博客,完美解决以上系列问题
最终方案
参考
https://siriusq.top/github-pages-%E5%90%AF%E7%94%A8-cloudflare-%E5%8A%A0%E9%80%9F%E5%8F%8A-https.html
edge端开启alway use https 和Opportunistic Encryption(HTTP/2的新特性)
origin server端开启源端认证
把上图proxied先全部改为dns only,再回github page刷新
之后可以启用cdn的严格ssl模式
然后再回去把云朵都变黄,流量通过CF即可
改天再试试cloudflare Page,据说节点更好用一些https://hee.ink/p/%E4%BB%8E-github-pages-%E8%BF%81%E7%A7%BB%E5%88%B0-cloudflare-pages-%E7%9A%84%E4%BD%93%E9%AA%8C%E4%B8%8E%E8%B8%A9%E5%9D%91%E5%B0%8F%E8%AE%B0/
速度测试
速度实在是惨不忍睹,,,
速度分析
https://www.webpagetest.org/video/compare.php?tests=230113_BiDcCR_694-r:1-c:0
- 境外的测试网站(https://www.webpagetest.org/),境内阿里云的图床,而且个别图片高达1MB多
测试网站性能的工具
https://putong.one/speed-test.html
然而桌面端却好一倍,https://developers.google.com/speed/pagespeed/insights/ 以上图片来源于此站点测试
主要还是图片大小问题了
优选CF IP https://github.com/badafans/better-cloudflare-ip