Identify CSS not loaded in with Firebug?

1

I have a site hosted on LocaWeb, and I have a firewall in the company PFSense that for some reason is preventing CSS loading on machines in my network. I want to know how to identify what is not loading on the page, so you can make some rules to solve this problem. I saw what you can do with firebug . But I still do not know how. If anyone can help me I'll be grateful

    
asked by anonymous 17.02.2016 / 19:12

1 answer

1

You do not need to use Firebug, you can monitor the network through the browser itself:

  • Press ctrl + shift + k ;
  • Access the "Network" tab and reload the page you would like to monitor.

The result will look similar to this (which I ran on that question's page) :

    
17.02.2016 / 19:33