|
@@ -57,6 +57,6 @@ if ($lv->IsError) ParamError(); |
|
|
$lv->Display();
|
|
|
$lv->Display();
|
|
|
if (DEBUG_LEVEL === TRUE) {
|
|
|
if (DEBUG_LEVEL === TRUE) {
|
|
|
$queryTime = ExecTime() - $t1;
|
|
|
$queryTime = ExecTime() - $t1;
|
|
|
echo "<div style='width:98%;margin:1rem auto;color:#721c24;background:#f8d7da;border-color:#f5c6cb;position:relative;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:.5rem'>页面加载总消耗时间:{$queryTime}</div>\r\n";
|
|
|
|
|
|
|
|
|
echo DedeAlert("页面加载总消耗时间:{$queryTime}", ALERT_DANGER);
|
|
|
}
|
|
|
}
|
|
|
?> |
|
|
?> |