自己做(zuò)的(de)asp小站速度慢(màn),由于沒有經驗,有的(de)頁面數據集清空、關閉,有的(de)頁面沒有關閉
除了(le)把每頁的(de)代碼都看一遍,有簡單方法找出是哪個(gè)頁面嗎,謝謝~
所有頁面底部加一個(gè) <!--#include file="footer.asp"-->
footer.asp
set rs = nothing
if isObject(conn) then
conn.close
set conn=nothing
end if
我的(de)rs 定義不規範,有:rs1,rso,rs2等。4樓的(de)語句能做(zuò)到都關閉嗎?謝謝~
if isObject(rs1) then
rs1.close
set rs1=nothing
end if
if isObject(rs2) then
rs12.close
set rs2=nothing
end if
......
if isObject(conn) then
conn.close
set conn=nothing
end if