1Cargando...
1Cargando...
259260261262263264265266267268269270271272273274275276277278279280281282283284285286287var request = (100 * Math.floor(1000*(ajax_stats[k].request - ajax_stats[k].waiting) / max_w ) / 1000);s += ''+ '<div style="float:left; "><div style="position:absolute; width:200px; margin-left:-200px; text-align:right;">'+ (k) + ' (server delay ' + ajax_stats[k].server_delay + ')' + '</div></div>'+ '<div style="padding-left:200px; height:16px; border-bottom: solid silver 1px; ">'+ '<div style="display:inline-block; height:100%; background:navy; width:'+ delay + '%"></div>'+ '<div style="display:inline-block; height:100%; background:orange; text-align:center; width:'+ waiting +'%">' + waiting + '</div>'+ '<div style="display:inline-block; height:100%; background:gold; text-align:center; width:'+ request +'%">' + request + '</div>'+ '<div style="display:inline-block; height:100%; ><div style="height:400px; position:absolute; border-left:red dashed 1px;"></div></div>'+ '</div>';}s = '<div style="font-size:8px;">' + s + '</div>';logger.log(s);logger.show();}
Enlace
El enlace para compartir es:
Guardar
Guardando...