Status bar with opera style page loading statistics?

Anyone ever seen an app or terminal code or something that allows us to see page loading stats (seconds taken, # images loaded, speed, etc) like the status bar in Opera or one you can load in FF? I would love to have this ability in Safari. I found one that gives instant feedback on W3C compliance of the loaded page, but not about page loading stats.

I want simple and quick view of time took page to load, how many images, speed, etc...
Load times can be found under Develop > Show Network Timeline, or by clicking on the Network icon located in the left-side column of the main Web Inspector window.
I use it sometimes BUT it is a stand alone window...
You might try clicking on the window-merge toggle button found in the extreme lower left corner of the Web Inspector window, directly underneath the Network icon. Good luck.

Similar Messages

  • Safari status bar no longer shows page load progress

    Hi...  Though it's been this way for a while now, perhaps since the start of whatever Safari version came along with OS X 10.8 Mountain Lion ??, I've finally become curious enough to ask about the following...
    In times gone by, the Safari status bar at the bottom of the page would show page loading progress...  You know, the old xx out of yy items complete or something like that???  But now, nothing...  Nothing at all in the Status Bar while a page is loading...  Nor is there a spinning gear in the URL line to show you something is going on...  Instead, all there is is the blue progress bar that slowly moves left to right across the URL box to show you what is happening...  And often that blue bar stalls where it just sits for quite a while...  And when that happens I never know the details of what is going on...
    Do I have something set up wrong???  Or did Apple decide we don't need to know what's going on while pages attempt to load???  I sometimes quit Safari when I have a secure page log on that appears to stall and all I have as feedback is a stalled blue progress bar... 
    All I ever see light up in the status bar is the URL of a link I might hover over on a page...  Otherwise, nothing...  That doesn't seem right...  Again, am I doing something wrong in the Status Bar set up or is that all the Status Bar ever shows now????  And if the latter, why would Apple have chosen to stop letting us observe page loading progress???  At least that used to tell me something was happening..  A blue progress bar that stops moving doesn't tell me anything useful... 
    Any thoughts or help on this would be much appreciated...  thanks...  bob...

    Mountain Lion 10.8.2
    Safari 6.0.2
    Robert Paris wrote:
    Do I have something set up wrong???
    Nothong is set up wrong.
    That is the way Safari works as far as I know.
    Best.

  • Show Progress Bar while only on Page Load.

    Hi Experts,
    I want to show progress bar every time when page loads.
    Progress bar is coming on the page. but it is not going off after page is loaded.
    Below is the code which i added for the Progress bar.
    //written on Header Text of Page
    <script type="text/javascript">
    <!--
    function html_Submit_Progress(pThis){
    $x_Show('AjaxLoading');
    window.setTimeout('$s("AjaxLoading",$x("AjaxLoading").innerHTML)', 100);
    //-->
    </script>
    //written on footer text of Page
    <style> #AjaxLoading{padding:5px;font-size:18px;width:200px;text-align:center;left:20%;top:20%;position:absolute;border:0px solid #666;}
    </style>
    <div id="AjaxLoading" style="display:none;"><br /><img src="#APP_IMAGES#progress_bar.gif" id="wait" /></div>
    //called the function Execute on Page Loads 
    html_Submit_Progress(this);Progress bar is continuously showing on the page after page is loaded.
    I want only to show only page loads.
    Please help me .
    Apex Version : Apex 4.1
    DB Version : 10g
    Regards,
    Jitendra

    Hide the loader element when the page has loaded. Put this in the javascript section
    $(document).ready(function(){ $x_Hide('AjaxLoading'); });Or put it in the page load section
    $x_Hide('AjaxLoading');Or create a dynamic action which fires on page load, select a hide action, and use a jQuery selector to target '#AjaxLoading' as an affected element.

  • Pages not loading, suddenly today, status bar at bottom of page has red "J" for Java and I cannot figure out why or what to do

    After using Firefox successfully for months, it started not loading full pages today, but showing "done" in the status bar at the bottom. I also noticed icons for Javascript, Java, Silverlight, etc., on the right side of status bar, JAVA one is red, but I don't know what that means.

    See View > [X] Status Bar

  • NEED HELP ON HOW TO TURN STATUS BAR OF A JSF PAGE OFF

    I need a pop-up within my application where a staff can select his HOD(An hyperlink named HODNAME with text SELECT ) and on click it shows a pop up of a page (allstafflist.jsp) which has table and contains all staff. It has Select link which return name of the HOD to the parent page. My problem is that if I set the url of HODNAME (allstafflist.jsp) and set target to (new window), it shows the page as a pop up and if I select anything it returns what I want but I don�t WANT IT TO HAVE /SEE STATUS BAR.
    So I thought of writing a javascript and call the function below on click i.e
    ui:hyperlink binding="#{page1now.hodname}" id="hodname"
    style="color: blue; left: 480px; top: 1128px; position: absolute; width: 94px" onClick=�searchpage()� text=" SELECT STAFF" >
    <script >
    function searchpage() {
    window.open( "http://wghjhc-1016:8000/appraisal/faces/allstafflist.jsp" , "sfafflist" , "status = 1, height=900,width=900 , resizable = 0" )
    </script>
    but my problem is that it shows the pop up with no status bar but it display it at the back of the parent page, so if I don�t minimize the parent page I won�t see it.
    So my problem is
    1.     how can I make javascript run first on a page so as to disable the status bar.(i.e if it run first on allstafflist and disable its status bar) or
    2.     how can I make the pop up from the javasript above not to be disappearing(i.e to appear as pop up and not to appear at the back of the current page)or
    3.     how can I set the property or the url to be displayed not to have status bar(i.e if I set the property of hodname i.e url = "/faces/allstafflist.jsp", target="_blank")

    This might help: http://blogs.sun.com/divas/entry/adding_a_popup_window_to

  • Progress bar/Icon before the page loads

    Hi,
    I am having a page which takes 1-2 mins to load and render the data now i want to display animated icon/progress-bar immediately the page pops up(ie. when blank). Ive already done progress bar on the page load but in this case i want it to display much early when the page is still blank, any idea please. If this is not doable in Apex i might borrow JS/JQuery......thanks all.

    All,
    I got this issue to work in a better way using Skillbuilder's pop-up plugins but again I am having issue with that too as described below,
    The first time the popup page comes up the background is totally black, how can i change this to make it meaningful color?
    http://apex.oracle.com/pls/apex/f?p=4550:1:0:::::
    workspace=proj2010
    userid/pwd=demo/demo123
    thanks in advance.
    Edited by: jieri on Jul 30, 2012 1:18 PM

  • JFrames withous status bar with "Java Applet Window" ?

    Hello.
    I call a JFrame from JApplet. All my JFrames with a status bar where string "Java Applet Window" is showing. How can I creat JFrames without that status bar?
    Thank you in advance.

    This shows as a security measure because your applet isn't "signed". Your applet must be signed in order for this to not show.
    Refer to the following for a how-to:
    http://java.sun.com/developer/qow/archive/167/index.jsp

  • Page Load Statistics

    I've seen other users clock their page loads with a certain
    webpage
    before... who knows the URL I'm referring to?
    I just want to check the load time for my pages, because
    today I switched
    all my .html pages over to .php due to using some dynamic
    content - and they
    seem to drag a *bit* loading up. Interestingly, this only
    seems so in
    Firefox...
    Thanks everyone.
    Shane H
    [email protected]
    http://www.avenuedesigners.com

    On Wed, 26 Apr 2006 22:43:37 -0400, "Shane H"
    <[email protected]> wrote:
    >I've seen other users clock their page loads with a
    certain webpage
    >before... who knows the URL I'm referring to?
    >
    >I just want to check the load time for my pages, because
    today I switched
    >all my .html pages over to .php due to using some dynamic
    content - and they
    >seem to drag a *bit* loading up. Interestingly, this only
    seems so in
    >Firefox...
    >
    >Thanks everyone.
    http://www.websiteoptimization.com/services/analyze/
    You can find it using the FireFox web developer's toolbar.
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • Song Status Bar Gone in iPod after loading 1.1.2

    Ever since I loaded 1.1.2, the song status bar disappeared from the song list screen. I'm stuck on the 5-star rating screen and can't get it off. Any ideas?

    Am I just not understanding you or did you post this in the wrong forum. This is the iPhone forum, did you mean to post in an iPod forum?

  • Refreshing a status bar with a shell script

    Hello,
    I use the lemonbar to display some informations about my system. The lemonbar
    use a shell script to display informations. Sometimes I want to refresh my status bar.
    To be brief: is it possible to refresh the status bar without checking for example every 2 seconds with
    a "sleep 2" command ?
    Let's take an example: with my window manager I switch
    from desktop 1 to desktop 2. At the moment I use a sleep command and I refresh the information
    every 2 seconds. Is there a way my shell script get notified about the switch from desktop 1 to desktop 2 and can refresh
    the information in my status bar ? So it would be not necessary to execute a sleep command every two seconds.
    Until now I found nothing. An idea is to react to a keyboard shortcut (the switch from desktop 1 to desktop 2), but
    I don't know if it's possible.  Perhaps something with a signal ? I also know some X events are generated by creating or closing windows
    for example. I don't know if reacting to X events would be another possibility.
    Thank you!

    kokoko3k wrote:Eg: if a WM writes the current desktop in a file, then you can just watch that file via inotify and do an event driven action.
    I will keep it in mind. I have to check, but it's possible I can use that solution.
    kokoko3k wrote:As a side note: how do you switch "desktops" without a WM? Was it just an example?
    Yes, it was an example. If I change in the future I could use the solution for the chosen wm.
    But at the moment I can create groups. Each groups get a number and I can raise or hide all applications
    in that group. So it's the same problem.

  • Opera Mini page load limit with 8330?

    I downloaded the Opera Mini browser. It's much better than the regular browser that comes with the phone, however when I set the Image quality to High and load a page with multiple images it will not load all the images. Is there a size limit or is this a settings issue? Is this a limitation by the memory on the phone or the browser itself?

    blueshark123 wrote:
    Happens with just about any site with large images. Set your Image quality to "High" then try autoblog.com. All the pictures won't load.
    I can't install applications on my blackberry. But I tried with the 4.2.2 Blackberry Browser, images High Quality, and going to the Full website of the url you gave us. Took some time, but I have all the images.
    nice cars, nice beer, and ugly frizzy dry hair.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • InContext editing bar disappears quickly after page loads

    Hello! I am working on a client site and was able to successfully edit pages yesterday. But, today as I was trying to work on it, I noticed that I cannot go into edit mode from the website (using command + E).
    When I go to the site and try to enter edit mode, I can see the edit mode bar at the top for a second, but it quickly disappears.
    Please help! I am so frustrated. I have spent hours trying new things.
    Thank you!

    Hello Jackie,
    I took a look at your page and I can see the problem. You've created a repeating region, but you don't have any editable regions within the repeating region. You'll simply want to apply editable regions to your table cells (<td> tags).
    Since you're starting out with some content that will likely become outdated. You probably want to apply the repeating region around each table instead of one repeating region around all tables. This way your client will be able to remove each listing image/information region individually, or repeat/edit each one individually.
    Please let me know if you need more information.
    Best regards,
    Corey

  • Move Focus from Web Adress Bar when Google search page loads

    '''This relates to Firefox 4'''
    I use google search as my home page - when i start firfox or open a new tab manualy i want to have the focus start in the google search box, but in stead it stays in the search bar - is there a way to correct this behaviour as i generally start typing without looking at the screen and before i know it i hit enter and the results are returned from Yahoo or some such.
    Not a major issue but annoying.

    '''I had the same problem when I updated to firefox 4. This is how i fixed it:'''
    The problem seems to be caused by the 'New Tab Homepage' add on. So:
    # Disable or remove the 'New Tab Homepage' add on and restart firefox.
    # Download and install the firefox add on called 'NewTabURL' and restart firefox.
    # Click on the Options button for NewTabURL and uncheck 'Select location bar after loading new tab'
    # Under the 'Default URL for new tabs' heading, choose 'Home Page'
    # Click on the Save button.
    Hopefully, problem solved!

  • Random problem with this forum page loading

    Hi I have a random problem when trying to load pages on this forum where somthing like this might hapen
    [URL=http://www.imagebam.com/image/57659f268651981][IMG]http://thumbnails106.imagebam.com/26866/57659f268...
    It does not happen all the time. But when it does if I press the refresh button It sorts itself out
    Is anyone else having this problem

    Same problem is back after only one day. When using Safari (latest version), if I click on the following link...
    http://discussions.apple.com/category.jspa?categoryID=218
    All I see is the Category headings (no latest posts) and I'm NOT automatically signed in. When I attempt to sign in, I then go the the "new user" data page. After signing in, I get very restrictive access to the forum.
    When I sign in with Firefox, everything is normal. Yesterday when I had this problem, I erases the cookies from Safari and everything returned to normal. I hate to have to erase my cookies everyday to get access here as I prefer to use Safari.
    Is this happening to anyone else?

  • Apert. fixes/messes with picture style when loading.

    Hi, Im using a canon rebel Xti. and I love using aperture except for the fact that it changes my picture style and many other things to its own standard when it loads from my card. I can see in the preview its a totally different images, then it loads onto my computer and when i click it by the next load the image is fixed in aperture's style. When i load it with other photo programs, the pictuer style stays. Anyone know how to let aperture know I want to be HANDS OFF my image until I can do the fixing? Seriously the image looks completely different with lighting exposure etc

    when shooting RAW, the camera captures as is ... the picture style info is a set of instructions that canon's dpp software uses to translate the image ... this is the only program i am aware of that will use this proprietary info, which other programs read it for you ???
    RAW images are raw data ...
    aperture reads your RAW, not canon's instructions ...
    so technically, aperture is HANDS OFF your image, you are trying to add adjustments with the picture styles ...
    the preview is the embedded jpg that the camera creates for teh thumbnail, etc ...
    what are the "many other things" it changes ???
    Message was edited by: tidysteve
    more info from a search of the forum ...
    http://discussions.apple.com/search.jspa?threadID=&q=canonpicturestyle&objID=c184&dateRange=all&userID=&numResults=15&rankBy=10001

Maybe you are looking for

  • Recovery Image on an External Hard Drive?

    I was wondering if I could save a recovery image on my external hard drive? It says to use a USB or Disc, but my computer doesn't have a CD drive, and I don't have a USB with a min of 19GB. What I do have are several 8GB, and less, and one 16GB, but

  • Bandwith Error ( I did  search..honest)

    But it came up with little to sort out my issue. I have a new C2D Macbook Pro. iChat works great everywhere accept my office. I work form home and have a home office in my back garden. We have 2 lines, both ADSL. One is a 1MB line (the office) the ot

  • Which table the dynamic selection view will be stored

    Dear Freinds,                   I  have created a dynamic selections view form Se80 > Editobject>Selection view > Created by adding the required tables pa0002,pa006,pa0009 . But the transport request we have saved it locally now i want to create a tr

  • Can an sd card reader be used on an iphone to transfer pictures?

    I was looking at the sd card readers for iPhone and I am not sure if they are going to work like I thought.  Can you use it to transfer pictures from the phone to thee card and then to either a computer or a photo kiosk?   If so, does anyone know of

  • Changing to a new laptop

    I just got a new laptop and want to install my blackberry desktop software on the new one.  Any suggestions before I proceed?  I assume I just use the original installation disk I received, but that is a few years old.