![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Discuss UNIX and Linux user interfaces like GNOME, KDE, CDE, and Open Office here. All UNIX and Linux Newbies Welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ubuntu: Firefox vulnerabilities | iBot | Security Advisories (RSS) | 0 | 04-22-2008 02:00 PM |
| Customize your Firefox browser with Personas | iBot | UNIX and Linux RSS News | 0 | 04-14-2008 04:20 AM |
| Firefly extension turns Firefox into a file browser | iBot | UNIX and Linux RSS News | 0 | 03-31-2008 04:30 AM |
| Ubuntu Linux Toolbox: 1000+ Commands For Ubuntu And Debian Power ... - PR-Inside.com | iBot | UNIX and Linux RSS News | 0 | 12-19-2007 09:00 AM |
| Need Shell script for getting Firefox Browser Version | kjannu | UNIX for Dummies Questions & Answers | 2 | 06-27-2006 11:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I'm not sure if this will work for you, but check out the Firebug addon. The webpage says:
"You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page..." (emphasis mine.) https://addons.mozilla.org/en-US/firefox/addon/1843 |
|
|||||
|
Thanks for your reply.
I do believe that according to this, Firebug is supposed to be able to do what I'm searching for. However, in the real world, it doesn't quite work as well, because while it will show what took how long after the page (or the respective page element) has finished loading, it does not reliably show what it's stuck at while it's still loading. This image shows archive.org having problems (archive.org isn't the most reliable of websites, in my experience). The page is still loading, but Firebug doesn't show what specific element/file is stalling things: ![]() The second below screenshot shows the same page a minute or so later, after archive.org has finished loading. (The page hasn't actually loaded successfully, but that's archive.org's problem, not Firebug's. Firebug is supposed to be able to help pinpointing the problem.) It now turns out that index.php was at fault -- mind you, index.php showed as (instantly) fully loaded in the earlier screenshot: ![]() So... does anyone know another solution that works better? Or a way to make Firebug work as intended? PS: In case you're wondering, I get the same results with AdBlock Plus turned off, maybe a bit quicker, but that's all. |
|
|||||
|
hello,
try LiveHTTPHeaders mozdev.org - livehttpheaders: index, from their website: Quote:
hope this helps! |
|
|||||
|
ngrep is also a good tool - as simple as : "ngrep port 80" - producing for example :
Quote:
|
|
||||
|
Outside of Firefox, you could watch the traffic in a packet sniffer, if it's your personal workstation. The old workhorse tcpdump is a bit unwieldy, modern graphical tools like Wireshark may be more friendy at least for getting a feel for what you really want to look for; once you know that, you can go back and script tcpdump and create your own little custom application on top of it to show what's pending and how long things are taking. (If you go down this route, I'd really like to try it out!)
|
![]() |
| Bookmarks |
| Tags |
| debug, firefox, linux, ubuntu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|