Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jim 7 posts 28 karma points
    Oct 06, 2014 @ 23:05
    Jim
    0

    6.2.2 Examine Management dashboard hangs/browser freeze

    When I go to the Developer section in the backoffice these two rest services are kicked off...

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

    These seem to be populating the examine management dashboard with their stats, but I have a large number of nodes on my site so this causes the browser to hang/freeze.

    Is there a way to turn off, or lazy load the examine dashboard?

  • Abdul Rahim 21 posts 83 karma points
    Jul 23, 2015 @ 04:38
    Abdul Rahim
    0

    Hi

    in Dashboard.config there is a <tab caption="Examine Management">. I removed this section and now the developer section doesn't hang anymore. I think a better way is to have this section lazy-load but this works for now.

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

    Thanks

    Rahim

  • Jim 7 posts 28 karma points
    Sep 03, 2015 @ 20:27
    Jim
    0

    You should at least source your information, Abdul. I posted the exact answer (with the exact same wording) almost a year ago on StackOverflow.

    http://stackoverflow.com/questions/26239672/examine-dashboard-causes-browser-to-freeze

Please Sign in or register to post replies

Write your reply to:

Draft