犬者
“说了你又不听,听又不懂,懂又不做,做又做错,错又不认,认又不改,改又不服,不服也不说,那叫我怎么办?!”

【电脑】提高网页显示速度

最近一直在修改颜如玉网的程序……太多太多东西可以说了……

挑一个牛角尖出来……

http://www.yanruyu.com/jhy/author/thecolemn.asp

这个页面是将所有的作者按照最后发表文章的时间顺序显示出来……

其核心内容原来是:

    for i=1 to rs.recordcount
     if rs.eof then exit for

      response.write "<tr><td>"
      response.write "<li><a href='authorintroduction.asp?authorid=" & rs("id") & "' onclick='return introductionwindow(this)'><font color='#8A6F00'>" & rs("name") & "£º</font></a></td>"
      response.write "<td><a href='./column.asp?sendid=" & cstr(rs("id")) & "' target='_blank'>" & rs("name1") & "</a><br>"
      response.write "</td></tr>"
      rs.movenext
    Next

上面的程序没有什么错误……只是……太慢了……

首先不应该使用for loop……更不应该在for loop里面做判断……

其次……不应该使用response.write来显示数据……直接插入会比response.write快些……

当然还有其他一些细节的东西……

经过我修改之后,变成了下面的样子……

<%while not rs.eof%>

<tr><td><li><a href='a.asp?a=<%=rs(0)%>' onclick='return i(this)'><%=rs(1)%>£º</a></td><td><a href='./column.asp?sendid=<%=rs(0)%>' target='_blank' class=b><%=rs(2)%></a></td></tr>  <%rs.movenext    wend%>

偶甚至将链接、函数名称都改成只有一个字符……以缩小文件大小……

之前页面有234K大……现在就只有171K咯……文件生成的差别时间暂且忽略不计……现在光下载的速度就可以提高26%……实际上,文件生存也是快速了很多很多……

2175
问天 @7/2/2004 1:08:54 AM
View blogs in this category:电脑


Wuvist 在 7/2/2004 1:12:13 AM 说:

补充……使用rs(0)获取数据同样会比rs("id")更加快些……

Please leave your comment here

 
  名字:
  主页:
  内容:
 

   


Navigation
Blogwind
犬者首页
Contact


个人档案


“说了你又不听,听又不懂,懂又不做,做又做错,错又不认,认又不改,改又不服,不服也不说,那叫我怎么办?!”



Categories
死结(27)
电脑(171)
心情(175)
天影(25)
乱弹(204)
博客(80)
音乐(18)
饕餮(30)
读书(19)
电影(27)
网摘(5)
希望(31)
汕头(10)
经济(5)
苹果(19)
跋涉(3)



Archive
2008年8月
2008年7月
2008年6月
2008年5月
2008年4月
2008年3月
2008年2月
2008年1月
2007年12月
2007年11月
2007年10月
2007年9月
2007年8月
2007年7月
2007年6月
2007年5月
2007年4月
2007年3月
2007年2月
2007年1月
2006年12月
2006年11月
2006年10月
2006年9月
2006年8月
2006年7月
2006年6月
2006年5月
2006年4月
2006年3月
2006年2月
2006年1月
2005年12月
2005年11月
2005年10月
2005年9月
2005年8月
2005年7月
2005年6月
2005年5月
2005年4月
2005年3月
2005年2月
2005年1月
2004年12月
2004年11月
2004年10月
2004年9月
2004年8月
2004年7月
2004年6月
2004年5月
2004年4月
2004年3月
2004年2月
2004年1月
2003年12月



My Links
5G
bloglines
时尚摄影师奇科的博客
我们的漫画
颜如玉
最爱卫斯理

RSS 2.0

Username:
Password:
 Remember me