Search code examples
asp.net-mvcglimpse

Glimpse seems to be hanging my browsers


I've recently update all my web projects to mvc5 and the latest glimpse (asp.net 1.9,1.85 core and 1.53 mc5). Even when I run remoted into my production server, it basically hangs the browser.

Is there a known problem here? how can I figure out what is going on?

thanks


Solution

  • There isn't an outstanding known issue.

    The best thing to do is use your browser's F12/Networking tools to determine the size of /Glimpse.axd?n=glimpse_request&requestId=... request.

    If that JSON response is too large, it may be causing your browser to work a little too hard. You can reduce the size of that payload by removing tabs that you aren't using.