The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
.
google unix.com



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

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-24-2008
ropers's Avatar
ropers ropers is offline
Registered User
  
 

Join Date: Dec 2001
Location: Dublin
Posts: 48
How can I see current browser requests? (Firefox on Ubuntu Linux)

I'm not sure if this is the right forum (if there's a better forum elsewhere, then I would be grateful for any pointers), but anyway: I am using Firefox 2.0.0.14 on Ubuntu 7.10 for day-to-day graphical webbrowsing. I sometimes find that some websites take a long time to answer certain requests because it appears that the web server is not answering the query quickly enough, or there is some script/ad/site/image that resides on a separate server hotlinked or embedded, and that separate server is not answering quickly enough. Some ads or tracking servers in particular can be sluggish to load. I would like to find a way to watch what images/files/objects are currently being loaded while a webpage loads. So I guess I am looking for some sort of Firefox Add-on that provides a tab/window where I can see what activity is really taking place "behind the scenes". Sadly, my googling was unsuccessful. Can anyone point me to any such Add-on or a similarly suitable solution?

Many thanks in advance!
  #2 (permalink)  
Old 05-24-2008
H2OBoodle H2OBoodle is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 18
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
  #3 (permalink)  
Old 05-25-2008
ropers's Avatar
ropers ropers is offline
Registered User
  
 

Join Date: Dec 2001
Location: Dublin
Posts: 48
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.
  #4 (permalink)  
Old 08-26-2008
elzalem's Avatar
elzalem elzalem is offline
Registered User
  
 

Join Date: Nov 2006
Location: Lebanon
Posts: 33
hello,

try LiveHTTPHeaders mozdev.org - livehttpheaders: index, from their website:
Quote:
Second by adding a tool in the 'Tools->Web Development' menu to be able to display http headers in real time (while pages are being downloaded from the Internet.
there is also NoScript https://addons.mozilla.org/en-US/firefox/addon/722 which blocks most ads (flash or other plugins if configured correctly) and stops all scripts from executing inside a page, that makes my browsing wayyyy faster!

hope this helps!
  #5 (permalink)  
Old 08-27-2008
vino's Avatar
vino vino is offline Forum Staff  
Supporter (in vino veritas)
  
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,796
Quote:
Originally Posted by elzalem View Post
hello,

try LiveHTTPHeaders mozdev.org - livehttpheaders: index, from their website:
I second that.
  #6 (permalink)  
Old 08-27-2008
sysgate's Avatar
sysgate sysgate is offline Forum Advisor  
Unix based
  
 

Join Date: Nov 2006
Location: Bulgaria
Posts: 1,318
ngrep is also a good tool - as simple as : "ngrep port 80" - producing for example :
Quote:
filter: ip and ( port 80 )
####
T 67.169.59.38:42167 -> 64.90.164.74:80 [AP]
GET / HTTP/1.1..User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i
686) Opera 7.21 [en]..Host: www.darkridge.com..Accept: text/html, applicat
ion/xml;q=0.9, application/xhtml+xml;q=0.9, image/png, image/jpeg, image/gi
f, image/x-xbitmap, */*;q=0.1..Accept-Charset: iso-8859-1, utf-8, utf-16, *
;q=0.1..Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0..Cookie: SQ
MSESSID=5272f9ae21c07eca4dfd75f9a3cda22e..Cookie2: $Version=1..Connection:
Keep-Alive, TE..TE: deflate, gzip, chunked, identity, trailers....
  #7 (permalink)  
Old 08-26-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
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!)
Closed Thread

Bookmarks

Tags
debug, firefox, linux, ubuntu

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:50 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0