經(jīng)過排查發(fā)現(xiàn),問題出在index_testenv.php,DedeCMS安全提示執(zhí)行緩慢造成的,具體是哪段代碼引起的問題我們暫時還沒有搞清楚,現(xiàn)階段的解決辦法是屏蔽相關(guān)代碼:
目錄dede/templets/的index_body.htm文件中的第25行至第35行部分屏蔽.
/*
function showMore()
{
$("#allInfo").toggle();
$("#allInfoTD").toggle();
}
/*$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})
*/
< /script>