On Sep 23, 6:46 am, Sudokue <[email protected]> wrote: > I am new to Firebug and just installed it hoping it would help me test > my JS code to preload a large jpeg into the Firefox cache. Is there > any way to use Firebug to see what is in the Firefox cache ? > > The problem is that not all users of the page need the large jpeg so I > want to add it to the page using JS as soon as the JS code knows that > a particular user needs it. There is likely a 40 second delay between > the JS knowing that the jpeg is needed and the user actually viewing > the jpeg. Plenty of time to preload it but I need to know if my > preload code is actually working and best way is to start with empty > cache, set breakpoint at end of preload code then inspect the cache > for the jpeg. > > Can this be done with Firebug ? No
But there are some other extensions you could use: https://addons.mozilla.org/en-US/firefox/search/?q=cache+viewer&cat=all Or just open: about:cache Honza > Any other method to inspect the cache contents in Firefox or any other > browser ? -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
