2014-10-07 38 views
0

當我去這兩個休息服務拉開序幕在後臺開發者部分...如何關閉檢查儀表板?

/umbraco/BackOffice/Api/ExamineManagementApi/GetIndexerDetails?_=1412628951557 
/umbraco/BackOffice/Api/ExamineManagementApi/GetSearcherDetails?_=1412628951560 

這些似乎填充檢查管理儀表板與他們的統計,但是我有大量的節點在我的網站上,這會導致瀏覽器掛起/凍結。

有沒有辦法關閉或延遲加載檢查儀表板?

+0

您是否曾經將此問題提出爲umbraco.org的問題?如果你沒有,那麼你應該看看他們的反應是什麼。 – Digbyswift 2014-10-09 09:05:15

+0

@Digbyswift是的,我在這裏有一個開放的問題。 http://our.umbraco.org/forum/getting-started/installing-umbraco/57168-622-Examine-Management-dashboard-hangsbrowser-freeze – Shoe 2014-10-09 14:53:10

回答

0

in Dashboard.config there is a ExamineManagement section。我刪除了這部分,現在開發人員部分不再掛起。我認爲一個更好的方法是讓這部分延遲加載,但現在可以工作。

<section alias="ExamineManagement"> 
    <areas> 
     <area>developer</area> 
    </areas> 
    <tab caption="Examine Management"> 
     <control>/umbraco/dashboard/ExamineManagement.ascx</control> 
    </tab> 
</section>