检测某个网站的链接速度代码分享

Posted wicc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检测某个网站的链接速度代码分享相关的知识,希望对你有一定的参考价值。

小伙伴们是否想检测网站的速度,那么下面的代码一定能帮助到你们!

把如下代码加入<body>区域中: 
<script language=javascript
tim=1 
setInterval("tim++",100) 
b=1 
var autourl=new Array() 
autourl[1]="www.xxxx.xxx" 
autourl[2]="xxx.3322.xxx" 
autourl[3]="xxx.xx.xxx" 
autourl[4]="xxx.xxx.xxx" 
autourl[5]="xxx.xxx.xxx" 
function butt(){ 
document.write("<form name=autof>") 
for(var i=1;i<autourl.length;i++) 
document.write("<input type=text name=txt"+i+" size=10 value=测试中

……> =》<input type=text 
name=url"+i+" size=40> =》<input type=button value=GO

onclick=window.open(this.form.url"+i+".value)><br>") 
document.write("<input type=submit value=刷新></form>") 

butt() 
function auto(url){ 
document.forms[0]["url"+b].value=url 
if(tim>200) 
{document.forms[0]["txt"+b].value="链接超时"} 
else 
{document.forms[0]["txt"+b].value="时间"+tim/10+"秒"} b++ } 
function run(){for(var i=1;i<autourl.length;i++)document.write("<img src=http://"+autourl+"/"+Math.random()+" width=1 height=1 nerror=auto("http://"+autourl+"")>")} 
run()</script>

检测某个网站的链接速度代码分享

 

以上是关于检测某个网站的链接速度代码分享的主要内容,如果未能解决你的问题,请参考以下文章

分享企业网站SEO优化思路

seo网站建设分享链接

GitHub 开源分享 | PointRCNN - 第一个基于原始点云的两阶段3D目标检测

如何在静态网站上添加社交分享按钮?

分享一款将中文网站源代码直接生成英文网站的工具

分享网站漏洞检测与如何修复网站逻辑漏洞