可以帮助宽带用户节省时间
又不是玩泡泡堂,这个倒不是很讲究
Google Web Accelerator sends requests for web pages, except for secure web pages (HTTPS), to Google, which logs these requests. Some web pages may embed personal information in these page requests.
· Google receives and temporarily caches cookie data that your computer sends with webpage requests in order to improve performance.
· In order to speed up delivery of content, Google Web Accelerator may retrieve webpage content that you did not request, and store it in your Google Web Accelerator cache.
您查询的IP:64.233.172.38 |
|
function FindProxyForURL_16199750(url, host) {
return "DIRECT";
}
var private_re = new RegExp("^((0\\.0\\.0\\.0)|(127\\.\\d+\\.\\d+\\.\\d+)|(10\\.\\d+\\.\\d+\\.\\d+)|(172\\.(1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)|(169\\.254\\.\\d+\\.\\d+)|(192\\.168\\.\\d+\\.\\d+)|(22[3-9]\\.\\d+\\.\\d+\\.\\d+)|(2[3-5][0-9]\\.\\d+\\.\\d+\\.\\d+)|([^.]*\\.[^.]*\\.google\\.com)|([^.]*))$");
var bypass_re = new RegExp("^((gmail\\.google\\.com)|(.*windowsupdate\\.microsoft\\.com)|(.*download\\.windowsupdate\\.com))$");
function FindProxyForURL(url, host) {
if (host == "localhost" || host == "127.0.0.1")
return "DIRECT";
var url_proxy = FindProxyForURL_16199750(url, host);
if (private_re.test(host) ||
bypass_re.test(host) ||
url.substring(0,5) != "http:" ||
"DIRECT" != url_proxy
)
return url_proxy;
else
return "PROXY localhost:9100; " + url_proxy;
}
--
大凡世上负有生息义务而蠢动者,为了尽其职责,必须得到休养。假如真有神仙说:“尔等乃为劳动而活,非为昏睡而生。”那么,我将回敬曰:“所言甚是。我为劳动而生存,故要求为劳动而休息。”
嗯,只有北美和欧洲地区。。。
这个是DNS缓存工具吗?
发现在pchome上的介绍
Google Web Accelerator有Google官方推出的可以加速搜索网页的工具,易于使用,会自动加速网页的加载。需要注意的是,该工具仍处于测试阶段,难免会出现一些问题,请谨慎使用。而且,在Beta测试的第一阶段,北美及欧洲以外的用户可能看不到明显的速度提升。
那么,Google Web Accelerator如何工作呢?
1、经专门处理Web加速的Google服务器来处理查询请求;
2、存储查询频率高的页面拷贝;
3、只下载在上次访问后更新过的网页;
4、预下载特定网页到计算机;
5、管理网络连接缩短延迟;
6、传输前压缩数据;
当然该工具不会对于所有网页起作用,如HTTPS页面;还有MP3及视频流等大量数据的下载也不会得以提速。关于隐私问题,Google保证尊重用户的个人隐私。
支持的系统:Windows XP or Windows 2000 SP3+,浏览器:Internet Explorer 5.5+ or Firefox 1.0+,如果要在其它浏览器上运行该工具,需要设置HTTP代理服务器设置为127.0.0.1:9100。了解更多:http://webaccelerator.google.com/
05-5-6,my36z <mai...@gmail.com> 写道:这个是DNS缓存工具吗?