McA has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I would like to know which additional resources are loaded by a browser to display a fetched HTML page. As pages get more an more dynamic (e.g. Javascript loading resources, CSS background images loaded and applied), it's not only a job of parsing the initial page's html. (First steps done with Mojo.).
I want to give WWW::Mechanize::Firefox a try. So for all experts in this module. Is there a way to:
a) Access the cache usage setting in Firefox or simply resetting the cache?
b) Is there a chance to get a list of all loaded secondary resources, like the network monitor of Firebug is showing?
Hints and ideas welcome.
Best regards
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Firefox: Getting list of loaded resources
by Corion (Patriarch) on Aug 21, 2013 at 16:29 UTC | |
by McA (Priest) on Aug 21, 2013 at 21:41 UTC |