IE developer tools allows page to load

mw 11 Reputation points
2021-10-26T19:17:05.557+00:00

One of the web sites in our company fails to load in IE , unless we run IE with developer tools and then reload the page.

Any ideas on what developer tools is doing differently ?

If I dont have developer tools open and reload the page, the page still wont load.

This is occurring in IE 11 , all patches on both win server 2016 and win 10 .

I suspect that this is similar to https://stackoverflow.com/questions/34049339/what-causes-ssrs-to-use-blank-gif-breaking-reports-in-ie11

but I'm curious why I dont have an issue when I run developer tools.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Isabellaz-1451 3,616 Reputation points
    2021-10-27T01:43:03.903+00:00

    Hi @mw
    When Developer Tools is enabled, IE doesn't really uses its HTTP cache (at least by default in IE 11) like it does in normal mode. It means if your site or page has a caching problem (if it caches more than it should for example - that was my case), you will not see that problem in F12 mode.

    I refer to this thread :why-does-javascript-only-work-after-opening-developer-tools-in-ie-once

    However your issue is more like IE ,you can ask on this forum for further infomation:windows-10-general.html

    Best Regards,
    Isabella


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.