How to check what a html / javascript page is loading?

2

How can I check what my browser is trying to load even after the html / javascript page has already loaded "completely"?

The page is: link

If they can do a test and see that it delivers the result correctly, but the browser is loading something ... I do not know exactly what ...

In addition, at least Chrome and Android do not display the result ... or it is displayed and goes back to the homepage, not allowing the user to see the result. I suspect that this "code" that he is loading in the browser will be responsible for this problem on Android.

    
asked by anonymous 03.03.2016 / 17:44

1 answer

1

For step-by-step verification in the browser, you can make use of the browser debugger itself (f12). Where by clicking the pause button you can see step by step what happens.

Using the script debugger:

CheckingtheNetwork(GETandPOST)

But in a way the site is working well.

    
03.03.2016 / 18:59