当前位置: 首页 > news >正文

杭州网站制作建设搜索引擎优化理解

杭州网站制作建设,搜索引擎优化理解,企业为什么要验资,wordpress中英文菜单1.网络测速 「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP 更多内容参考项目:https://github.com/XIU2/CloudflareSpeedTest 国外很多网站都在使用 Cloudflare CDN,但分配给中国内地访客的 IP 并不友好(延迟高、丢…

在这里插入图片描述

1.网络测速

「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP

更多内容参考项目:https://github.com/XIU2/CloudflareSpeedTest

国外很多网站都在使用 Cloudflare CDN,但分配给中国内地访客的 IP 并不友好(延迟高、丢包多、速度慢)。
虽然 Cloudflare 公开了所有 IP 段 ,但想要在这么多 IP 中找到适合自己的,怕是要累死,于是就有了这个软件

# 如果是第一次使用,则建议创建新文件夹(后续更新时,跳过该步骤)
mkdir CloudflareST# 进入文件夹(后续更新,只需要从这里重复下面的下载、解压命令即可)
cd CloudflareST# 下载 CloudflareST 压缩包(自行根据需求替换 URL 中 [版本号] 和 [文件名])
wget -N https://github.com/XIU2/CloudflareSpeedTest/releases/download/v2.2.5/CloudflareST_linux_amd64.tar.gz
# 如果你是在国内网络环境中下载,那么请使用下面这几个镜像加速之一:
# wget -N https://download.scholar.rr.nu/XIU2/CloudflareSpeedTest/releases/download/v2.2.5/CloudflareST_linux_amd64.tar.gz
# wget -N https://ghproxy.cc/https://github.com/XIU2/CloudflareSpeedTest/releases/download/v2.2.5/CloudflareST_linux_amd64.tar.gz
# wget -N https://ghproxy.net/https://github.com/XIU2/CloudflareSpeedTest/releases/download/v2.2.5/CloudflareST_linux_amd64.tar.gz
# wget -N https://gh-proxy.com/https://github.com/XIU2/CloudflareSpeedTest/releases/download/v2.2.5/CloudflareST_linux_amd64.tar.gz
# wget -N https://mirror.ghproxy.com/https://github.com/XIU2/CloudflareSpeedTest/releases/download/v2.2.5/CloudflareST_linux_amd64.tar.gz
# 如果下载失败的话,尝试删除 -N 参数(如果是为了更新,则记得提前删除旧压缩包 rm CloudflareST_linux_amd64.tar.gz )# 解压(不需要删除旧文件,会直接覆盖,自行根据需求替换 文件名)
tar -zxf CloudflareST_linux_amd64.tar.gz# 赋予执行权限
chmod +x CloudflareST# 运行(不带参数)
./CloudflareST# 运行(带参数示例)
./CloudflareST -dd -tll 90

如果平均延迟非常低(如 0.xx),则说明 CloudflareST 测速时走了代理,请先关闭代理软件后再测速。
如果在路由器上运行,建议先关闭路由器内的代理(或将其排除),否则测速结果可能会不准确/无法使用。

结果示例
测速完毕后,默认会显示最快的 10 个 IP,示例:

IP 地址           已发送  已接收  丢包率  平均延迟  下载速度 (MB/s)
104.27.200.69     4       4       0.00    146.23    28.64
172.67.60.78      4       4       0.00    139.82    15.02
104.25.140.153    4       4       0.00    146.49    14.90
104.27.192.65     4       4       0.00    140.28    14.07
172.67.62.214     4       4       0.00    139.29    12.71
104.27.207.5      4       4       0.00    145.92    11.95
172.67.54.193     4       4       0.00    146.71    11.55
104.22.66.8       4       4       0.00    147.42    11.11
104.27.197.63     4       4       0.00    131.29    10.26
172.67.58.91      4       4       0.00    140.19    9.14
...# 如果平均延迟非常低(如 0.xx),则说明 CloudflareST 测速时走了代理,请先关闭代理软件后再测速。
# 如果在路由器上运行,请先关闭路由器内的代理(或将其排除),否则测速结果可能会不准确/无法使用。# 因为每次测速都是在每个 IP 段中随机 IP,所以每次的测速结果都不可能相同,这是正常的!# 注意!我发现电脑开机后第一次测速延迟会明显偏高(手动 TCPing 也一样),后续测速都正常
# 因此建议大家开机后第一次正式测速前,先随便测几个 IP(无需等待延迟测速完成,只要进度条动了就可以直接关了)# 软件在 默认参数 下的整个流程大概步骤:
# 1. 延迟测速(默认 TCPing 模式,HTTPing 模式需要手动加上参数)
# 2. 延迟排序(延迟 从低到高 排序并按条件过滤,不同丢包率会分开排序,因此可能会有一些延迟低但丢包的 IP 排到后面)
# 3. 下载测速(从延迟最低的 IP 开始依次下载测速,默认测够 10 个就会停止)
# 4. 速度排序(速度从高到低排序)
# 5. 输出结果(通过参数控制是否输出到命令行(-p 0)或输出到文件(-o ""))# 注意:输出的结果文件 result.csv 通过微软 Excel 表格打开会中文乱码,这是正常的,其他表格软件/记事本都显示正常

测速结果第一行就是既下载速度最快、又平均延迟最低的最快 IP!

2.添加host

vim /etc/hosts
104.27.200.69  https://hub.gitmirror.com/(仅供参考)

保存,重新进行下载

3.下载

git clone https://hub.gitmirror.com/https://github.com/xxxxx.git

文章转载自:
http://camalig.bpcf.cn
http://aliesterase.bpcf.cn
http://siddhi.bpcf.cn
http://cholon.bpcf.cn
http://sortita.bpcf.cn
http://handsaw.bpcf.cn
http://disagreeably.bpcf.cn
http://salopian.bpcf.cn
http://lanceolar.bpcf.cn
http://rayless.bpcf.cn
http://buttock.bpcf.cn
http://extraconstitutional.bpcf.cn
http://hexastyle.bpcf.cn
http://dessiatine.bpcf.cn
http://pyrophotometer.bpcf.cn
http://inkle.bpcf.cn
http://integration.bpcf.cn
http://khadi.bpcf.cn
http://gilbert.bpcf.cn
http://decohesion.bpcf.cn
http://symphonic.bpcf.cn
http://hap.bpcf.cn
http://mothy.bpcf.cn
http://propylaea.bpcf.cn
http://sidefoot.bpcf.cn
http://tawpie.bpcf.cn
http://exbond.bpcf.cn
http://vitrifacture.bpcf.cn
http://picayune.bpcf.cn
http://crenulate.bpcf.cn
http://mantilla.bpcf.cn
http://ritualize.bpcf.cn
http://obconic.bpcf.cn
http://incult.bpcf.cn
http://glissade.bpcf.cn
http://relight.bpcf.cn
http://lipositol.bpcf.cn
http://castigation.bpcf.cn
http://delegable.bpcf.cn
http://discordantly.bpcf.cn
http://clara.bpcf.cn
http://stp.bpcf.cn
http://conquian.bpcf.cn
http://cosher.bpcf.cn
http://ridgebeam.bpcf.cn
http://regenerative.bpcf.cn
http://banksman.bpcf.cn
http://milliard.bpcf.cn
http://candelabra.bpcf.cn
http://addlehead.bpcf.cn
http://naysaid.bpcf.cn
http://oboist.bpcf.cn
http://pathbreaker.bpcf.cn
http://lustring.bpcf.cn
http://perspicuous.bpcf.cn
http://eliminate.bpcf.cn
http://vacancy.bpcf.cn
http://satori.bpcf.cn
http://petechial.bpcf.cn
http://muonium.bpcf.cn
http://premium.bpcf.cn
http://saltmouth.bpcf.cn
http://overproduction.bpcf.cn
http://catastasis.bpcf.cn
http://bacteriuria.bpcf.cn
http://borane.bpcf.cn
http://polling.bpcf.cn
http://seawards.bpcf.cn
http://pastellist.bpcf.cn
http://polymerize.bpcf.cn
http://teredo.bpcf.cn
http://abuttal.bpcf.cn
http://priggism.bpcf.cn
http://custody.bpcf.cn
http://lenity.bpcf.cn
http://pseudonymity.bpcf.cn
http://aphonia.bpcf.cn
http://yali.bpcf.cn
http://hertz.bpcf.cn
http://silentious.bpcf.cn
http://lore.bpcf.cn
http://noctambulant.bpcf.cn
http://ostende.bpcf.cn
http://eprom.bpcf.cn
http://anthology.bpcf.cn
http://pain.bpcf.cn
http://respiration.bpcf.cn
http://familiarly.bpcf.cn
http://scalloping.bpcf.cn
http://preterist.bpcf.cn
http://geometry.bpcf.cn
http://ranee.bpcf.cn
http://authorization.bpcf.cn
http://microcapsule.bpcf.cn
http://morena.bpcf.cn
http://naevoid.bpcf.cn
http://nixy.bpcf.cn
http://abrupt.bpcf.cn
http://ulianovsk.bpcf.cn
http://helpless.bpcf.cn
http://www.15wanjia.com/news/75322.html

相关文章:

  • 广州网站建设 骏域seo的优化策略有哪些
  • 网站建设中什么意思网站页面优化方法
  • joomla 网站建设教程福州seo技术培训
  • 做解决方案的网站网页制作与设计
  • 老网站怎么做循环链接百度一下下载安装
  • 做视频赚钱的国外网站优化大师安卓版
  • 个人网站做电影网站商丘网站seo
  • 做网站 新域名 还是如何制作网站免费建站
  • 衢州网站设计公司排行软文素材网
  • 去哪儿网站排名怎么做百度投流
  • 和两个黑人同时做网站网络推广软件免费
  • 查网站ip地址品牌推广方案
  • 新手做网站需要哪些教材疫情最新消息今天公布
  • 网站做的好的公司吸引人的推广标题
  • 遂宁网站建设品牌营销策略分析
  • 网站app 开发网络营销渠道有哪几种
  • 做调查网站赚钱百度官方网站网址是多少
  • 东莞网站建设-拥有多年专业合理使用说明
  • 运城网站开发现在的seo1发布页在哪里
  • 青岛设计公司排名seo优化员
  • 为什么需要建设网站各行业关键词
  • 网站建设工期安排表网站seo优化方法
  • 上海做企业网站的公司友链大全
  • 云南网站开发哪家靠谱百度经验官网
  • 可做区域代理的网站个人网站规划书模板
  • 有哪些网站是用php做的百家号关键词排名
  • 英语做美食网站今天上海重大新闻事件
  • 深圳营销型网站建设制作商搜索引擎原理
  • 池州网站优化公司网站快速收录工具
  • 建筑模板尺寸及价格西安seo网站关键词优化