Load times seem long

This is my first website I'm doing completely in Edge Animate, which I love, by the way.
http://www.mercerhrs.com/marcomm_world/index.html
It seems that between pages, the load time seems a bit longer then I'm used to. If you click on some of the buildings, say "CommLab" or "Resource Group", it seems to take a bit longer then I'd like to load.
Any suggestions? Can I preload all the javascript when a user hits the home page?

Humm - no lag here at all - in fact, very nice and smooth transitions.
Nice graphics, by the way.
Darrell

Similar Messages

  • 0PM_ORDER loading time too long

    Hi All. We have about 600 000 PM orders in the system. Loading the master data attributes for this into BW/BI takes almost an hour. There seems to be no delta load available. Most of this running time is on ECC6. I cannot restrict the orders in the info package because there are orders created a long time ago which are still active.
    Any suggestions?
    Thanks,
    Johan Loock

    We have just under 600,000.  After perfroming a full load of all Orders, what we did to deal with 0PM_ORDER load times was to use the ABAP Conversion exit on the Infopackage's Data Selection tab.  The datasource contains Created On(ERDAT) and Change(AEDAT) dates and we rely on those dates to filter the Orders we extract.   
    We load two Infopackages (full loads) each day, one that loads any Orders created in the last 7 days and another that loads any Orders changed in the last 7 days.
    ABAP conversion exit code for created in last 7 days -
    data: l_low_date like sy-datum,
    l_idx like sy-tabix.
    read table l_t_range with key
          fieldname = 'ERDAT'.
    l_idx = sy-tabix.
    l_low_date = sy-datum - 6.
    l_t_range-option = 'BT'.
    l_t_range-low = l_low_date.
    l_t_range-high = sy-datum.
    modify l_t_range index l_idx.
    p_subrc = 0.
    The Changed code is the same, but it references AEDAT.
    The load times for the Created and Changed Infopackages are about 1 - 2 minutes each.

  • Email loading times too long (Gmail, E75)

    Hi dudes, and thanks for reading.
    Email provider: Gmail
    Phone: E75
    Phone firmware: 202.12.01 (the newest)
    I'm getting pretty long waiting times when my phone loads my emails.
    I have set up an account to the phone's email application. It lists the emails in real time, but when I try to open an one, the loading time gets overwhelming.
    It is not a pleasure to use the email application.
    Can I do anything for this? Another app?
    Any help wuold be appreciated!!!

    Multiple reasons too hard to guess.
    First step of ts - reset network settings

  • MuVo2 load time with long playl

    I recently purchased a MuVo2 because I liked the form factor and sound quality. The small size of the display wasn't going to bother me because I plan to make liberal use of playlists for driving and what not. I created a playlist of approximately 300 MP3s using Windows Media Player, but when I tried to play it, the MuVo2 would hang. After a few tries I realized that the MuVo2 wasn't freezing, it was just taking a (really, really long) long time to load the playlist. When I pared the playlist down to about 20-30 MP3s, I got the load time down to an acceptable time. However, if I put the same 300 MP3s into a folder and just played the folder, the load time was also acceptable.
    My question is: Is the long load time due to the fact that the MuVo2 is a hard dri've based player? If I swapped out the 4GB hard dri've and replaced it with a 4GB compact flash card, would it take the same amount of time to load long playlists? My guess is that it's not because of the hard dri've, because I used to own an iPod and didn't have the same problem with long playlists.
    Thanks for any help!

    It's most likely WMP.
    Try Creative's MediaSource software, and I've also heard good things about using MediaMonkey with the MuVo?.

  • Loading time too long for my native application

    Hello,
    I've built an exe width adt and i regret that there is no screen to inform the user while the application "preparing the installation" when you execute it as does the air application.
    The problem is : when I executes the exe application , it seems that nothing happens for about ten seconds.
    I use this syntax to build my app :
    adt -package %OPTIONS% %SIGNING_OPTIONS% -target native [WINDOWS_INSTALLER_SIGNING_OPTIONS] %EXE_PATH%\%EXE_NAME%.exe %APP_XML% %FILE_OR_DIR%
    Does adt, or Adobe offer a solution, that solve the problem ? (I'd like to avoid having to hack myself or with the help of a software like "Advance Installer" the installation of my app)
    Thank a lot.

    How large is the installer?  I suspect the delay is due to the self extraction taking place.
    I took a look in our internal database and it appears we had something similar entered back in 2010 that was unfortunately deferred.  At this point, I'd recommend using a captive runtime and rolling your own installer with it's own UI.  The other alternative is to add a bug/feature request over at bugbase.adobe.com, then let the community know so that others can add comments and cast votes for it.
    Thanks,
    Chris

  • Data loading time too long

    Hi there,
    I have two Infopackages - one for year 2003 and one for year 2004. For year 2003 I use interval 200301-200312 and for year 2004 I use interval 200401-200412 as data selection. Then I started to load data from R/3. For year 2003 we have 4.9 Millions records and took 6 hours to load and for year 2004 we have 5.5 Millions records and took 46 hours to load. The interesting thing was that when I tried to use InfoPackage 2003 and put the interval 200401-200412 as data selection for loading 2004 data, it took only 7.x hours! Why? Is something wrong with the InfoPackage for 2004? Any idea and suggestion is greatly appreciated.
    Weidong

    Hi Weidong,
    Check the processing type in both the infopackages. May be one of the infopackages has "PSA and then into Data Target" and the other infopackage has "PSA and Data Target in parallel".
    Bye
    Dinesh

  • Dvrcast load times - is HDS a solution?

    We are streaming H.264 video to the dvrcast application using RTMP streaming.  Everything is working fine, though we are noticing some unacceptable load times when loading large videos for playback that have been recorded this way.  I found http://forums.adobe.com/message/3399973#3399973 which offers some suggestions.  I will be looking into post-processing the video to defragment it, but I'm also interested in HDS.  Is it possible to use HDS with dvrcast streams that were recorded to mp4 via RTMP streaming?  I tried the HDS URL convention - http://server/dvrcast_origin/stream_name.f4m but this isn't working.  Are there other suggestions for improving load times for long videos with the dvrcast application?

    Additionally, I can't seem to get the F4V post processor to work with these files.  It is throwing an error "cannot open file" and the -v flag adds no helpful output.

  • J2SE 5.0 plugin and slow applet load time

    Folks,
    I have an applet (https), with about 5 MB of jar files. After we
    moved to J2SE 5.0, the load time seems much slower. It used to load in
    40 seconds. Now it loads in 4 min.
    An odd thing I noticed is when I minimize my Internet Explorer window,
    the applet seems to start up quickly again.
    Is this possibly related to the "starburst logo" progress bar
    animation that Sun now uses for applet start ups? I know that
    animated gifs can sometimes chew up quite a bit of cpu time.
    I think the progressbar property is no longer in 5.0
    I'm running on a single proc laptop. When I run it on my 2 proc
    server, it is not as obvious, and startup time seems reasonable.
    Thanks,
    Rob
    [email protected]

    I'm also seeing a similar slow applet startup time. CPU is 100% (IE is in high 90s). Works ok on my 3GHz P4, but is very slow (up to 16 minutes) on 400 MHz P2.
    My problem seems to be related to how my .properties files (23 total, for internationalization support) are handled.
    During start-up in JRE 1.5 I see the following for each .properties file:
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax.class with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax.class with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax.class requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.class with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.class with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en.class requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.properties with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.properties with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en.properties requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    The file (1 of 23) I supply is named fax.properties (the default file). Since my locale setting are English/US I guess the I18N code is trying to figure out if the regional files are present. Each of these requests is timing out 5-8 seconds for each - it builds up quickly.
    I haven't been able to find out why this is happening or resolve the issue. I'm close to restricting my applet to only 1.4.2 as that was fine and posting this as a bug.

  • Sugg on how to define load time -specific time instance across GEO location

    Hi Good Morning,
    How to define the loading instance of time with respect to different Geographic Loacations. If we consider daily load how would time difference play a role here, bcos all business in different regions will not close if we consider to load based on one regions time. so can any body help me out how to define that time of loading and basing all Geographic regions into consideration or what is the best way to take it up.
    Thanksin Advance
    - Venkat

    Hi Venkat,
    What are the Geo's that you are considering?
    Things to keep in mind while deciding the load times & the no. of times your Process Chains have to run:
    1. Find out which are the most important/ critical process chains which the Business requires.
    2. Find out their respective load times (how long does it take to finish executing completely)
    3. APAC Region is always the first to start working. So, better would be that you schedule your chains by say 20GMT or a little earlier for this region.
    4. EMEA region is the next. For this you can have your chains scheduled for 3 or 4 GMT.
    5. US region - schedule the chains for 10 GMT or so.
    6. Have different variants scheduled at different times & include your process chains in hose variants.
    These are just general views. It will vary from case to case.
    Hope this helps.
    Regards
    Vishal

  • Long load times and poor application performance

    We have packaged and deployed Adobe CC using SCCM within my school division. It pushed out fine, but now when we attempt to open Photoshop (or any other CC app) it has unusually long load times. 2-4 minutes. It seems to be hanging at the "Reading preferences" stage. After the application appears to have started, it takes an unusually long time to actually start working in the application (it appears to just hang).

    Hello There,
    EXE's always bundle additional files because it is a stand-alone entity. And, if the size 9GB then it will surely take time to load all the files. I'll check with the team again on how we can optimize it. BTW, are the videos inserted as slide video or Event video?
    Thanks,
    Vish

  • Long load times

    I am trying to edit a page and I only have a css page which is local linked to the page. It only affects me when trying to work in split or design view. I hav tried disabling the linked files thing and I have tried this http://kb2.adobe.com/cps/887/cpsid_88742.html also, but I am still getting this long time. It seems to only affect the load time when I have the following in my head tag;
    <link rel="stylesheet" type="text/css" href="css/main.css"/>
    It also slows the performance drastically, If I type the letter "D" then deleete that letter it will freeze up for a for a short period of time. I can not have this when trying to create websites for clients. Any help would be appreciated.
    Dreamweaver CS5
    Windows 7 - 32bit
    3gb RAM
    Intel Pentium Dual

    http://pokeplanet.co.uk/html.txt thats the html file
    http://pokeplanet.co.uk/css.txt thats the css file
    also commenting out the css link in the head seems to fix it =/

  • Longer loading time when the version is changed.

    Hi all,
    When i load the VI in LabVIEW 8.2 which is originally developed in 7.1 or 8, it takes longer time to load compared to a VI that is developed in 8.2 itself. Even after i save that VI in 8.2, i am able to find the diffterence in loading time.
    For e.g, if we place a VI that is originally developed in 7.1 and saved in 8.2. if you have that VI as a subVI in another VI, and click that subVI icon to open its front panel, it take around 5 seconds to open it is FP. Where as the VI developed in 8.2 opens less than a second. It happens always. Any suggestions?
    Thanks,
    logic

    Jeff,
    Thank you very much for the reply. But i feel something more than that is causing this problem. Even the VIs that has no subVIs inside is seems to be hang moment. I feel there is always a difference between carried over VIs from earlier version of LabVIEW and the new VI developed in the latest Version. Saving a VI or saving all the VIs makes a VI identical to a new VI developed in the same version in all respects? I doubt it. Only NI can answer that.
    I have attached a sample VI, Place this in a block diagram of a new VI of the LabVIEW 8.2. Do the following Action repeat manner.
    1. Double click the icon (To open the Sub VI's Front panel)
    2. Ctrl + E (Open the Block diagram of the Sub VI)
    3. Ctrl + W (Close the Block diagram of the Sub VI)
    4. Ctrl + W (Close the FP of the Sub VI)
    5. Move the position of a Sub VI in the Block diagram, do 1 to 4.
    When i repeat this again and again, i can feel the momentary hang at least once in five steps. Let me know whether you can feel this issue.
    Thanks,
    logic
    Attachments:
    Is Exe.vi ‏12 KB

  • Long Image Loading Times From LR to CS6?

    Hello Folks,
    I seem to be experiencing very long image loading times when loading an image into CS6 from LR4.
    When I right click an image in LR4 and select edit-in CS6, CS6 immediately starts up, and loads. But after CS6 is fully up on my screen, I get
    a spinning ball first, then spinning white/grey circles, until my selected image appears within CS6.
    I am operatinng with an iMac 27 2.8G with 8G of memory and using SL 10.6.8 I have about 300G of free space on my HDD.
    Any ideas or suggestion or settings in CS6 I might need to look at would be appreciated.
    I never experienced this issue as I recall in CS5.
    Jim

    Curt,
    Thanks, yes I do have the latest version of Snow Leopard, which is 10.6,8 and it is updated with all of the latest updates in drivers.
    Jim

  • Long Load Times on Graphic Intensive Games

    I'm experiencing some absurdly long load times (1-3 hours) with many games (SPORE, Portal, X:3, etc...) that I believe may be related to how graphically intensive they are. Older games with lower graphics quality (WoW, Civ 4, etc...) load up fine.
    When I load any newer game the icon appears in the tray and the computer does nothing else for at least an hour, whereupon the program loads and begins playing immediately--often without any further delays or issues.
    I also use Boot Camp to run Windows Vista (Ultimate 32) and experience no delays when running SPORE on Windows.
    Below are my specs:
    Hardware:
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac5,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.33 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 2 GB
    Bus Speed: 667 MHz
    Boot ROM Version: IM51.0090.B09
    SMC Version: 1.9f4
    Serial Number: QP7121Q** <Edited by Moderator>
    Network:
    Bluetooth:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: Bluetooth-Modem
    Has IP Assigned: No
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    Exclude Simple Hostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Built-in Ethernet:
    Type: Ethernet
    Hardware: Ethernet
    BSD Device Name: en0
    Has IP Assigned: No
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    FTP Proxy Enabled: No
    FTP Passive Mode: Yes
    Gopher Proxy Enabled: No
    HTTP Proxy Enabled: No
    HTTPS Proxy Enabled: No
    RTSP Proxy Enabled: No
    SOCKS Proxy Enabled: No
    Ethernet:
    MAC Address: 00:17:f2:d4:e8:98
    Media Options:
    Media Subtype: Auto Select
    Built-in FireWire:
    Type: FireWire
    Hardware: FireWire
    BSD Device Name: fw0
    Has IP Assigned: No
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    Exclude Simple Hostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:19:e3:ff:fe:81:ea:7a
    Media Options: Full Duplex
    Media Subtype: Auto Select
    Software:
    System Software Overview:
    System Version: Mac OS X 10.5.3 (9D34)
    Kernel Version: Darwin 9.3.0
    Boot Volume: MacintoshHD
    Boot Mode: Normal
    Computer Name: emeldi
    User Name: Mike (mike)
    Time since boot: 1 day9:05
    ATA:
    ATA Bus:
    MATSHITADVD-R UJ-85J:
    Capacity: 423.4 MB
    Model: MATSHITADVD-R UJ-85J
    Revision: FCQ5
    Serial Number:
    Removable Media: Yes
    Detachable Drive: No
    BSD Name: disk1
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    Low Power Polling: Yes
    Mac OS 9 Drivers: No
    Partition Map Type: Unknown
    S.M.A.R.T. status: Not Supported
    Volumes:
    SPORE:
    Capacity: 368.7 MB
    Media Type: CD-ROM
    Writable: No
    File System: ISO Rockridge
    BSD Name: disk1s0
    Mount Point: /Volumes/SPORE
    Volumes:
    disk1s0:
    Capacity: 368.7 MB
    Media Type: CD-ROM
    Writable: No
    File System: ISO Rockridge
    Audio (Built In):
    Intel High Definition Audio:
    Device ID: 0x83847680
    Audio ID: 23
    Available Devices:
    Headphone:
    Connection: Combo
    Microphone:
    Connection: Internal
    Speaker:
    Connection: Internal
    Line In:
    Connection: Combo
    S/P-DIF Out:
    Connection: Combo
    S/P-DIF In:
    Connection: Combo
    Bluetooth:
    Apple Bluetooth Software Version: 2.1.0f17
    Hardware Settings:
    emeldi:
    Address: 00-17-f2-be-d3-95
    Manufacturer: Cambridge Silicon Radio
    Firmware Version: 3.1965 (3.1965)
    Bluetooth Power: On
    Discoverable: No
    Requires Authentication: No
    Services:
    Bluetooth File Transfer:
    Folder other devices can browse: ~/Public
    Requires Authentication: Yes
    State: Enabled
    Bluetooth File Exchange:
    Folder for accepted items: ~/Documents
    Requires Authentication: No
    When other items are accepted: Ask
    When PIM items are accepted: Ask
    When receiving items: Prompt for each file
    State: Enabled
    Devices (Paired, Favorites, etc):
    JabraBT125:
    Name: JabraBT125
    Address: 00-1a-45-81-c4-f6
    Type: Headset
    Services: Headset, Hands-Free unit
    Paired: Yes
    Favorite: Yes
    Connected: No
    Manufacturer: Cambridge Silicon Radio ($3, $978)
    Incoming Serial Ports:
    Serial Port 1:
    Name: Bluetooth-PDA-Sync
    RFCOMM Channel: 3
    Requires Authentication: No
    Outgoing Serial Ports:
    Serial Port 1:
    Address:
    Name: Bluetooth-Modem
    RFCOMM Channel: 0
    Requires Authentication: No
    Diagnostics:
    Power On Self-Test:
    Last Run: 6/22/08 3:50 AM
    Result: Passed
    Disc Burning:
    MATSHITA DVD-R UJ-85J:
    Firmware Revision: FCQ5
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipping Drive)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +R DL, +RW
    Write Strategies: CD-TAO, CD-SAO, DVD-DAO
    Media:
    Type: CD-ROM
    Blank: No
    Erasable: No
    Overwritable: No
    Appendable: No
    FireWire:
    FireWire Bus:
    Maximum Speed: Up to 400 Mb/sec
    Graphics/Displays:
    ATI Radeon X1600:
    Chipset Model: ATY,RadeonX1600
    Type: Display
    Bus: PCIe
    PCIe Lane Width: x16
    VRAM (Total): 256 MB
    Vendor: ATI (0x1002)
    Device ID: 0x71c5
    Revision ID: 0x0000
    ROM Revision: 113-xxxxxx-139
    EFI Driver Version: 01.00.139
    Displays:
    iMac:
    Display Type: LCD
    Resolution: 1680 x 1050
    Depth: 32-bit Color
    Built-In: Yes
    Core Image: Hardware Accelerated
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Display Connector:
    Status: No display connected
    Memory:
    BANK 0/DIMM0:
    Size: 1 GB
    Type: DDR2 SDRAM
    Speed: 667 MHz
    Status: OK
    Manufacturer: 0x2CFFFFFFFFFFFFFF
    Part Number: 0x3136485446313238363448592D3636374433
    Serial Number: 0xDB086DDD
    BANK 1/DIMM1:
    Size: 1 GB
    Type: DDR2 SDRAM
    Speed: 667 MHz
    Status: OK
    Manufacturer: 0x2CFFFFFFFFFFFFFF
    Part Number: 0x3136485446313238363448592D3636374433
    Serial Number: 0xDB086DDC
    Power:
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 0
    Display Sleep Timer (Minutes): 15
    Sleep On Power Button: Yes
    Automatic Restart On Power Loss: Yes
    Wake On LAN: Yes
    Display Sleep Uses Dim: No
    Hardware Configuration:
    UPS Installed: No
    Printers:
    Lexmark All In One:
    Status: Idle
    Print Server: Local
    Driver Version: 1.1.3
    Default: Yes
    URI: usb://Lexmark/Lexmark%20All%20In%20One?location=1d120000
    PPD: Lexmark All In One
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    Lexmark All In One-1:
    Status: Idle
    Print Server: Local
    Driver Version: 1.1.3
    Default: No
    URI: usb://Lexmark/Lexmark%20All%20In%20One?location=3d120000
    PPD: Lexmark All In One
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    Serial-ATA:
    Intel ICH7-M AHCI:
    Vendor: Intel
    Product: ICH7-M AHCI
    Speed: 1.5 Gigabit
    Description: AHCI Version 1.10 Supported
    WDC WD2500JS-40TGB0:
    Capacity: 232.89 GB
    Model: WDC WD2500JS-40TGB0
    Revision: 20.06C04
    Serial Number: WD-WCANY2508218
    Native Command Queuing: Yes
    Queue Depth: 32
    Removable Media: No
    Detachable Drive: No
    BSD Name: disk0
    Mac OS 9 Drivers: No
    Partition Map Type: GPT (GUID Partition Table)
    S.M.A.R.T. status: Verified
    Volumes:
    MacintoshHD:
    Capacity: 232.57 GB
    Available: 11.26 GB
    Writable: Yes
    File System: Journaled HFS+
    BSD Name: disk0s2
    Mount Point: /
    Volumes:
    disk0s2:
    Capacity: 232.57 GB
    Available: 11.26 GB
    Writable: Yes
    File System: Journaled HFS+
    USB:
    USB High-Speed Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBEHCI
    PCI Device ID: 0x27cc
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0xfd
    Built-in iSight:
    Version: 1.84
    Bus Power (mA): 500
    Speed: Up to 480 Mb/sec
    Manufacturer: Micron
    Product ID: 0x8501
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27c9
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x3d
    USB Hub:
    Version: 1.00
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: OEM
    Product ID: 0x0061
    Vendor ID: 0x043d
    Lexmark All-in-One:
    Version: 1.00
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Lexmark
    Product ID: 0x0069
    Vendor ID: 0x043d
    All-in-One:
    Version: 1.00
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Lexmark
    Product ID: 0x0060
    Vendor ID: 0x043d
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27ca
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x5d
    USB Multimedia Keyboard:
    Version: 1.00
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: ALCOR
    Product ID: 0x9462
    Serial Number: Au9462
    Vendor ID: 0x058f
    USB RECEIVER:
    Version: 25.10
    Bus Power (mA): 100
    Speed: Up to 1.5 Mb/sec
    Manufacturer: Logitech
    Product ID: 0xc50e
    Vendor ID: 0x046d
    USB Multimedia Keyboard:
    Version: 1.22
    Bus Power (mA): 250
    Speed: Up to 12 Mb/sec
    Manufacturer: ALCOR
    Product ID: 0x9410
    Serial Number: Au9462
    Vendor ID: 0x058f
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27c8
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x1d
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27cb
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x7d
    Bluetooth USB Host Controller:
    Version: 19.65
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple, Inc.
    Product ID: 0x8206
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    IR Receiver:
    Version: 1.10
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer, Inc.
    Product ID: 0x8240
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    AirPort Card:
    AirPort Card Information:
    Wireless Card Type: AirPort Extreme (0x14E4, 0x87)
    Wireless Card Locale: USA
    Wireless Card Firmware Version: Broadcom BCM43xx 1.0 (4.170.46.7)
    Current Wireless Network: ACTIONTEC
    Wireless Channel: 9
    Firewall:
    Firewall Settings:
    Mode: Limit incoming connections to specific services and applications
    Services:
    File Sharing (AFP): Allow all connections
    Printer Sharing: Allow all connections
    Applications:
    com.apple.iChat: Allow all connections
    com.apple.ODSAgent: Allow all connections
    com.aspyr.empireatwar: Block all connections
    com.RealNetworks.RealPlayer: Allow all connections
    Locations:
    Automatic:
    Active Location: Yes
    Services:
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    Exclude Simple Hostnames: No
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    PPP:
    ACSP Enabled: No
    Display Terminal Window: No
    Redial Count: 1
    Redial Enabled: Yes
    Redial Interval: 5
    Use Terminal Script: No
    Dial On Demand: No
    Disconnect On Fast User Switch: Yes
    Disconnect On Idle: Yes
    Disconnect On Idle Time: 600
    Disconnect On Logout: Yes
    Disconnect On Sleep: Yes
    Idle Reminder: No
    Idle Reminder Time: 1800
    IPCP Compression VJ: Yes
    LCP Echo Enabled: No
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: No
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:17:f2:d4:e8:98
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    FTP Proxy Enabled: No
    FTP Passive Mode: Yes
    Gopher Proxy Enabled: No
    HTTP Proxy Enabled: No
    HTTPS Proxy Enabled: No
    RTSP Proxy Enabled: No
    SOCKS Proxy Enabled: No
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:19:e3:ff:fe:81:ea:7a
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exclude Simple Hostnames: No
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    AirPort:
    Type: IEEE80211
    BSD Device Name: en1
    Hardware (MAC) Address: 00:19:e3:df:5e:9b
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exclude Simple Hostnames: No
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    IEEE80211:
    Allow Net Creation: Yes
    Disconnect On Logout: No
    InterferenceRobustness: 0
    Join Mode: Automatic
    JoinModeFallback: Prompt
    MAC Address: 00:19:e3:df:5e:9b
    PowerEnabled: 1
    PreferredNetworks:
    SecurityType: Open
    SSID_STR: ACTIONTEC
    Unique Network ID: F0FA7942-54E7-409B-A1CA-10B05F3B2EDE
    SecurityType: WPA2 Personal
    SSID_STR: D Pad
    Unique Network ID: A391D57D-A4EC-4B2E-B741-0D6569BD77AB
    Unique Password ID: 404D3742-17AA-4C24-A229-7E37725522EA
    SecurityType: Open
    SSID_STR: linksys
    Unique Network ID: FD2A5229-348A-4E90-B4E2-48E4DE62C394
    SecurityType: Open
    SSID_STR: M and M
    Unique Network ID: D980D42A-E76C-4A68-920D-AAC9537C26C9
    SecurityType: Open
    SSID_STR: default
    Unique Network ID: 5A2D9117-3263-46B9-952D-A4463BA5F377
    SecurityType: Open
    SSID_STR: Sweet Lou's **** Shack
    Unique Network ID: FA247542-1EF4-41B6-A242-688E75C85B57
    RememberRecentNetworks: 1
    Ethernet Adaptor (en2):
    Type: Ethernet
    BSD Device Name: en2
    Hardware (MAC) Address: 00:01:23:45:67:89
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Exceptions List: *.local, 169.254/16
    FTP Passive Mode: Yes
    Ethernet Adaptor (en3):
    Type: Ethernet
    BSD Device Name: en3
    Hardware (MAC) Address: 00:10:32:54:76:98
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Exceptions List: *.local, 169.254/16
    FTP Passive Mode: Yes
    Volumes:
    net:
    Type: autofs
    Mount Point: /net
    Mounted From: map -hosts
    Automounted: Yes
    home:
    Type: autofs
    Mount Point: /home
    Mounted From: map auto_home
    Automounted: Yes
    Universal Access:
    Universal Access Information:
    Cursor Magnification: Off
    Display: Black on White
    Flash Screen: Off
    Mouse Keys: Off
    Slow Keys: Off
    Sticky Keys: Off
    VoiceOver: Off
    Zoom: Off

    That's old info for the HDD space--I've purchased an external, so my main drive stays plenty free, now.

  • Long load times.  software? hardware? downloads?

    in the past few hours i have developed the problem of longer thn normal load times. they went from .25 sec up to 5 or 6sec idk what to do my software ugrades are from earliest to latest, stuffit, wmp for mac osx, istat pro, core duo temp and i have 512 mb of ram any suggestions? oh i have been running itunes and safari

    Typical with all computers usually. It's where programs get loaded into RAM and not fully cleared out. Once you reboot the memory gets reset and it's a clean slate. If it's killing performance that much, then why not upgrade the RAM?

Maybe you are looking for

  • How to bind arrays to PL/SQL stored procedure using OCI?

    Hi, We are having problems trying to bind arrays to PL/SQL stored procedure using OCI. Here is the situation: - We have a stored procedure called "GetVEPFindTasks" with the following interface: PROCEDURE GetVEPFindTasks ( p_ErrorCode OUT NUMBER, p_Er

  • Recommended plug-ins/apps for panorama stitching in Aperture?

    Does anyone have any recommendations for photo stitching plug-ins/apps that "play well" with Aperture? I end up taking a large number of panorama series (horizontal, vertical, and occasionally 2D grid), and I would love to be able to select a stack i

  • Get Info says C-Drive (256SSD) space is 80GB content/33.5 GB available - where is the missing 100+GB?

    Question is how do I determine where the invisible content is - and how can I clean/remove /move the content to clear space on the C-Drive? My MacPro C-drive is a 256 GB SSD and it has 80GB of program/system/library/User data burned into the four fol

  • Software update not showing iTunes 10.6.3 update

    iTunes is telling me there is an update and when I click install it checks for system updates.  iTunes 10.6.3 is not showing up in the system update and says everything is up to date.  I cannot install iOS6 as a result.  Any help? Thanks

  • How to import images into dashboard

    Hi im using obiee11g in dashboard 10g we directly load the images from our local drives but in 11g is it possible or not im tried but i did nt get that im using 11g client server in linux how this can be solve please give ur suggesstion