Click here to Skip to main content
15,886,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I have one problem Regarding to Chrome browser.

I have make one web application.
I am Loading all images on the login form which is display first.

But in chrome,
I have to refreshed Login page for at least 4 or 5 time to load it completely.
Even at first time the combobox also not load completely.

I have observed that in the inspect element in chrome,
some DXR.axd files are not loaded completely.

For the testing I have deployed site in my computer's IIS settings.
For the file(s) DXR.axd, the response come back soooo fast from the server before the file DXR.axd executes on the server,
so the chrome can't find the reference of that file.

So I am confused that it is my site problem or the chrome browser problem?
Please give me the answer.

So How can I solve this problem.

Hoping for your answer.

Thanks in advance.
Mahesh Patel
Posted
Updated 12-Nov-10 22:38pm
v4

1 solution

While in Chrome, press Ctrl + Shift + J (or Ctrl + Shift + I). IT will show you Javascript console or one of the tabs in Chrome development tools. Check if you have any errors there. Go to the Resources tab and check what items are loaded (or are still loading), in case there is some unexpected issue - it should be marked in red. You can try to Audit your page using Audits tab too, it should give you some hints/advices on what can be wrong.
 
Share this answer
 
Comments
Dalek Dave 12-Nov-10 4:15am    
Good call

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900