Very slow queries when connecting through the listener in Oracle 10.2.0.4

Hi,
I have a 10g database with a little table (2 columns, 9 rows).
When i connect to the db through the listener (sqlplus system/manager@SID) and run this query : select * from table, the execution time is about 500ms
When i connect to the db by setting the ORACLE_SID to SID (export ORACLE_SID=SID; sqlplus system/manager) and run the same query, it's 10x faster ...
The listener is : TNSLSNR for Solaris: Version 10.2.0.4.0 - Production
The database is : Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
Any ideas ?
Thanks ... (i'm a newbie in oracle and in english ... so excuse me in advance)
Edited by: user1248176 on 12 avr. 2010 22:50

steve80lyon wrote:
i didn't activate wait tracing ... that's done : now i get this when running through TCP/IP connection
PARSING IN CURSOR #5 len=70 dep=0 uid=5 oct=3 lid=5 tim=1038452661888 hv=3805331552 ad='8fa8e228'
SELECT ID, DESCRIPTION FROM AGARIC.PROFILS ORDER BY LOWER(DESCRIPTION)
END OF STMT
PARSE #5:c=260000,e=300749,p=10,cr=1047,cu=0,mis=1,r=0,dep=0,og=4,tim=1038452661879
EXEC #5:c=0,e=84,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=1038452662120
WAIT #5: nam='SQL*Net message to client' ela= 5 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452662202
WAIT #5: nam='SQL*Net message from client' ela= 50324 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452712705
WAIT #5: nam='SQL*Net message to client' ela= 2 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452713043
FETCH #5:c=0,e=359,p=0,cr=7,cu=0,mis=0,r=9,dep=0,og=4,tim=1038452713153
WAIT #5: nam='SQL*Net message from client' ela= 1750 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452715077
PARSE #3:c=0,e=23,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=0,tim=1038452715199And there we see the difference. Notice the WAIT lines, above? They aren't in your previous post, with the bequeath connection.
I'm re-reading some docs on exactly how to "walk the clock" in reading the above. If you are interested, see if you can find a copy of "Optimizing Oracle Performance" by Cary Milsap. It goes into great detail about how to interpret these traces.
The "ela" value is the elapsed time of the wait, in micro-seconds (1 ms = 0.000 001 second). Unless I've slipped a decimal position, you have 0.52081 sec (a whisker more than one-half second) in network wait time, that doesn't exist on the bequeath connection. That is your "about 500 milliseconds".
Edited by: EdStevens on Apr 13, 2010 9:56 AM
Edited by: EdStevens on Apr 13, 2010 10:00 AM

Similar Messages

  • Very slow start when initially entering the service ticket in Web UI (2007)

    We seem to encounter a very slow start when initially entering the service ticket in Web UI (2007). Once in all seems speedy enough. I don't have my access arrange for the Service marketplace (OSS notes) yet so can't check if there is a known solution, which I suspect there is. Has anyone encountered this problem and possibly resolved it?.
    Jason.

    Previous posts have highlighted the following notes:
    1048388 General Performance improvements of BSP transactions
    1162605 Network performance for CRM 2007 Webclient
    1162685 SAP CRM 2007 Webclient Performance
    821045 Poor performance of MIME objects in BSP pages
    581316 BSP Delta-Handling for CRM (BASIS 620 SP17)
    However, I was wondering whether anyone has come across any other small changes that may have a major effect. A quick-win I guess you call it. From bitter experience I know there are rarely quick wins when it comes to optimisation due to the amount of re-testing etc.
    But any further advice would be welcome.
    Jas.

  • Why does my TV only show the background image on my iMac when connected through the thunderbolt port?

    I connected my iMac to my LCD TV using an HDMI cable and then an adapter to connect to the iMac's thunderbolt port. However, I can only see the wallpaper of my iMac, but not any other application that is open. Could anyone help me resolve this issue?

    The TV is  seen as a second monitor, you need to drag content onto it. Just click this window and drag it to the left and it should appear on the TV. If you want the TV to mirror what you see on  your iMac then you have to tell got to System Preferences - Display - Arrangement tab and click Mirror Displays.

  • Very slow performance when scrolling through view object

    Dear reader,
    I've encountered the following problem (JDeveloper 9.03.2) I have a (predefined) ViewObject on top of a table, which contains ca. 3000 records.
    The user is allowed to choose a record (for instance through a JUNavigationBar), as soon as 'last' record is clicked in the navigation bar, it takes minutes(!) before it is actually shown. It seems it is building up the entire ViewObject (in memory) with all the records initialized, until it finally reaches the last record. The same thing happens if I manually call:
    vo.setRangeStart(3000), again it takes several minutes. The range size itself is 10. A call to vo.last() has the same effect as well.
    Am I doing something wrong? And if so what? And if this is normal behavior, what can I do to improve the performance? It is impossible to work like this... Thank you for your time!
    Regards Martijn

    Need suggestions...
    I have a jclient application that at one points does a batch download of data ~5k rows. Before I iterate through the records I call the setforwardOnly on the view object as well as its row set...
    so something like
    vo.getRowSet().setForwardOnly(true);
    vo.setForwardOnly(true);
    I only have read only access to these databases so I can't create temp tables on the database and I don't have any other database to point bc4j to to save the transaction information.
    Is there a way to force it to use a file or anything else?
    I don't want to turn off cacheing all together since there might be a case where user might accidently select a huge number of records to d/l.
    I'm using jdev 9.0.3.2.

  • Very slow queries when using oracle spatial

    Hi,
    I am new to oracle, please help with me the problem that I am facing.
    I am storing spatial regions inside the data base. The data is in very simple in form. That is each region is a small rectangle. The boundaries of rectangle touch each other but they do not overlap. Basically I am filling the 2D space with rectangles.
    I use the SDO_FILTER query to find regions inside the data base that intersect with a line. The data base contains a single table. With one column of type SDO_GEOMETRY. And the table has around 25000 tuples.
    The problem is that when the result of the query is large (70% of the tuples) that means there are many regions in the cache that intersect the line, the amount of time it takes is a lot more(6 times) than if I do the same without using the R Tree.
    I can do it without using the R Tree because all my objects are rectangles. I store the the left bottom and the top right corner of the rectangle in the data base. And then use a simple range query.
    Is this behaviour expected? should I use an R Tree index structure, or something else. I know that when the result is very large the R Tree search will have to search many sub trees to retrieve the data points. But should the performance be worse than a sequential scan?
    Or will indexes only work for cases where the selectivity of the query is high?
    Please reply I need help,
    Thank you,
    Nishant

    Hi,
    I am using the version of spatial that we get with Oracle9i Release 2 (9.2.0.1) or it could be
    Oracle 9i release 2 (9.2.0.2).
    I don't know how to check that.
    Here I provide the create script, create index statement and a few sample data items that I insert into the data base.
    Create Script:
    create table out5d(
    ID                          NUMBER(9),
    PID NUMBER(9),
    X                          NUMBER,
    Y NUMBER,
    L NUMBER,
    PL NUMBER,
    shape                          MDSYS.SDO_GEOMETRY,
    HEIGHT                         NUMBER,
    N                          NUMBER(9),
    d0 NUMBER,
    d1 NUMBER,
    d2 NUMBER,
    d3 NUMBER,
    d4                         NUMBER,
    D0_MAX NUMBER,
    D1_MAX NUMBER,
    D2_MAX NUMBER,
    D3_MAX NUMBER,
    D4_MAX NUMBER,
    D0_MIN NUMBER,
    D1_MIN NUMBER,
    D2_MIN NUMBER,
    D3_MIN NUMBER,
    D4_MIN NUMBER);
    alter table out5d
    add constraint keyConstraint
    primary key (ID);
    Create Index:
    INSERT INTO USER_SDO_GEOM_METADATA VALUES ('out5d' , 'shape' , MDSYS.SDO_DIM_ARRAY( MDSYS.SDO_DIM_ELEMENT('X', 0, 1, 0.0000001), MDSYS.SDO_DIM_ELEMENT('Y', 0, 1, 0.0000001) ), NULL);
    CREATE INDEX out5d_rtree ON out5d(shape) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    I changed the fan out to 50. Because I read in the spatial user guide that in case you are expecting a big output result you should increase the fan out to 50 or 60.
    Also here is a sample data items that I inserted into the tables.
    insert into out5d Values (25129,17556,0.804932,0.804993,0,NULL,NULL,NULL,1,0.298039,0.5,0.243137,0.222222,0.266667,0.298039,0.5,0.243137,0.222222,0.266667,0.298039,0.5,0.243137,0.222222,0.266667);
    insert into out5d Values (25130,17556,0.804993,0.805054,0,NULL,NULL,NULL,1,0.290196,0.494681,0.235294,0.222222,0.266667,0.290196,0.494681,0.235294,0.222222,0.266667,0.290196,0.494681,0.235294,0.222222,0.266667);
    insert into out5d Values (25131,19920,0.371094,0.371155,0,NULL,NULL,NULL,1,0.337255,0.734043,0.262745,0.239316,0.357576,0.337255,0.734043,0.262745,0.239316,0.357576,0.337255,0.734043,0.262745,0.239316,0.357576);
    insert into out5d Values (25132,19920,0.371155,0.371216,0,NULL,NULL,NULL,1,0.345098,0.723404,0.270588,0.239316,0.357576,0.345098,0.723404,0.270588,0.239316,0.357576,0.345098,0.723404,0.270588,0.239316,0.357576);
    insert into out5d Values (25133,19920,0.371216,0.371277,0,NULL,NULL,NULL,1,0.352941,0.734043,0.262745,0.247863,0.363636,0.352941,0.734043,0.262745,0.247863,0.363636,0.352941,0.734043,0.262745,0.247863,0.363636);
    insert into out5d Values (25134,19920,0.371277,0.371338,0,NULL,NULL,NULL,1,0.345098,0.728723,0.262745,0.247863,0.363636,0.345098,0.728723,0.262745,0.247863,0.363636,0.345098,0.728723,0.262745,0.247863,0.363636);
    insert into out5d Values (25135,17615,0.298706,0.298767,0,NULL,NULL,NULL,1,0.231373,1,0.262745,0.589744,0.606061,0.231373,1,0.262745,0.589744,0.606061,0.231373,1,0.262745,0.589744,0.606061);
    insert into out5d Values (25136,17615,0.298767,0.298828,0,NULL,NULL,NULL,1,0.223529,1,0.270588,0.589744,0.606061,0.223529,1,0.270588,0.589744,0.606061,0.223529,1,0.270588,0.589744,0.606061);
    insert into out5d Values (25137,17615,0.298828,0.298889,0,NULL,NULL,NULL,1,0.231373,1,0.262745,0.598291,0.618182,0.231373,1,0.262745,0.598291,0.618182,0.231373,1,0.262745,0.598291,0.618182);
    insert into out5d Values (25138,17615,0.298889,0.29895,0,NULL,NULL,NULL,1,0.231373,1,0.270588,0.589744,0.612121,0.231373,1,0.270588,0.589744,0.612121,0.231373,1,0.270588,0.589744,0.612121);
    insert into out5d Values (25139,19918,0.518127,0.518188,0,NULL,NULL,NULL,1,0.584314,1,0.152941,0.282051,0.412121,0.584314,1,0.152941,0.282051,0.412121,0.584314,1,0.152941,0.282051,0.412121);
    insert into out5d Values (25140,19918,0.518188,0.51825,0,NULL,NULL,NULL,1,0.572549,1,0.160784,0.282051,0.418182,0.572549,1,0.160784,0.282051,0.418182,0.572549,1,0.160784,0.282051,0.418182);
    insert into out5d Values (25141,19918,0.51825,0.518311,0,NULL,NULL,NULL,1,0.572549,0.994681,0.152941,0.282051,0.412121,0.572549,0.994681,0.152941,0.282051,0.412121,0.572549,0.994681,0.152941,0.282051,0.412121);
    insert into out5d Values (25142,19918,0.518311,0.518372,0,NULL,NULL,NULL,1,0.576471,1,0.160784,0.282051,0.412121,0.576471,1,0.160784,0.282051,0.412121,0.576471,1,0.160784,0.282051,0.412121);
    insert into out5d Values (25143,23411,0.193237,0.193298,0,NULL,NULL,NULL,1,0.211765,1,0.145098,0.196581,0.218182,0.211765,1,0.145098,0.196581,0.218182,0.211765,1,0.145098,0.196581,0.218182);
    insert into out5d Values (25144,23411,0.193298,0.193359,0,NULL,NULL,NULL,1,0.219608,1,0.145098,0.196581,0.212121,0.219608,1,0.145098,0.196581,0.212121,0.219608,1,0.145098,0.196581,0.212121);
    insert into out5d Values (25145,23411,0.193359,0.19342,0,NULL,NULL,NULL,1,0.219608,1,0.145098,0.196581,0.206061,0.219608,1,0.145098,0.196581,0.206061,0.219608,1,0.145098,0.196581,0.206061);
    insert into out5d Values (25146,23411,0.19342,0.193481,0,NULL,NULL,NULL,1,0.219608,0.994681,0.152941,0.188034,0.218182,0.219608,0.994681,0.152941,0.188034,0.218182,0.219608,0.994681,0.152941,0.188034,0.218182);
    insert into out5d Values (25147,23411,0.193481,0.193542,0,NULL,NULL,NULL,1,0.219608,1,0.152941,0.188034,0.212121,0.219608,1,0.152941,0.188034,0.212121,0.219608,1,0.152941,0.188034,0.212121);
    insert into out5d Values (25148,10867,0.326904,0.326965,0,NULL,NULL,NULL,1,0.156863,1,0.290196,0.589744,0.612121,0.156863,1,0.290196,0.589744,0.612121,0.156863,1,0.290196,0.589744,0.612121);
    insert into out5d Values (25149,10867,0.326965,0.327026,0,NULL,NULL,NULL,1,0.152941,1,0.298039,0.581197,0.606061,0.152941,1,0.298039,0.581197,0.606061,0.152941,1,0.298039,0.581197,0.606061);
    insert into out5d Values (25150,10867,0.327026,0.327087,0,NULL,NULL,NULL,1,0.152941,1,0.290196,0.598291,0.618182,0.152941,1,0.290196,0.598291,0.618182,0.152941,1,0.290196,0.598291,0.618182);
    insert into out5d Values (25151,10867,0.327087,0.327148,0,NULL,NULL,NULL,1,0.156863,1,0.305882,0.589744,0.612121,0.156863,1,0.305882,0.589744,0.612121,0.156863,1,0.305882,0.589744,0.612121);
    insert into out5d Values (25152,10867,0.327148,0.327209,0,NULL,NULL,NULL,1,0.156863,1,0.298039,0.589744,0.612121,0.156863,1,0.298039,0.589744,0.612121,0.156863,1,0.298039,0.589744,0.612121);

  • My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words.

    My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words and looks them up via dictionary. I currently have a wireless mouse connected and I am still having the same problems.
    I fee like I may have a virus or my laptop is perhaps being accessed remotely. All of the sharing options are unchecked.
    HELP PLEASE
    Very worried!!

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • IMAP commands are very slow and end up having the connection terminated by the server

    Could you please help us on this topic ?
    https://answers.microsoft.com/en-us/outlook_com/forum/oemail-osend/imap-commands-are-very-slow-and-end-up-having-the/652390ea-9658-4db6-ae2c-c8fff12a9142

    Hi,
    Sorry that I am not familiar with Outlook.com account and its server connection. This forum focuses on user clients issue when connect to Exchange server 2013 which is generally an on-premises mail server in domain environment.
    Since your issue is related to Outlook.com account, I suggest we can also ask a question in Microsoft Outlook.com forum for more help:
    http://answers.microsoft.com/en-us/outlook_com/forum?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1418613687794
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    Hey there Logic Pro21,
    It sounds like you are seeing some odd performance issues with Logic Pro X. I recommend these troubleshooting steps specifically from the following article to help troubleshoot what is happening:
    Logic Pro X: Troubleshooting basics
    http://support.apple.com/kb/HT5859
    Verify that your computer meets the system requirements for Logic Pro X
    See Logic Pro X Technical Specifications.
    Test using the computer's built-in audio hardware
    If you use external audio hardware, try setting Logic Pro X to use the built-in audio hardware on your computer. Choose Logic Pro X > Preferences > Audio from the main menu and click the Devices tab. Choose the built in audio hardware from the Input Device and Output Device pop-up menus. If the issue is resolved using built-in audio, refer to the manufacturer of your audio interface.
    Start Logic with a different project template
    Sometimes project files can become damaged, causing unexpected behavior in Logic. If you use a template, damage to the template can cause unexpected results with any project subsequently created from it. To create a completely fresh project choose File > New from Template and select Empty Project in the template selector window. Test to see if the issue is resolved in the new project.
    Sometimes, issues with the data in a project can be repaired. Open an affected project and open the Project Information window with the Project Information key command. Click Reorganize Memory to attempt to repair the project. When you reorganize memory, the current project is checked for any signs of damage, structural problems, and unused blocks. If any unused blocks are found, you will be able to remove these, and repair the project. Project memory is also reorganized automatically after saving or opening a project.
    Delete the user preferences
    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not impact your media files. To reset your Logic Pro X user preference settings to their original state, do the following:
    In the Finder, choose Go to Folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field.
    Press the Go button.
    Remove the com.apple.logic10.plist file from the Preferences folder. Note that if you have programmed any custom key commands, this will reset them to the defaults. You may wish to export your custom key command as a preset before performing this step. See the Logic Pro X User Manual for details on how to do this. If you are having trouble with a control surface in Logic Pro X, then you may also wish to delete the com.apple.logic.pro.cs file from the preferences folder.
    If you have upgraded from an earlier version of Logic Pro, you should also remove~/Library/Preferences/Logic/com.apple.logic.pro.
    Restart the computer.
    Isolate an issue by using another user account
    For more information see Isolating an issue by using another user account.
    Reinstall Logic Pro X
    Another approach you might consider is reinstalling Logic Pro X. To do this effectively, you need to remove the application, then reinstall Logic Pro X. You don't have to remove everything that was installed with Logic Pro X. Follow the steps below to completely reinstall a fresh copy of Logic Pro X.
    In the Finder, choose Applications from the Go menu.
    Locate the Logic Pro X application and drag it to the trash.
    Open the Mac App Store
    Click the Purchases button in the Mac App Store toolbar.
    Sign in to the Mac App Store using the Apple ID you first used to purchase Logic Pro X.
    Look for Logic Pro X in the list of purchased applications in the App Store. If you don't see Logic Pro X in the list, make sure it's not hidden. See Mac App Store: Hiding and unhiding purchases for more information.
    Click Install to download and install Logic Pro X.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • I am having a problem with my cs6 running very slow and when i save i am getting an error message that says, "This document is bigger than 2 gb (the file may not be read correctly by some TIFF viewers.) please help

    I am having a problem with my cs6 running very slow and when i save i am getting an error message that says, "This document is bigger than 2 gb (the file may not be read correctly by some TIFF viewers.) please help

    wen6275,
    It looks like you're actually using a camera or phone to take a photo of your monitor.
    That's not what is commonly known as a "screen shot". 
    It looks like you're on a Mac.  Hitting Command+Shift+3 places a capture of the contents of your entire monitor on your Desktop; hitting Command+Shift+4 will give you a cross-hairs cursor for you to select just the portion you want to capture.
    I'm mentioning this because I fear I'm not construing your original post correctly when you type "I am working with a large files [sic], currently it has 149 layers, all of which are high resolution photographs", so I'm wondering if there's some similar use of your own idiosyncratic nomenclature in your description of your troublesome file.
    Perhaps I'm just having a major senior moment myself, but I'm utterly unable to imagine such a file.  Would you mind elaborating?

  • When playing my ipod on an ipod dock the vocals are very faint. It is fine when doing through the headphones. I am trying to sync for updates and getting the message "An unknown error occured (-1)" - help

    When playing my ipod on an ipod dock the vocals are very faint. It is fine when doing through the headphones. I am trying to sync for updates and getting the message "An unknown error occured (-1)" - help

    Error -1
    Attempt to restore your iOS device two more times. If the issue is still unresolved, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    Also see:
    -1 error
    -1 error too

  • I just bought the new MacBook Air a few days ago and my Internet connection is so slow. My iPhone's connection works fine when connected to the wifi but the MacBook connects for a few seconds then drops completely. What do I do?

    I just bought the new MacBook Air a few days ago and my Internet connection is so slow. My iPhone's connection works fine when connected to the wifi but the MacBook connects for a few seconds then drops completely. What do I do? I tried connecting it to my phone's hotspot and it works perfectly. I'm a new Mac user so I have no idea what to do. I have Comcast xfinity cable and Internet. Thanks for the help.

    Your warranty includes 90 days of phone support. Contact Apple.

  • My web pages aren't loading when connected to the internet through Ethernet cable?

    Yesterday my web pages stopped loading on Safari. I tried loading them on google chrome and had the same problem. I then deleted all saved web site data and reset Safari but this still didn't solve the problem. Finally I restarted with safe mode, where the web pages loaded, but slowly, however when I restarted normally the web pages still weren't loading or partially loading. To test whether this was my computer or the ethernet cable I was connected to, I connected to the wifi at my university, where the web pages loaded perfectly. Plus, when connected to the ethernet cable I could Skype, use Spotify etc., it is just the web pages that are causing a problem. Any suggestions how I can fix this? Thank you!

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d; s/^ */   /; s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/(.*: )(.*)/ \(\2\)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caught bu|GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|SATA W|ssert|Thrott|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{print "not "}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed -E 's:/Users/[^/]+/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • 've never used a Mac before, recently i purchased a MBP13" which came loaded with LION OS by default. I upgraded the OS to OS10.7.2 when prompted. Now after the upgrade, my MBP feels very slow - specially when typing emails !! What is the solution ??

    I've never used a Mac before, recently i purchased a MBP13" which came loaded with LION OS by default. I upgraded the OS to OS10.7.2 when prompted. Now after the upgrade, my MBP feels very slow - specially when typing emails !! What is the solution ??

    After an update or installation, your MBP may take some time to index its files. Give it some time - but if you don't see any improvement, post here - you'll get an answer!

  • I have mainstage 3 installed and works 1oo% when connected to the battery, but when connecting to the mains for charging the program crashes. sounds do not obey. is one, even very bad horrible latency. and I need to work on music not only in time but the

    i have mainstage 3 installed and works 1oo% when connected to the battery, but when connecting to the mains for charging the program crashes. sounds do not obey. is one, even very bad horrible latency.
    and I need to work on music not only in time but the battery after that.
    I ask for help please

    Thanks for the swift reply, I have been looking online and a loose plug seems to be somewhat of an issue with many, I hope mine is actually a problem and not what others are experiencing. It's taken me this long to even reach out for the simple fact I HATE being a complainer but this is just horrible.
    Do you have an iPad 3 as well? And is yours not experiencing any issues close to mine?
    Thanks again!

  • My firefox is running very slow, espically when I am typing, scrolling and in many simple activities. On the other hand my internet explorer is going normally like simple browser.

    My firefox is running very slow, espically when I am typing, scrolling and in many simple activities. On the other hand my internet explorer is going normally like simple browser.

    Hi,
    Please try disabling all the features under '''Browsing''' in '''Tools '''('''Alt''' + '''T''') > '''Options '''> '''Advanced '''> '''General'''. You can later toggle the values to find an optimum solution. Please also [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u see this.]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

Maybe you are looking for

  • Can no longer select or move audio clips on Narration track - what happened??

    I began my first Adobe Premiere Elements 11 project this morning, a short video (5 mins) I intend to upload to YouTube.  It's a comedy sketch involving inanimate objects that "talk", so it requires a lot of dialogue to be added to, in this case, the

  • External Monitor Problems

    When using an external monitor with my MacBook, all goes well until I "clamshell" the MacBook. Then, using Bluetooth keboard and mouse, all continues to go well but only for a while. Then as I normally scroll and manipulate the mouse complete bodies

  • ITunes .tmp files -- Over 8.5 Gb of them

    I've got over 8.5 Gb .tmp files in my My Music/iTunes folder. This is comprised of over 175 .tmp files. It doesn't appear that most of these files have been accessed anytime recently. My music files are stored on another (internal hard drive), not wi

  • Question to Swing Pros: Resizing of JFrame only with visible Rectangular  ?

    Hello folks, quite below is the quoted text message is from Java Substance Forum: http://www.nabble.com/Removing-top-left-substance-menu-and-deactivating-Background-painting-while-Resizing-a-Frame--to17775101.html Is it somehow possible to use substa

  • Talent Management - Appraisal

    Hi, I have created a plan with the following tasks: Objective Setting : 01/01/2008 30/06/2008 Mid Year Appraisal : 01/07/2008 15/07/2008 Mid Year Objective Reviewal : 01/12/2008 20/12/2008 Final Year Appraisal : 25/12/2008 31/12/2008 Assume that, I c